Skip to content

mif-docs v0.9.2

Latest

Choose a tag to compare

@zircote zircote released this 30 Jul 13:11
cc3b3d2

[0.9.2] - 2026-07-30

Changed

  • Replaced the Workflow-based audit-docs (commands/audit-docs.md +
    workflows/audit-docs.js) with a plain Skill
    (skills/audit-docs/SKILL.md) implementing the same 17-check registry.
    The Workflow-based version had two production failures: a naming
    collision where the workflow shadowed the hand-authored command,
    making --help/argument-hint unreachable (#191); and a more severe
    unbounded-fan-out bug in its Verify phase (one opus agent per
    individual finding, no dedup or cap), which hit the Workflow tool's
    1000-agent ceiling and burned roughly 51M tokens in one run against a
    73-file corpus. The new skill runs entirely as bounded, in-conversation
    Agent calls -- one per file, plus at most 3 for cross-document
    checks -- with no background orchestration and no per-finding fan-out
    possible by construction.