You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools/analyze-run.py, a read-only post-hoc transcript analyzer, prints an objective mission-control scorecard (orchestrator model, Agent-call inventory and model-pinning, per-tier token split, verification signal). Zero runtime cost; nothing added to the skill.
tools/doctor.sh, a read-only install check, reports what is present vs missing (skills, activation block, hooks and their registration, jq/curl, VERSION, output style), required vs optional, with a remedy per gap.
A "What to expect per session model" section in the mission-control README, plus a one-time non-frontier nudge in the activation block, tells a Sonnet/Haiku user mission-control is installed and opt-in, silent by design until triggered.
A compatibility declaration in the skill frontmatter states Claude Code only, subagents required, hooks optional.
Changed
The fanout-guard's FABLE_OK escape hatch now requires the token as the first non-empty line of prompt/string args, or a dedicated {"FABLE_OK": true} key/element for structured Workflow args; relaying it in prose no longer disarms the guard.
The recall and knowledge-pass steps no longer assume a specific MEMORY.md auto-memory feature.