Purpose: Single reference for canonical project documentation. If any other file conflicts with these, these documents are authoritative.
| Document | Purpose |
|---|---|
PROJECT_STATUS.md |
Release decision, gate results, evidence register, risks |
docs/status/ARCHITECTURE_SOT.md |
Module maturity, ownership, risk per module |
docs/status/AGENT_NATIVE_BACKLOG.md |
Research backlog for non-v1 agent-native work (P0–P3) |
docs/CONTROL_PLANE_POLICY.md |
Profile policy, method allowlist, agent control surface |
docs/AGENT_AUTOMATION_POLICY.md |
Least-privilege agent automation checklist (repo/runtime/release boundaries) |
docs/RELEASE_SIGNING_POLICY.md |
Signed release artifact policy and verifier procedure |
docs/WASM_HOOK_EXPERIMENT.md |
Minimal hooks-oriented WASM experiment build/run boundaries |
docs/GATE_D_OPERATOR_RUNBOOK.md |
Gate D secret setup, cadence, troubleshooting, evidence checklist |
docs/ROADMAP.md |
Milestones and execution track |
docs/ROADMAP_TO_PARITY.md |
Parity claim levels and workstreams |
docs/HISTORICAL_DOCS_INDEX.md |
Index for retired/archived historical docs and recovery paths |
- CI workflow:
.github/workflows/quality-gates.yml - Gate scripts:
scripts/gates/(gate_a through gate_e, gate_sim) - Fixture manifest:
test_data/fixture_manifest.sha256
Historical documents that are no longer part of the active doc surface are indexed in:
docs/HISTORICAL_DOCS_INDEX.md
Use Git history for authoritative recovery of retired files.