superdesign_cleanup
Remove outdated design files automatically by specifying age or count limits. Set workspace path, max age in days, and maximum file count to retain. Use dry run to preview deletions.
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) |