18 lines
382 B
JSON
18 lines
382 B
JSON
|
|
{
|
||
|
|
"mode": "interactive",
|
||
|
|
"gates": {
|
||
|
|
"confirm_project": true,
|
||
|
|
"confirm_phases": true,
|
||
|
|
"confirm_roadmap": true,
|
||
|
|
"confirm_breakdown": true,
|
||
|
|
"confirm_plan": true,
|
||
|
|
"execute_next_plan": true,
|
||
|
|
"issues_review": true,
|
||
|
|
"confirm_transition": true
|
||
|
|
},
|
||
|
|
"safety": {
|
||
|
|
"always_confirm_destructive": true,
|
||
|
|
"always_confirm_external_services": true
|
||
|
|
}
|
||
|
|
}
|