docs: sync v1.2.13 release state#552
Conversation
There was a problem hiding this comment.
💡 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".
There was a problem hiding this comment.
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.mdandmemory/distribution.mdto mark PyPIagentguard47@1.2.13and GitHub Releasev1.2.13as public, and refresh the "Current Focus" note. - Move the
v1.2.11/v1.2.12failed-tag warnings from active blockers to a new "Resolved / Historical" section inmemory/blockers.md, adding av1.2.13published entry. - Refresh
ops/03-ROADMAP_NOW_NEXT_LATER.mdcurrent-focus notes to reflect the publicv1.2.13state 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. |
|
Post-review follow-up: the automated PyPI concern appears to be based on a stale cached project page. Live evidence from this run:
Resolved the stale review thread; no code/doc change needed. |
|
@bmdhodl this PR has been open 3+ days; review or close |
Summary
v1.2.13is public on GitHub Releases and PyPIv1.2.11/v1.2.12release tag notes out of active blockers while preserving them as historical warningsProof
gh release view --json tagName,publishedAt,url,isPrerelease,isDraft,name->v1.2.13, published2026-05-30T17:18:10Zpython -m pip index versions agentguard47-> latest1.2.13npm view @agentguard47/mcp-server version->0.2.2Dogfood proof
python -m agentguard.cli doctor --trace-file C:\Users\patri\.codex\tmp\agent47-worker-2026-05-30-run22\doctor_trace.jsonlpython -m agentguard.cli demo --trace-file C:\Users\patri\.codex\tmp\agent47-worker-2026-05-30-run22\demo_trace.jsonlpython examples/coding_agent_review_loop.pyfrom the temp proof directory withPYTHONPATH=./sdkguard.budget_warning,guard.budget_exceeded,guard.loop_detected, andguard.retry_limit_exceededguard.budget_exceededat$0.0510 > $0.0450andguard.retry_limit_exceededforapply_patchattempt 4Validation
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 passedpython scripts/sdk_release_guard.py --check-mcp-npm-> passedgit diff --check-> passed