superdesign_cleanup
Automatically remove outdated design files by specifying age and count limits. Set max age in days and keep only the latest designs to optimize storage. Optionally preview deletions with dry run mode.
Instructions
Clean up old design files based on age and count limits
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dry_run | No | Show what would be deleted without actually deleting | |
max_age_days | No | Delete designs older than X days (default: 30) | |
max_count | No | Keep only the latest X designs (default: 50) | |
workspace_path | No | Workspace path (defaults to current directory) |