superdesign_cleanup
Remove outdated design files by age and quantity limits to maintain organized workspaces and optimize storage space.
Instructions
Clean up old design files based on age and count limits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_path | No | Workspace path (defaults to current directory) | |
| max_age_days | No | Delete designs older than X days (default: 30) | |
| max_count | No | Keep only the latest X designs (default: 50) | |
| dry_run | No | Show what would be deleted without actually deleting |