feat(model-overlays): add fable-5 overlay + resolver mapping#2246
Open
chrisquorum wants to merge 1 commit into
Open
feat(model-overlays): add fable-5 overlay + resolver mapping#2246chrisquorum wants to merge 1 commit into
chrisquorum wants to merge 1 commit into
Conversation
Give claude-fable-5 a dedicated overlay instead of the generic claude fallback: inherits the claude base plus Fable-family nudges (act when ready, ground progress claims, assessment-vs-action, delegate). Adds the models.ts resolver mapping and a gate-tier test mirroring the opus overlays.
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
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.
What
Claude Fable 5 (
claude-fable-5) is Anthropic's most capable widely releasedmodel — the current overall flagship. Today
claude-fable-5*resolves throughmodels.tsto the genericclaudeoverlay. This adds a dedicatedfable-5overlay so it inherits the
claudebase plus Fable-family nudges tuned to how5.x actually behaves.
Changes
model-overlays/fable-5.md(new) —{{INHERIT:claude}}+ four nudges: act whenyou have enough context (Fable can over-plan on ambiguous tasks), ground progress
claims in tool-result evidence, assessment-vs-action boundaries, and delegate
independent work to sub-agents.
scripts/models.ts— addfable-5toALL_MODEL_NAMESand aresolveModelmapping (
/^claude-fable-5(-|$)/ → fable-5), placed before the genericclaudefallback.
test/model-overlay-fable-5.test.ts(new) — gate-tier test mirroring theopus-4-*overlay tests (inherits base, carries the Fable nudges, no unresolvedINHERIT).
Notes
on ambiguity, progress-claim grounding, literal boundaries, sub-agent delegation),
kept to the short form the other overlays use. Retune as more patterns emerge.
claude-fable-5; the Project Glasswing siblingclaude-mythos-5(samebehavior) can be mapped to this overlay in a follow-up.
Validation
resolveModel('claude-fable-5')/'claude-fable-5-20260601'→fable-5;claude-opus-4-7,claude-sonnet-*, and bareclaudeunchanged.bun test test/model-overlay-fable-5.test.ts→ all pass.bun run gen:skill-docs→ no generated-doc churn (only the three files above).bun run typecheck→ no new errors in the changed files.