docs(adrs): place ADRs by decision scope (#2116) - #2118
Merged
josecelano merged 7 commits intoAug 30, 2026
Conversation
There was a problem hiding this comment.
Pull request overview
This PR formalizes an ADR placement policy based on decision scope (root vs package-local) and propagates that policy across the project’s canonical documentation, templates, and planning skills so ADR ownership remains compatible with future package extraction.
Changes:
- Added a root ADR defining scope-based ADR placement, local collection requirements, and root supersession rules.
- Updated ADR guidance/navigation (docs index + ADR README/index) and the ADR template to reflect root vs package-local placement.
- Updated planning skills and the #2116 issue spec to require/record ADR placement expectations and verification evidence.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/templates/ADR.md | Adds an explicit “Scope” section to the ADR template to drive correct collection placement. |
| docs/issues/open/2116-adr-placement-policy.md | Records completion status, verification evidence, and acceptance-criteria signoff for the ADR placement policy work. |
| docs/index.md | Updates documentation navigation wording to distinguish root ADR guidance/index. |
| docs/AGENTS.md | Updates artifact placement guidance to differentiate root vs package-local ADRs. |
| docs/adrs/README.md | Updates root ADR collection guidance to explain scope-based placement, index ownership, and supersession. |
| docs/adrs/index.md | Renames/clarifies the index as root-only and adds placement-rule pointer. |
| docs/adrs/20260830124000_place_adrs_by_decision_scope.md | Introduces the root ADR that defines the placement policy and supersession procedure. |
| .github/skills/dev/planning/create-issue/SKILL.md | Requires planned ADRs in issue specs to state expected root vs package-local placement by scope. |
| .github/skills/dev/planning/create-adr/SKILL.md | Updates ADR authoring workflow to include scope-based placement and collection-specific indexing. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
ACK 8f622ec |
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
Scope
docs/issues/open/2116-adr-placement-policy.md.Validation
linter markdownlinter cspelllinter allTORRUST_GIT_HOOKS_LOG_DIR=.tmp ./contrib/dev-tools/git/hooks/pre-commit.shCloses #2116