| name | stop |
| description | Stop the research loop and capture final snapshot |
| user_invocable | true |
/stop — Stop the Research Loop
Gracefully stop the running research loop and capture the final state.
Steps
-
Check current status:
pixi run researcher-status
If not running, report and stop.
-
Capture a pre-stop snapshot:
pixi run researcher-snapshot --label pre-stop
-
Stop the process:
pixi run researcher-stop
-
Capture final snapshot:
pixi run researcher-snapshot --label final
-
Report final state:
- Last metric value from history
- Number of snapshots captured
- Research loop's results.tsv if it exists (in the research loop repo)
- Summary: how many iterations ran, best metric achieved
After Stopping
To restart with a modified approach:
- Use
/edit-prompts to modify the research loop's SKILL.md or agent definitions
- Use
/start-research to restart
To revert the supervised repo's code:
pixi run researcher-revert-safe
To restore a previous best state:
pixi run researcher-restore best