add safe prune command for migrated runtime backups

This commit is contained in:
Jason Woltje
2026-02-17 12:00:39 -06:00
parent adef51d852
commit 967c9c462b
2 changed files with 102 additions and 0 deletions

View File

@@ -61,6 +61,13 @@ Run manually:
~/.mosaic/bin/mosaic-link-runtime-assets
```
Prune migrated legacy backups from runtime folders (dry-run by default):
```bash
~/.mosaic/bin/mosaic-prune-legacy-runtime --runtime claude
~/.mosaic/bin/mosaic-prune-legacy-runtime --runtime claude --apply
```
Opt-out during install:
```bash