2026-02-05 17:54:20 -05:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
2026-02-11 13:21:42 -05:00
|
|
|
"allow": [
|
|
|
|
|
"WebFetch(domain:dev.epicgames.com)",
|
|
|
|
|
"WebFetch(domain:github.com)",
|
2026-02-17 11:51:58 -05:00
|
|
|
"Bash(grep:*)"
|
2026-02-11 13:21:42 -05:00
|
|
|
],
|
2026-02-05 17:54:20 -05:00
|
|
|
"deny": [
|
|
|
|
|
"Bash(git commit *)",
|
|
|
|
|
"Bash(git push *)",
|
|
|
|
|
"Bash(rm -rf *)"
|
2026-02-11 13:21:42 -05:00
|
|
|
],
|
|
|
|
|
"defaultMode": "acceptEdits"
|
2026-02-05 17:54:20 -05:00
|
|
|
}
|
|
|
|
|
}
|