Clarify ADR immutability and architecture.md as living document - #161
Merged
Conversation
ADRs are point-in-time records. Once accepted, their content should not be modified -- only status changes and links to superseding ADRs are appropriate. When decisions change, write a new superseding ADR. In contrast, docs/architecture.md must always reflect the current state of decisions. It is updated whenever an ADR is accepted or superseded. Changes: - skills/writing-adrs/SKILL.md: Add dedicated sections on ADR immutability rules and architecture.md mutability, plus new entries in Red Flags and Common Mistakes tables - docs/architecture.md: Add blockquote clarifying its role as a living document - docs/ADRs/0000-adr-template.md: Add HTML comment reminding authors that content is frozen after acceptance - docs/problems/architectural-invariants.md: Clarify supersession language and fix open question about ADR amendments vs supersession Assisted-by: OpenCode claude-opus-4-6@default
ralphbean
marked this pull request as ready for review
April 3, 2026 14:57
Member
Author
|
Updates #83 |
ifireball
approved these changes
Apr 5, 2026
This was referenced Jun 23, 2026
4 tasks
2 tasks
This was referenced Jul 13, 2026
2 tasks
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
docs/architecture.mdis a living document that must always reflect the current state of architectural decisions.Changes