R77.F2 Packet — 10 section index.md stubs
Execution plan
Create 10 files in the feature/r77-f2-section-indexes worktree. No edits
to existing files. One commit, one PR.
File-by-file plan
| # | Path | Title | Tags | Siblings linked |
|---|---|---|---|---|
| 1 | docs/3-world/physics/laws/index.md |
Laws (physics layer) | [physics, laws, legitimacy, section-index] |
proof-store.md (η), rule-engine.md (κ), consensus.md (θ), state-fork.md (ι) |
| 2 | docs/architecture/index.md |
Architecture | [architecture, section-index] |
decisions/ |
| 3 | docs/architecture/decisions/index.md |
Architecture Decision Records | [architecture, adr, section-index] |
ADR-001..006 |
| 4 | docs/agents/index.md |
Agent Contracts | [agents, contracts, tiers, section-index] |
sigma-orchestrator.md, pm-contract.md, executor-contract.md, writeback-protocol.md |
| 5 | docs/reference/index.md |
Reference | [reference, section-index] |
glossary.md, cross-reference.md, design-system.md, mcp-tools-phase-0.md, extractions/ |
| 6 | docs/reference/extractions/index.md |
Heritage Extractions | [reference, extractions, heritage, section-index] |
α..π donor pseudocode (per-letter listing, not per-file) |
| 7 | docs/audits/index.md |
Audits | [audits, 5-step-chain, step-1, section-index] |
(describes the folder’s role as Step 1 artefacts; does not list all 37) |
| 8 | docs/contracts/index.md |
Contracts | [contracts, 5-step-chain, step-2, section-index] |
(Step 2 artefacts) |
| 9 | docs/packets/index.md |
Packets | [packets, 5-step-chain, step-3, section-index] |
(Step 3 artefacts) |
| 10 | docs/verification/index.md |
Verifications | [verification, 5-step-chain, step-5, section-index] |
(Step 5 artefacts) |
Rationale for bulk 5-step folders (#7–#10)
Listing 37 files per folder would bloat each stub well past the 30-line bound and would rot fast (every new task adds an artefact). Instead these four stubs:
- Describe the folder’s role in the 5-step chain (CLAUDE.md §6).
- Link to the chain overview at
docs/5-time/task.md/docs/5-time/round.md. - Tell the reader to browse the sidebar (just-the-docs auto-builds it from file presence) or use the search bar for specific artefacts.
Commit structure
Single commit per the task prompt template — fix(r77-f2): create 10 ....
Gate
npm run build && npm run lint && npm test from worktree root.