Status: Active Last updated: 2026-01-03
This file is a temporary working spec for aligning all non-fixture documentation with code reality and guardrails. It exists to keep the rewrite orderly and verifiable.
- This document guides the in-repo documentation rewrite effort and is not a product contract.
npm cinpm run checknpm testnpm run buildnpm run ci:verify
If any step fails, document the failure mode and stop doc edits until understood.
docs/legal-constraints.mddocs/cherry-vision.mddocs/ci-and-guardrails.mddocs/guardrails.mddocs/script-standards.mddocs/repo-structure.mddocs/routes-map.md+docs/api.mdAGENTS.md.github/copilot-instructions.mdREADME.md
- Vine:
docs/cherry-vine.md - Wallet:
docs/wallet-pass.md - Verification:
docs/verification-flow.md - Evaluator + Autopilot + Daily state + other subsystem docs
- Plans, postmortems, audits, roadmaps, marketing drafts.
- Mark Draft/Deprecated explicitly as needed.
CONTRIBUTING.md,.github/pull_request_template.md,AUDIT.md,types/compat/README.md
- Do not edit markdown under
tests/fixtures/**unless updating the related test logic intentionally.
- All comprehension gates passed.
- Every non-fixture
.mdhas:StatusandLast updatedheader.- Clear Current behavior vs Future/Target behavior where behavior is described.
- “Related docs” section.
- No doc claim contradicts code, CI workflows, guardrails, or legal constraints.
AGENTS.md, Copilot instructions, andREADME.mdare aligned.- Post-change validation:
npm run check,npm test,npm run build. git diff --name-only | rg "\\.md$"shows intended scope only.
- Remove or archive this file once the doc rewrite is complete.
AGENTS.mddocs/system-overview.md