docs: refresh documentation for v1.2.0 elevation#2
Merged
Conversation
- README.md: updated Status section from stale v1.0.0 claim to v1.0/1.1/1.2 framing; added `npm run budget` and `npm run visualize` to CLI list - AGENTS.md: added budget (init/update/check) and visualize command shims - CHANGELOG.md: fixed broken cross-refs from `docs/releases/` (non-existent) to the real `docs/release-notes/` directory - .codex/rules/compaction.md: corrected Stage 5→Stage 6 for review files (Stage 5 is pre-review; Stage 6 is peer review in codex numbering) - .codex/skills/pipeline/SKILL.md: added budget check and visualize commands to the Finish section - docs/parity/claude-dev-team-parity.md: updated date, added budget/visualize/ checkpoint entries to "Codex Improvements Beyond Claude", updated stale v1.0 Blockers section to reflect current parity status - docs/release-notes/v1.1.0.md: new file covering deepening commit - docs/release-notes/v1.2.0.md: new file covering elevation work (unreleased) - .gitignore: added pipeline/diagram.md (runtime visualize artifact) VERSION kept at 1.0.0: v1.2.0 work is unreleased on this PR branch; VERSION and framework.version should only be bumped in a dedicated release commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Documentation freshness sweep — verifies every doc accurately reflects the v1.2.0 elevation work that landed in #1. No code changes, no behavior changes.
What changed (9 files, +147/-13)
Root docs
README.md— replaced stale single-versionv1.0.0 is at feature parity...claim with a three-paragraph v1.0/v1.1/v1.2 framing. Addednpm run budget -- init/update/checkandnpm run visualizeto the CLI list (present inpackage.jsonbut absent from docs).AGENTS.md— added the same four budget/visualize entries to the command-shim table.CHANGELOG.md— fixed cross-refs from non-existentdocs/releases/to the realdocs/release-notes/directory.Rules
.codex/rules/compaction.md— corrected stage numbers in items 6 & 7: review files / round count is Stage 6 (peer review), not Stage 5 (which is pre-review/lint/SCA in codex's collapsed numbering).Skills
.codex/skills/pipeline/SKILL.md— addednpm run visualizeandnpm run budget -- checkto the Finish section so v1.2.0 runtime features are surfaced in the skill.Parity / release docs
docs/parity/claude-dev-team-parity.md— added budget tracking, pipeline visualization, and async-checkpoint auto-pass to "Codex Improvements Beyond Claude". BumpedLast updated.docs/release-notes/v1.1.0.md(new) — matches CHANGELOG v1.1.0 entry.docs/release-notes/v1.2.0.md(new) — matches CHANGELOG v1.2.0 (unreleased) entry.Runtime artifact hygiene
.gitignore— addedpipeline/diagram.md(runtime output ofnpm run visualize; was surfacing as untracked).VERSION decision
Kept at
1.0.0. v1.2.0 is documented as unreleased on this PR branch. PerCONTRIBUTING.mdconventions, the VERSION bump belongs in a dedicated release commit, not in a docs sweep.Test plan
npm test— 169/169 passnpm run doctor— all PASSnpm run parity:check— 23/23 commands, 7/7 rules, 6/6 skills, 0 gapsnpm run lint— clean🤖 Generated with Claude Code