This commit is contained in:
Sridhar Ratnakumar 2025-08-27 12:22:41 -04:00
parent 10c8e2992e
commit ad59ea79cf

View file

@ -3,9 +3,13 @@
"permissions": {
"defaultMode": "plan",
"allow": [
// Nix
"Bash(nix develop:*)",
"Bash(nix build:*)",
"Bash(om ci)"
"Bash(om ci)",
// Read files
"Bash(rg:*)"
]
}
}