Skip to content

v0.6.1 (2026-07-15)

Choose a tag to compare

@boldprojekte boldprojekte released this 03 Aug 06:46
· 13 commits to main since this release

0.6.1 (2026-07-15)

  • Add clean -C/--repo <path>: a targeted reap of a repo's terminal tasks regardless of the cwd they were spawned from. The owner fallback is the spawning cwd, so a task spawned with -C /repo from another directory is owned by that directory and a later clean from /repo would treat it as foreign and leave it behind. clean -C /repo reaps it (still terminal-only, still leaves running tasks alone) without the blunt clean --any-owner. The skipped-foreign hint now points at both -C and --any-owner.