docs: refresh the two stale ADR-0001 names in docs/agents/domain.md - #103
Merged
Merged
Conversation
lesnik512
commented
Sep 20, 2026
| number retired rather than renumbering the survivors: the citations that matter most live | ||
| outside this repo — in issue bodies, commit messages, review threads — where no gate can follow | ||
| a rename, so a renumber silently points them at whichever record takes the number next. | ||
|
|
Member
Author
There was a problem hiding this comment.
Dropped. PR is now just the two domain.md name fixes; retitled to match.
lesnik512
force-pushed
the
docs/adr-numbers-are-permanent
branch
from
September 20, 2026 08:16
4119046 to
3e80810
Compare
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.
#102 renumbered the ADR set and renamed 0001. Every citation inside the repo moved with it, and both gates stayed green — but
docs/agents/domain.mdnames 0001 twice in places no gate reads: once in a fenced directory tree, once in the prose example of how to flag an ADR conflict. Neither is a Markdown link, so lychee never saw them. This refreshes both to the record's current filename and title.The GitHub-side citations the same renumber broke — issues #86 and #87 pointing at
docs/adr/0009-docker-rejection-parity.md, and #86 additionally atdocs/adr/0011-list-of-str-refusals.md, a record that no longer exists as a file (itssysctls: ["a"]/volumes: ["a"]ruling folded into the parity record) — have been corrected in place on GitHub.The convention this PR originally proposed (retire ADR numbers instead of renumbering) was dropped at review.