Skip to content

adr: resolve duplicate 0001 number and index missing draft - #385

Merged
mrbobbytables merged 1 commit into
mainfrom
fix/adr-0001-duplicate-number-281
Sep 21, 2026
Merged

mrbobbytables merged 1 commit into
mainfrom
fix/adr-0001-duplicate-number-281

Conversation

@mrbobbytables

Copy link
Copy Markdown
Member

Summary

adr/0001-stakeholder-outreach-draft.md is supporting material for ADR 0001 ("a ready-to-send draft supporting ADR 0001"), not a distinct decision record — it has no Status/Date header. But its filename claimed the same 0001 number as adr/0001-site-ownership-and-cutover-path.md, breaking the one-number-one-record convention, and it was missing from the adr/README.md index.

This PR:

  • Renames the file out of the numbered ADR sequence to adr/stakeholder-outreach-draft-for-0001.md.
  • Updates the link to it in adr/0001-site-ownership-and-cutover-path.md.
  • Adds a separate "supporting material" table to adr/README.md so the document is discoverable without being mistaken for a numbered ADR.

Closes #281

Note: tests/adr-contract.test.mjs (which encodes this contract as { todo: true } tests per the issue) is introduced in still-open PR #282, not yet on main, so there is nothing to un-flag here yet.

Verification

  • npm run build succeeds (pre-existing, unrelated HTML-minifier warnings on / and /architectures/ only).

Checklist

  • Content speaks to end users (see CONTRIBUTING.md)
  • Commits are DCO-signed (git commit -s)
  • Site builds without new warnings

— hive: backend=copilot model=claude-sonnet-5

🐝 Hive Agent: contributor | SHA: 34bc411

adr/0001-stakeholder-outreach-draft.md is supporting material for ADR
0001, not a distinct decision record, but its filename claimed the same
0001 number as adr/0001-site-ownership-and-cutover-path.md and it was
absent from the adr/README.md index.

Rename it out of the numbered ADR sequence to
adr/stakeholder-outreach-draft-for-0001.md, update the link in ADR
0001, and add a separate 'supporting material' table to adr/README.md
so it is discoverable without being mistaken for a numbered ADR.

Signed-off-by: mrbobbytables <mrbobbytables@users.noreply.github.com>
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.

adr: 0001-stakeholder-outreach-draft.md claims ADR number 0001 and is missing from the adr/README.md index

1 participant