v1.7.1 — Guide Restructure & Command Reliability Fixes
What's Changed
Documentation Restructure
- Replaced monolithic
GUIDE.md(1,791 lines) +EXAMPLES.md(2,228 lines) with 13 focused guide files inguide/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 Nnow 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/andskills/now auto-sync from.claude/during releases - Added sync step [3/7] to
release.sh
Full Changelog: v1.7.0...v1.7.1