docs(adr): resolve duplicate ADR-010 and ADR-011 number collisions
Engineering guardrails for AI coding agents
Brought to you by:
mnemehq
Originally created by: TheoV823
Two ADR number collisions exist in docs/adr/:
ADR-010 collision
ADR-010-automation-artifact-governance.md — older; cross-referenced in CLAUDE.md and ADR-011ADR-010-external-platform-presence-standards.md — newer; landed 2026-05-17ADR-011 collision
ADR-011-knowledge-graph-content-architecture.md — older (2026-05-15, commit 595cec3)ADR-011-harness-complementary-positioning-vocabulary.md — newer (2026-05-16, commit 92338ac)Complication: ADR-012-conceptual-authority-discipline.md already exists, so the next available numbers are ADR-013 and ADR-014. Any fix must account for the full sequence before renaming.
ADR-001 through ADR-009 — unique, no collisions
ADR-010 — TWO files (collision)
ADR-011 — TWO files (collision)
ADR-012 — one file (conceptual-authority-discipline)
ADR-013, ADR-014 — available
docs/, site/, .mneme/, CLAUDE.md, and all ADR cross-references before touching filenames.grep -r "ADR-010\|ADR-011" docs/ site/ .mneme/ CLAUDE.md to map all references.docs/adr-renumber-collisions branch.docs(adr): renumber duplicate ADR-010 and ADR-011 to ADR-013 and ADR-014.Wave-3 follow-ups doc (docs/plans/2026-05-17-wave-3-followups.md §2) originally scoped ADR-010-external-platform → ADR-012, but ADR-012 is now taken. This issue supersedes that scope with the updated numbering.
Discovered during post-launch cleanup runbook (2026-05-17).