v1.7.2 — Stability Fixes
Comprehensive stability patch addressing 25+ bugs found via two rounds of deep /autoresearch:debug --iterations 25 audits. Pure bugfix release — no new features.
Highlights
- Ship command: Added
--targetflag for explicit ship target - Debug→Fix chain:
--fixnow correctly passes--from-debugto fix command - Security CI: Template now copies both
commands/andskills/(was missing commands) - Predict budget: Resolved unit collision —
--budgetnow counts findings, not dollars - Git safety: Eliminated all
git add -Areferences — explicit file staging everywhere - Predict workflow: Fixed
--roundsrange (was 0-3, now 1-3), depth preset naming - Release script: Fixed step numbering inconsistency
- SKILL.md: Removed stale
/ug:autoresearchalias
Full Changelog
| Area | Fix |
|---|---|
ship.md
| Added --target <path> flag + argument-hint
|
debug-workflow.md
| --fix chain passes --from-debug
|
security-workflow.md
| CI template copies commands/ + base command
|
predict-workflow.md
| Budget: dollars → findings count |
predict-workflow.md
| --rounds range: 0-3 → 1-3
|
predict-workflow.md
| Depth preset: quick → shallow |
fix-workflow.md
| git add -A → git add <files>
|
autonomous-loop-protocol.md
| git add -A → explicit staging + WARNING
|
security.md
| Added --scope, --depth, Focus:
|
predict.md
| --dry-run → --incremental
|
release.sh
| Step numbering [1/6]→[1/7], [2/6]→[2/7] |
SKILL.md
| Removed stale /ug:autoresearch alias
|
| Distribution | All root commands/ + skills/ synced
|
Upgrade
/plugin update autoresearch
23 files changed, 57 insertions, 47 deletions.