adr: relocate ADRs to /adr; add ADR-0002 (location) + retrospective ADR-0003-0014#73
Open
JimCollinson wants to merge 1 commit into
Open
adr: relocate ADRs to /adr; add ADR-0002 (location) + retrospective ADR-0003-0014#73JimCollinson wants to merge 1 commit into
JimCollinson wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two things in one change:
docs/adr/to repo-root/adr. In this repodocs/is the published GitBook product (.gitbook.yamlsetsroot: ./docs/), so ADRs underdocs/would leak into the public developer-docs site (nav / search /llms.txt) and get swept by the docs tooling. Recorded as ADR-0002.What changed
git mv docs/adr → adr(movesADR-0001,TEMPLATE.md,TOOLING.md,README.md)..adr-kit.yaml→adr_directory: adrscripts/adr-governance.py→ADR_DIR = Path("adr").github/workflows/adr-governance.yml→ path filters →adr/**adr/ADR-0002 … ADR-0014.planning/skill-open-questions.md(open items the skill ADRs leave — see below).The ADRs
/adr, notdocs/adr(this change; a normal prospective decision)Automation
repository_dispatchwebhooks and API-billed CI)Docs platform & authoring
CLAUDE.mdas the enforced authoring-constraints contractDeveloper skill
feeds_skillsregistry wiringStatus: Accepted, retrospectively
ADR-0003–0014 record decisions taken before this ADR process existed. They are marked Accepted with an explicit
Acceptance: Retrospectiveline — ratified by the implementation already built on them and by this review pass, not by prospective pre-implementation review. This gives them immutability (protection from casual edits) while staying honest about how acceptance happened. ADR-0002 is an ordinary prospective decision.Open items (non-blocking)
Tracked in
planning/skill-open-questions.md— most notably the skill's canonical name (autonomi-developer) vs the current on-diskskills/start/, and a possible future migration toWithAutonomi/skills. These resolve later via superseding ADRs, not edits.Validation
python3 scripts/adr-governance.pypasses against the 14 ADRs at/adr(verified on a mirror of this branch:ADR governance passed (14 ADR file(s) checked)).adr/**;sweep-guard/prose-guard/sweep-sha-reachabilitygreen-skip on this non-claude/*branch.Reviewer notes
adr_directoryknob — the shared mechanics (template, lifecycle, immutable-Accepted enforcement) are untouched. Full rationale in ADR-0002.