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 15:49:52 -05:00
|
|
|
"Bash(grep:*)",
|
|
|
|
|
"WebSearch",
|
|
|
|
|
"Bash(clangd:*)",
|
|
|
|
|
"Bash(clangd-16:*)",
|
|
|
|
|
"Bash(ssh jyelon-office \"clangd --version 2>/dev/null || clangd-16 --version 2>/dev/null || clangd-18 --version 2>/dev/null || ls /usr/bin/clangd*\")",
|
|
|
|
|
"Bash(git check-ignore:*)"
|
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
|
|
|
}
|
|
|
|
|
}
|