22 lines
357 B
JSON
22 lines
357 B
JSON
|
|
{
|
||
|
|
"mode": "planning_only",
|
||
|
|
"allowed_actions": [
|
||
|
|
"read",
|
||
|
|
"analyze",
|
||
|
|
"write_specs",
|
||
|
|
"write_plan",
|
||
|
|
"ask_user"
|
||
|
|
],
|
||
|
|
"blocked_actions": [
|
||
|
|
"edit_source_code",
|
||
|
|
"install_dependency",
|
||
|
|
"run_deploy",
|
||
|
|
"push",
|
||
|
|
"delete"
|
||
|
|
],
|
||
|
|
"requires_user_approval_to_enter": [
|
||
|
|
"implementation_allowed",
|
||
|
|
"deployment_allowed"
|
||
|
|
]
|
||
|
|
}
|