Files
Codewalkers/.planning/config.json
Lukas May e98e2a03f1 docs: initialize Codewalk District
Multi-agent workspace for orchestrating Claude Code agents with task breakdown, worktree management, and fsui.

Creates PROJECT.md with requirements and constraints.
2026-01-30 12:31:16 +01:00

27 lines
603 B
JSON

{
"mode": "yolo",
"depth": "comprehensive",
"parallelization": {
"enabled": true,
"plan_level": true,
"task_level": false,
"skip_checkpoints": true,
"max_concurrent_agents": 3,
"min_plans_for_parallel": 2
},
"gates": {
"confirm_project": false,
"confirm_phases": false,
"confirm_roadmap": false,
"confirm_breakdown": false,
"confirm_plan": false,
"execute_next_plan": false,
"issues_review": false,
"confirm_transition": false
},
"safety": {
"always_confirm_destructive": true,
"always_confirm_external_services": true
}
}