docs: reconcile stale current-state markers to v4.15.0 (coherence audit) - #92
Merged
Merged
Conversation
Sync current-state markers only; historical CHANGELOG/ROADMAP entries preserved. - pyproject.toml root: version 4.7.0 -> 4.15.0 (canonical = shared/4.15.0) - docs + wiki headers stuck at 4.2.0/4.11.0/4.14.0 -> 4.15.0 - case counts "18/21 casos operativos" -> 25 (SECURITY.md, UV.md, ARCHITECTURE, wiki Security/Architecture) - shared settings.py docstring: phantom v4.15.2 -> v4.15.0, resynced to 24 cases - encoding: repair mojibake in cases/02 case.yml; re-encode stray cp1252 bytes in cases/01 web/index.html to UTF-8 - wiki Case-09 header aligned to its own title (4.2.0 -> 4.10.0) GitHub About description also updated to v4.15.0 (out-of-repo surface). Co-Authored-By: Claude Fable 5 <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.
Summary
Full coherence audit: every current-state marker (version headers, case counts) reconciled to the canonical truth (v4.15.0, 25/25 operational cases). Historical CHANGELOG/ROADMAP/SECURITY entries untouched.
pyproject.toml4.7.0 -> 4.15.0 (canonical =shared/pyproject.toml)v4.15.2docstring inshared/lgrw_common/settings.py-> 4.15.0, resynced viascripts/sync_shared.py(24 cases; case 13 exempt by design)cases/02/case.yml; stray cp12520xB7bytes incases/01/backend/web/index.htmlre-encoded to valid UTF-8Case-level
case.yml/README versions are frozen at completion release by convention — preserved.Verification
py_compileOK on touched .py;pytest3/3 passed🤖 Generated with Claude Code