release_cleanup
Removes low-risk ignored and untracked release artifacts based on project policy auto_cleanup rules. Preview with dry-run mode before actual cleanup.
Instructions
v1.3.0: Clean up release artifacts using project-policy auto_cleanup rules. Defaults to dry_run=true. Non-dry-run cleanup only removes low-risk ignored/untracked artifacts under repo_path and writes an audit summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview cleanup by default. Set false to remove eligible artifacts. | |
| patterns | No | Optional cleanup patterns. Defaults to project policy auto_cleanup.patterns. | |
| repo_path | Yes | Repository path inside workspaceRoot. |