Skip to content

1.6.0

Choose a tag to compare

@CaseReed CaseReed released this 08 Jul 15:30
· 25 commits to main since this release

Added

  • 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.