rc_reset
Reset the RC Method pipeline by clearing checkpoints and markdown state. Requires confirmation to abandon progress; then call rc_start to begin again.
Instructions
Reset RC Method pipeline state. Clears checkpoint store and markdown state file, allowing a fresh rc_start. DESTRUCTIVE - requires explicit confirmation. Use when the user wants to start over or abandon current progress. After success: pipeline is clean, call rc_start or rc_init to begin again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to confirm reset. This is destructive and cannot be undone. | |
| project_path | Yes | Absolute path to the project directory |