margins_reset_proposals
Clear pending proposals from the proposed/ folder. Use after failed sessions or to start fresh. Returns count of files to delete; pass confirm=true to execute.
Instructions
Clear all pending proposals from proposed/. Use when proposals have accumulated from failed Claude sessions, or when the user wants a clean slate. Returns the number of files that would be deleted. Requires confirm=true to actually delete — without confirm, returns a dry-run list. Vault files are never touched; only files under proposed/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Pass true to actually delete the pending proposals. Default false returns a dry-run preview. |