What problem does it solve?
It solves the need to recover from broken or inconsistent wiki state by resetting generated artifacts (wiki, raw data, logs, and checkpoints) back to a known clean scaffold.
Core Features & Use Cases
- Scoped, destructive reset: Remove or reset only the parts you specify via
--scope (wiki, raw, log, checkpoints, or all), preventing accidental overreach.
- Dry-run deletion planning: Generates a JSON deletion plan before making any changes so you can review what will be removed.
- Interactive safety guardrails: Requires explicit confirmation before running destructive operations, especially for irreversible
raw/ deletions.
- Development recovery workflows: Useful when iterating on the research pipeline after botched setup, failed runs, or inconsistent intermediate outputs.
Quick Start
Run /reset --scope wiki,log to preview and then reset the wiki markdown artifacts and clear the log after confirming the planned deletions.