원클릭으로
supervisor-start
Start the supervisor as a background process
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start the supervisor as a background process
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Stop the running supervisor and all researcher variants
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
Delete all deployed SAR repos and clean temp files
Reset the target to its initial seed state
| name | supervisor-start |
| description | Start the supervisor as a background process |
| user_invocable | true |
Start the supervisor as a background process. Report PID and profile, then stop. Use /supervisor-monitor for continuous monitoring.
Read .env from the workspace root for SUPERVISOR_REPO and CLAUDE_CONFIG_DIRS.
source .env
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
If already running, report its state and stop here.
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-start --no-clean
Wait 5 seconds, then verify it started:
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
cd $SUPERVISOR_REPO && cat .supervisor/start-state.json 2>/dev/null | python3 -c "import sys,json,re; cmd=json.load(sys.stdin).get('command',''); m=re.search(r'CLAUDE_CONFIG_DIR=(\S+)',cmd); print(f'Profile: {m.group(1)}' if m else 'Profile: unknown')"
Report: Started. PID=XXXXX profile=~/.claude-XX log=/tmp/cc-sar-supervisor.log
pixi run.env for CLAUDE_CONFIG_DIRS — never hardcode profile paths/supervisor-monitor's job