Skip to content

docs: sync v1.2.13 release state#552

Open
bmdhodl wants to merge 1 commit into
mainfrom
codex/sync-v1-2-13-release-state
Open

docs: sync v1.2.13 release state#552
bmdhodl wants to merge 1 commit into
mainfrom
codex/sync-v1-2-13-release-state

Conversation

@bmdhodl

@bmdhodl bmdhodl commented May 30, 2026

Copy link
Copy Markdown
Owner

Summary

  • sync SDK memory and roadmap now that v1.2.13 is public on GitHub Releases and PyPI
  • move the stale v1.2.11 / v1.2.12 release tag notes out of active blockers while preserving them as historical warnings
  • keep MCP/Glama distribution blockers unchanged

Proof

  • gh release view --json tagName,publishedAt,url,isPrerelease,isDraft,name -> v1.2.13, published 2026-05-30T17:18:10Z
  • python -m pip index versions agentguard47 -> latest 1.2.13
  • npm view @agentguard47/mcp-server version -> 0.2.2

Dogfood proof

  • python -m agentguard.cli doctor --trace-file C:\Users\patri\.codex\tmp\agent47-worker-2026-05-30-run22\doctor_trace.jsonl
  • python -m agentguard.cli demo --trace-file C:\Users\patri\.codex\tmp\agent47-worker-2026-05-30-run22\demo_trace.jsonl
  • python examples/coding_agent_review_loop.py from the temp proof directory with PYTHONPATH=./sdk
  • Demo trace emitted guard.budget_warning, guard.budget_exceeded, guard.loop_detected, and guard.retry_limit_exceeded
  • Review-loop trace emitted guard.budget_exceeded at $0.0510 > $0.0450 and guard.retry_limit_exceeded for apply_patch attempt 4

Validation

  • python -m pytest sdk/tests/test_demo.py sdk/tests/test_doctor.py sdk/tests/test_cli_report.py sdk/tests/test_example_starters.py sdk/tests/test_mcp_registry_metadata.py -q -> 35 passed
  • python scripts/sdk_release_guard.py --check-mcp-npm -> passed
  • git diff --check -> passed

Copilot AI review requested due to automatic review settings May 30, 2026 23:02
@bmdhodl bmdhodl added type:docs Documentation component:sdk SDK component labels May 30, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 911667da47

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread memory/state.md

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documentation-only sync to reflect that v1.2.13 is now public on both GitHub Releases and PyPI, while preserving the historical context for the failed v1.2.11/v1.2.12 tags and leaving MCP/Glama distribution blockers in place.

Changes:

  • Update memory/state.md and memory/distribution.md to mark PyPI agentguard47@1.2.13 and GitHub Release v1.2.13 as public, and refresh the "Current Focus" note.
  • Move the v1.2.11 / v1.2.12 failed-tag warnings from active blockers to a new "Resolved / Historical" section in memory/blockers.md, adding a v1.2.13 published entry.
  • Refresh ops/03-ROADMAP_NOW_NEXT_LATER.md current-focus notes to reflect the public v1.2.13 state and bump the review date.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
memory/state.md Marks PyPI 1.2.13 and GitHub Release v1.2.13 as public; updates current focus to post-release distribution health.
memory/distribution.md Adds PyPI/GitHub Release 1.2.13 channel entry and bumps last-updated date.
memory/blockers.md Moves v1.2.11/v1.2.12 notes to "Resolved / Historical" and records v1.2.13 success.
ops/03-ROADMAP_NOW_NEXT_LATER.md Updates current-focus notes to reflect public v1.2.13 and refreshes review date.

@bmdhodl

bmdhodl commented May 30, 2026

Copy link
Copy Markdown
Owner Author

Post-review follow-up: the automated PyPI concern appears to be based on a stale cached project page.

Live evidence from this run:

  • python -m pip index versions agentguard47 -> latest 1.2.13
  • https://pypi.org/pypi/agentguard47/json returns package metadata and README links for v1.2.13
  • gh release view -> v1.2.13, published 2026-05-30T17:18:10Z

Resolved the stale review thread; no code/doc change needed.

@bmdhodl bmdhodl added the aging PR open more than 3 days label Jun 5, 2026
@bmdhodl

bmdhodl commented Jun 5, 2026

Copy link
Copy Markdown
Owner Author

@bmdhodl this PR has been open 3+ days; review or close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aging PR open more than 3 days component:sdk SDK component type:docs Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants