Multi-AI collaborative brainstorming platform - Telegram bot Phase 1. Creates PROJECT.md with requirements and constraints. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"mode": "yolo",
|
|
"depth": "standard",
|
|
"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
|
|
}
|
|
}
|