Skip to content

docs: index ADRs and plans, wire into SUMMARY.md#66

Merged
robtaylor merged 1 commit into
mainfrom
docs/plans-adrs-index
May 19, 2026
Merged

docs: index ADRs and plans, wire into SUMMARY.md#66
robtaylor merged 1 commit into
mainfrom
docs/plans-adrs-index

Conversation

@robtaylor
Copy link
Copy Markdown
Contributor

Summary

  • docs/adr/ and docs/plans/ had files but no landing pages — docs/README.md linked to the directories, and docs/SUMMARY.md (mdbook nav) didn't list them at all.
  • Adds an index page to each, a section in SUMMARY.md listing every ADR and plan, and updates the parent docs/README.md links to point at the new index pages.

What's in each new file

  • docs/adr/README.md — status table for all 8 ADRs (Accepted / Approved / Proposed / Superseded), brief notes on how the timing-stack ADRs (0001/0003/0005/0006), the IR contract (0002), the private PDK track (0004) and the forward-looking pair (0007/0008) relate, plus the convention for adding a new ADR.
  • docs/plans/README.md — status table grouped by Active / Implemented / Deferred / Exploratory, a reading order for the timing-stack plans, and the convention for adding a new plan.
  • docs/SUMMARY.md — new "Decisions & plans" section listing every ADR and plan individually so they show up in the mdbook sidebar.
  • docs/README.md — top-level documentation index now points at the new ADR and plans landing pages rather than the directories.

No content moves; existing ADRs and plans are untouched.

Test plan

  • docs/adr/README.md table links resolve to each ADR file.
  • docs/plans/README.md table links resolve to each plan file.
  • If mdbook is built locally, the new sidebar entries appear and resolve.

docs/adr/ and docs/plans/ both had several files but no index — the
parent docs/README.md linked to the directories rather than to
landing pages, and SUMMARY.md (mdbook nav) didn't list them at all.

Adds:
- docs/adr/README.md: status table for all 8 ADRs, brief notes on
  how they relate, and conventions for adding a new ADR.
- docs/plans/README.md: status table grouped by Active / Implemented
  / Deferred / Exploratory, plus a reading order for the timing-stack
  plans.
- docs/SUMMARY.md: new "Decisions & plans" section listing every ADR
  and plan individually, plus the OpenTimer spike.
- docs/README.md: parent links now point at the new index pages.

Co-developed-by: Claude Code v2.1.143 (claude-opus-4-7)
@robtaylor robtaylor force-pushed the docs/plans-adrs-index branch from 35e1a01 to 89263c3 Compare May 19, 2026 08:48
@robtaylor robtaylor merged commit 3b129cd into main May 19, 2026
14 checks passed
@robtaylor robtaylor deleted the docs/plans-adrs-index branch May 19, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant