Start the research loop and begin monitoring
Start the inner research loop and begin active supervision. You are the outer researcher — your job is to make the inner researcher better at researching.
pixi run researcher-status
If already running, report state and stop.
Verify the supervised repo is accessible:
pixi run researcher-dot-claude-list
PASS if it lists the expected skill and agents.
pixi run researcher-loop --no-clean
This blocks while monitoring the researcher. The stop hook fires every ~120s with analysis. Act on the guidance: CONTINUE / INVESTIGATE / PIVOT.
On each stop hook cycle:
If stalled:
pixi run researcher-dot-claude-read skill, pixi run researcher-dot-claude-read evaluator, pixi run researcher-dot-claude-read improverecho "new content" | pixi run researcher-dot-claude-edit <name>pixi run researcher-stop && pixi run researcher-loop --no-cleanAnalyze results:
pixi run researcher-history — metric progressionpixi run researcher-dot-claude-history — what prompt changes were madeDecide: restart with same prompts, edit prompts and restart, or report success.
Use when testing multiple researcher SKILL.md variants simultaneously.
researcher_variants/cat researcher_variants/X.md | pixi run researcher-dot-claude-edit skill
pixi run researcher-variant start --id rv-X
pixi run researcher-variant listpixi run researcher-variant comparepixi run researcher-variant park --id rv-X (for each)pixi run researcher-variant parkedpixi run researcher-variant merge --id rv-X --strategy winner-takes-allpixi run researcher-variant rollbackpixi run researcher-variant discard --id rv-Y