You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
406 B
18 lines
406 B
{
|
|
"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
|
|
}
|
|
}
|
|
|