2026-05-12 19:54:34 +02:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"ask": [
|
|
|
|
|
"Skill(update-config)",
|
2026-07-28 00:11:29 +02:00
|
|
|
"Skill(update-config:*)",
|
|
|
|
|
"Bash(git commit)",
|
|
|
|
|
"Bash(git commit *)",
|
|
|
|
|
"Bash(git push)",
|
|
|
|
|
"Bash(git push *)"
|
2026-05-12 19:54:34 +02:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sandbox": {
|
|
|
|
|
"enabled": true,
|
2026-05-12 22:18:54 +02:00
|
|
|
"failIfUnavailable": true,
|
2026-05-12 19:54:34 +02:00
|
|
|
"autoAllowBashIfSandboxed": true
|
|
|
|
|
}
|
|
|
|
|
}
|