docs: correct README immutability principle cross-ref (2 → 3)#193
Merged
Conversation
ADR-025 and the 1.8.0 CHANGELOG referenced "README design principle 2" for the immutable-value-objects principle, but the README numbers it 3 (principle 2 is "No application logic"). An earlier sed fixed only the single-line occurrences; the line-wrapped ones survived in ADR-025 (×2) and CHANGELOG (×1). Cosmetic cross-reference fix — docs-only, no release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Post-1.8.0 cleanup. ADR-025 and the 1.8.0 CHANGELOG cited "README design principle 2" for
the immutable-value-objects principle, but the README numbers it 3 (principle 2 is "No
application logic"). An earlier
sedcaught only single-line occurrences; the line-wrappedones survived in
docs/ADRs/025_*.md(×2) andCHANGELOG.md(×1) — fixed here.Cosmetic cross-reference correction — docs-only, no code/test/release impact.
ruff✅ ·validate_docs✅. (Also present onmainfrom the 1.8.0 publish; cosmetic, so it rides the nextrelease promotion rather than a patch.)
🤖 Generated with Claude Code