feat: scan declutter, prune leftovers, and path/id QoL for v1.1.0 - #17
Merged
Merged
Conversation
- Introduced a `prune` command to preview and delete orphaned workspaceStorage directories and empty agent projects. - Updated `scan` command to support filtering by project path and to hide stale noise by default, with options to show all. - Enhanced README.md with usage instructions for the new `prune` command and updated `scan` command details. - Added new filtering logic to improve workspace and project management, including handling of orphaned and ephemeral entries. - Updated CHANGELOG.md to reflect these new features and improvements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scanhides stale noise (.__rebind_orphan_*,empty-window,tmp-*/ numeric sessions, 0-transcript agent dirs);scan --allshows everything;scan --path <dir>focuses one project.prunecommand dry-runs (default) or deletes (--yes, with backup) orphanedworkspaceStorageand empty ephemeral agent dirs.--from/--to/scan --pathand guided path prompts; SPLIT-BRAIN wizard picker shows header counts + recommended keep id.Test plan
go test ./...cursor-rebind map --from <32-hex-id> --to …→ rejected with--target-idhintcursor-rebind scan --path /path/to/project→ only that project’s rowsprunedry-run on real storage;prune --yesonly after quitting Cursor (optional disposable copy)Notes
[Unreleased],docs/machine-move.mdprune --yes/ existing migrate--cleanup; dry-run by defaultcomposerData