Skip to content

v1.7.1 — Guide Restructure & Command Reliability Fixes

Choose a tag to compare

@uditgoenka uditgoenka released this 18 Mar 09:14
c6342a2

What's Changed

Documentation Restructure

  • Replaced monolithic GUIDE.md (1,791 lines) + EXAMPLES.md (2,228 lines) with 13 focused guide files in guide/ folder (6,183 lines total)
  • Each subcommand has its own detailed guide: guide/autoresearch-predict.md (778 lines), guide/autoresearch-security.md (512 lines), etc.
  • New files: guide/chains-and-combinations.md, guide/examples-by-domain.md, guide/advanced-patterns.md

Command Reliability Fixes

  • Commands now trigger on first invocation — removed redundant 518-line SKILL.md read from all command files (50-65% context reduction)
  • --iterations N now works correctly — explicit argument parsing with iteration counter tracking and mandatory STOP after N iterations
  • Massive context no longer breaks commands — flags are now extracted separately from prose context
  • Commands always stream live — explicit "never run in background" directive

Distribution Sync

  • Root commands/ and skills/ now auto-sync from .claude/ during releases
  • Added sync step [3/7] to release.sh

Full Changelog: v1.7.0...v1.7.1