en un clic
clean
Clean supervisor state, logs, and temp files
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Clean supervisor state, logs, and temp files
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Start the research loop and begin monitoring
Read, edit, and diff .claude prompt assets (SKILL.md, agent definitions) in the supervised repo.
Stop the research loop and capture final snapshot
| name | clean |
| description | Clean supervisor state, logs, and temp files |
| user_invocable | true |
Remove all supervisor runtime state so the next /start begins fresh.
Stop the inner loop if running:
pixi run researcher-stop
Clean supervisor state:
pixi run clean --include-log --include-snapshots
Clean temp report files (paths from harness.toml [reports] section):
pixi run clean --include-log
This removes all report files, log files, and PID/state files configured in harness.toml.
Report what was cleaned.