docs: refresh AnaDocs for 1.3.0#337
Merged
Merged
Conversation
The funcToFile map in extract-docs-data.ts omitted Run, Plan, and Test, so `ana run`, the `ana plan` group (incl. `ana plan coverage`), and `ana test` never rendered on the docs CLI reference and the command count was undercounted. Add the three entries; Capture stays excluded (intentionally hidden). Regenerated reference now lists 41 commands. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bring AnaDocs current with the 1.3.0 release, verified against source: - scan.mdx: correct the application-shape taxonomy (was inventing desktop/monorepo/static-site and misnaming three); shape is detected from the primary package, not by counting surfaces. - start/troubleshooting: `ana doctor` is six graded dimensions + an enforcement readout (was "five"); add a test-evidence-gate hard-block troubleshooting card; mention `ana plan coverage`. - toolbelt: add `ana plan coverage`; build/verify run `ana test --stage` (sealed, gated by testEvidenceGate); "phase checklists" -> Phases section with spec references (checkbox removed). - pipeline/verifying-changes: `ana proof context` returns findings + "Shaped by" + "Also changes with"; document the AC coverage map / two gates and the contract-derived (non-forgeable) verdict. - artifacts: per-session provenance/ + compliance/ JSON records; sealed ana test marker is the test evidence (build save gates, verify never). - reading-a-proof: regenerate the stale terminal mockup to the current render; add Provenance and Session Attestation walkthrough sections. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Brings AnaDocs current with the 1.3.0 release. Every change was first surfaced by a docs-staleness sweep, then independently re-validated against the source (15 confirmed / 4 partial / 1 refuted) — only the survivors are here.
How it was scoped
file:lineevidence and refuted the overreaches. Notably:ana doctorcount to 6 graded dimensions + 1 enforcement readout (the finding's "seven" was wrong).verify_report.mdis gated — only the build save gates; verify carries a marker but is never gated.Changes
Correctness (doc contradicted the engine)
scan.mdx: real application-shape set (web-app,api-server,full-stack,cli,library,mobile-app,worker,mcp-server,ai-agent+unknown); shape is detected from the primary package, not by counting surfaces. Removed inventeddesktop/monorepo/static-site.start.mdx+troubleshooting.mdx:ana doctoris six graded dimensions plus an enforcement readout (was "five").Command surface (missing from references)
extract-docs-data.ts: add Run/Plan/Test to the extraction map soana run,ana plan(incl.ana plan coverage), andana testrender in the CLI reference (now 41 commands). Code fix — separate commit.toolbelt.mdx: addana plan coverage; build/verify runana test --stage build|verify.1.3.0 mechanisms (undocumented)
toolbelt.mdx/artifacts.mdx:ana testseals captured evidence; the build-report save is gated bytestEvidenceGate(verify is not).troubleshooting.mdx: new card for the test-evidence-gate hard-block.artifacts.mdx: per-sessionprovenance/+compliance/JSON records.reading-a-proof.mdx: new Provenance and Session Attestation walkthrough sections; regenerated the stale terminal mockup to the current render.pipeline.mdx/verifying-changes.mdx:ana proof contextnow returns findings + "Shaped by" + "Also changes with"; documented the AC coverage map (two gates) and the contract-derived, non-forgeable verdict.plan.mdcheckbox was removed in 1.3.0).Validation
pnpm typecheck✓ ·pnpm build✓ (full MDX compile + prerender)run/plan/test/coveragenow render in the generated reference.Notes / follow-ups (not in this PR)
concepts/attestation.mdxpage was recommended by the sweep but not created here — the attestation content is folded into existing pages for now. Easy to extract later if it grows._capturecommand.🤖 Generated with Claude Code