mit einem Klick
clean
Clean supervisor state, logs, and temp files
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Clean supervisor state, logs, and temp files
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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
Basierend auf der SOC-Berufsklassifikation
| 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.