Files
pirate-station/.planning/config.json
Mikkeli Matlock e4507b0ca6 chore: add project config
Mode: yolo
Depth: standard
Parallelization: enabled
Workflow agents: research=on, plan_check=on, verifier=on

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 01:07:13 +09:00

13 lines
213 B
JSON

{
"mode": "yolo",
"depth": "standard",
"parallelization": true,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true
}
}