docs(decision-records): hold records firm, not frozen - #8
Merged
Merged
Conversation
Accepted records were described as immutable everywhere. The governance middle ground now is: changing course still requires supersession, never a rewrite — but decider-approved maintenance edits (clarity, staleness, cross-record consistency, typography) are allowed. Reworded in SKILL.md, the generated INDEX.md header (the one spot the tooling actively reasserts the doctrine on every build), and the installed templates (AGENTS, README, both record templates). Counter-ID immutability and the no-draft-references breach check are untouched — both remain true under the new stance.
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.
Replaces the blanket "immutable once accepted" doctrine with the governance middle ground adopted in skymavis/lanh-ai: held firm once accepted — changing course requires supersession, never a rewrite; decider-approved maintenance edits (clarity, staleness, cross-record consistency, typography) are allowed. Firm, not frozen.
Touched:
decisions.pyINDEX header — the one place the tooling actively reasserts the old doctrine: everybuildwrites it into the target repo's INDEX.md, so without this change the next rebuild silently reverts the stance.Deliberately untouched: counter-ID immutability (
decisions.py— still true; IDs never change) andvalidate_no_breach(accepted records still must not reference drafts — the forward-reference rule is unaffected by the new stance).Docs-only; 66 tests pass.