Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:09
· 29 commits to main since this release

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