fix(lexicon-upgrade): fly op file + composite scope + five-list wiring test - #1226
Merged
Conversation
) Every scheduled run since fly joined the matrix failed with 'Op "fly-upgrade" not found'. Root cause was two gaps, not one: ops/lexicon-upgrade/fly-upgrade.op.ts was never created, and the LexiconUpgradeOp composite's IN_SCOPE_LEXICONS list — a fifth hand-maintained copy of the lexicon set — also never learned about fly, so the op file alone would still have been rejected at author time. Adds the op file, extends the scope list, and pins all five lists together with upgrade-wiring.test.ts: matrix == op files, op files' lexicon args match their filenames, IN_SCOPE_LEXICONS == matrix, and every rolling lexicon appears in the matrix. Verified: CHANT_UPGRADE_MODE=report chant run fly-upgrade --local completes (HasUpgrade=false against the committed baseline). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Closes #1218.
Every scheduled lexicon-upgrade run since fly joined the matrix (Jul 12) failed with
Op "fly-upgrade" not found. Root cause was two gaps: the op file was never created, and theLexiconUpgradeOpcomposite'sIN_SCOPE_LEXICONS— a fifth hand-maintained copy of the lexicon set — also never learned about fly, so the op file alone would still have been rejected at author time.ops/lexicon-upgrade/fly-upgrade.op.ts(mirrors the other seven)IN_SCOPE_LEXICONSwith fly; updates the pinned scope testupgrade-wiring.test.ts: matrix == op files, op args match filenames, IN_SCOPE == matrix, rolling ⊆ matrix — the next miswiring fails at PR time instead of three weeks of red cronsVerified:
CHANT_UPGRADE_MODE=report chant run fly-upgrade --localcompletes (HasUpgrade=false vs the committed baseline); temporal suite 335/335.🤖 Generated with Claude Code