fix(ISA): remove stale TheRouter.hook.ts classifier references#1525
Open
jbmml wants to merge 1 commit into
Open
fix(ISA): remove stale TheRouter.hook.ts classifier references#1525jbmml wants to merge 1 commit into
jbmml wants to merge 1 commit into
Conversation
TheRouter.hook.ts was retired with the modes/tiers system, but the ISA skill still instructs the model to expect its GOAL_SIGNAL / INTERVIEW_ELIGIBLE emissions. Promote the workflows' own line-absent fallbacks to primary: detector-only goal-signal capture, tier-derived interview eligibility, and an ISA-internal literal-preservation check (recorded signal vs recorded literal) replacing the dead session-additionalContext condition.
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.
TheRouter.hook.tswas retired with the modes/tiers system (HookSystem.md: "retired entirely (commit4dd0fbe19)… There is no successor classifier"), but the ISA skill still instructs the model to expect itsGOAL_SIGNAL/INTERVIEW_ELIGIBLEemissions. This promotes each workflow's own already-designed fallback to primary, so the guidance matches reality with no behavior change.Scope is deliberately ISA-only. The ~48 other "TheRouter" mentions across the repo are historical records (CHANGELOG,
HookSystem.md,RouterSystem.md) that correctly document the retirement and are left untouched. Only the three operational instructions that tell the model to act on the dead signals are changed.Changes
LifeOS/install/skills/ISA/Workflows/Scaffold.md:61Before:
After:
LifeOS/install/skills/ISA/Workflows/Scaffold.md:92Before:
After:
LifeOS/install/skills/ISA/Workflows/CheckCompleteness.md:112Before:
After:
Fixes #1524