com um clique
supervisor-stop
Stop the running supervisor and all researcher variants
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Stop the running supervisor and all researcher variants
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Live tree view of supervisor via cron — agent collects stats every 30s
Dashboard: supervisor status, researcher variants, and metric history
Remove all supervisor leftovers: clones, logs, state, backups
Start the supervisor as a background process
Delete all deployed SAR repos and clean temp files
Reset the target to its initial seed state
| name | supervisor-stop |
| description | Stop the running supervisor and all researcher variants |
| user_invocable | true |
Stop the supervisor process, any running researcher variants, and the monitoring cron. Capture final state before stopping.
Read .env from the workspace root for SUPERVISOR_REPO and CLAUDE_CONFIG_DIRS.
CronList → find any supervisor-monitor cron jobs → CronDelete each one
source .env
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
If not running, report not-running and stop here.
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-variant list --json
If any variants are running, stop each one:
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-variant stop --id <variant_id>
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-snapshot
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-stop
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
Report: stopped with final PID and profile.
pixi run — never run python -m directly.env for CLAUDE_CONFIG_DIRS — never hardcode profile paths