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
* [luv-23] Add --safe to luv --clean -f to spare folders younger than 24h
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* [luv-23] Reject --safe outside --clean -f instead of silently ignoring
Per CodeRabbit review on #23.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
|`--safe`| With `--clean -f`, only delete workspaces older than 24h (mtime) |
78
80
79
81
## Docker dev environments
80
82
@@ -134,7 +136,7 @@ Docker mode works with all flags: `-n` opens a bash shell in the container, `-r`
134
136
- No unpushed commits
135
137
- If the remote branch is gone, verifies the PR was merged and local HEAD matches
136
138
137
-
Use `luv --clean -f` to skip all safety checks and delete everything.
139
+
Use `luv --clean -f` to skip all safety checks and delete everything. Add `--safe` (i.e. `luv --clean --safe -f`) to restrict force-delete to workspaces whose folder mtime is older than 24 hours, leaving recently-touched workspaces alone.
0 commit comments