v0.6.2
Instruction-file writes are crash-safe, and stray CLI arguments fail loudly instead of misfiring.
Fixes
- instructions remove strips the hint from that agent only, not every target.
Improvements
- Instruction-file writes are atomic — a crash or full disk can't corrupt them.
- Instruction rewrites preserve existing file permissions and symlinks.
- Commands reject stray positional arguments instead of silently mishandling them.
- Setup output names exactly the instruction files each agent wrote.
Changelog
- 8a0ae77 fix: improve init, update examples, sync with plugin