feat(phase-59): Guardrails and Inventory — release checks, orphan triage, planning truth - #45
Merged
Conversation
48 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v3.2 Prove It starts here. v3.1 made the claims true; this phase makes the next release unable to lie about what it is, inventories the March work nobody merged, and puts the backlog on GitHub.
Closes the 2026-09-01 incident:
git push origin v3.1.0tagged a stale local ref (acc7294, Cargo.toml2.7.0) and published it for 17 minutes. The four-binary archive guard from #37 held; nothing else did.59-01 Release pipeline checks
guardjob inrelease.ymlruns before any platform build:origin/mainworkspace.package.versionmust equal the tag minusvCHANGELOG.mdmust have a## vX.Y.Zsection (that section is the release notes;generate_release_notes: false)if: success()— a customifreplaces the implicit needed-jobs check, sosuccess()is load-bearing. The previousif: always() && !cancelled()is how a three-archive release could ship.action-gh-release.docs/RELEASING.mddocumentsgit tag -a vX.Y.Z <sha>.v9.9.9-testdoes not match the tag trigger; live verify isworkflow_dispatch+dry_run: true.scripts/release-guards-test.shcover the incident (version mismatch) and a commit not on main. They run on every PR (Release Guard Scripts→CI Success).59-02 Orphan branch triage
Inventory:
docs/plans/phase-59-orphan-branch-triage.md.The March GSD “v3.1” is Memory Export/Import, forked from v2.7.0, 20 behind current main. Same phase numbers, different work. Naïve merge is an add/add war on
memory-orchestrator(878 vs 1458 lines) andmemory-bench(1319 vs 2649 +judge.rs).Keep (cherry-pick in Phase 61, not this PR): export/import streaming RPCs; Claude Code CREG/META (
plugin.json+known_marketplaces.json).Skip: OpenCode converter (fights #36).
Do not delete the
gsd/branches until those cherry-picks land.59-03 Planning truth
PROJECT.mdCurrent State is v3.1.0 shipped / v3.2 executing. OpenCode removed from the adapter list. API summarizer moved out of Deferred (it shipped as feat(v3.0): wire API-based summarizer from config (supersedes #26) #27).install-service(launchd/systemd)README status-table rows for those gaps now cite the issues.
Plan:
docs/plans/v3.2-prove-it-plan.md. Maintainer decisions recorded: cherry-pick by feature; blog now / product posts after #39; unit files not double-fork.Test plan
bash scripts/release-guards-test.sh(8 cases, including the v3.1.0-on-2.7.0 incident)bash scripts/changelog-section.sh 3.1.0 CHANGELOG.mdextracts the real sectioncargo fmt --all -- --checkRelease Guard Scriptsjob + existing fmt/clippy/test/doc/e2eworkflow_dispatchwith a disagreeing version anddry_run: true(do not pushv9.9.9)No Rust sources changed. Full
task pr-precheckwas not run in this sandbox (protocis not installed); CI is the rust gate.Not in this PR
gsd/branches