fix: keep committed library.md aligned with the live tree - #2
Draft
IronAdamant wants to merge 1 commit into
Draft
Conversation
Regenerate the import map with update-maps --full so deleted 4.6.10 modules no longer appear in the file tree, Mermaid graph, or reverse-deps. The generator drops cache keys whose source is missing on disk, and file-tree captions come from *.wiki.md instead of health audit reasons. Protocol v0.6.1 documents 4.6.x additive fields, including sqlite-empty versus cache_backend none. README language coverage is split into deep/ACS (Python, JS/TS) versus regex hint. A unittest fails if library.md names a path that is not a file on disk. Co-authored-by: Aron Amos <IronAdamant@users.noreply.github.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.
Regenerates the committed import map from the live tree and adds a guard so
library.mdcannot name missing files.What landed
wikifier update-maps --full(did not hand-editlibrary.md). Deleted 4.6.10 leftovers (mcp/tools/{intel,status,workflow}.py,parsers/javascript/_parser.py,health.py,server_backup.py, leftoverbree.py) are gone from the file tree, Mermaid graph, and reverse-deps.*.wiki.mdpurpose/role text, not health audit reasons.tests/test_library_map_honesty.pyfails if committedlibrary.mdnames a path that is not a file on disk.cache_backend: none. Bootstrap now re-reads the backend after ACS persist and reportscache_empty/cache_files_indexed.Deferred
cache/_core.py/health_impl.py(would dominate this PR).library.mdthat still leak snippet text from_core.py(parser artifact, not map topology).Tests
python -m unittest discover tests— 187 tests, 1 skipped, OK.Zero runtime deps. Assessment notes were not written into this repo.