You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.