fix: regenerate stale navigator catalogue (Navigator Check RED on main)#87
Merged
Merged
Conversation
…-ref The EP #85 merge added scripts/features/expectation_propagation.py and a cross-ref from graphical_models.py, but llms-full.txt / workspace_index.json were never regenerated, turning the Navigator Check 'Catalogue staleness' job RED on main. Regenerated with regenerate_navigator.py autofit (catalogue only; idempotent; check_navigator green). Closes #86 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.
Summary
The
Navigator CheckCatalogue staleness job was RED onmain(commit831b08b, the EP #85 merge). The EP statistics-completion work addedscripts/features/expectation_propagation.pyand a cross-ref fromscripts/features/graphical_models.py, but the generated navigator catalogue (llms-full.txt,workspace_index.json) was never regenerated. This regenerates it so CI goes green. Surfaced by the 2026-07-11 morning/healthsweep.Closes #86.
Scripts Changed
None — this touches only generated catalogue artifacts (
llms-full.txt,workspace_index.json). Noscripts/,notebooks/, orconfig/changes; no runtime behaviour changes.Test Plan
regenerate_navigator.py autofit(Phase 2, no notebook rebuild — matches CI).check_navigator.py --root . --banners=fail→ OK (paths + banners).regenerate_navigator.py autofitis idempotent (no further drift) → the CI "Catalogue staleness" diff-check will pass.expectation_propagation.pycatalogue entry andgraphical_models.py'scross_refsgainsfeatures/expectation_propagation.py.Validation checklist (--auto run — plan was not pre-approved)
🤖 Generated with Claude Code