release_cleanup
Clean release artifacts by applying project-policy auto_cleanup: preview with dry-run, or remove low-risk ignored/untracked files and generate an audit summary.
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. |