claude: add some perms

This commit is contained in:
Sridhar Ratnakumar 2025-08-27 10:55:02 -04:00
parent ab4311042f
commit 1c8f16078c
2 changed files with 11 additions and 3 deletions

11
.claude/settings.json Normal file
View file

@ -0,0 +1,11 @@
{
"enableAllProjectMcpServers": true,
"permissions": {
"defaultMode": "plan",
"allow": [
"Bash(nix develop:*)",
"Bash(nix build:*)",
"Bash(om ci)"
]
}
}

View file

@ -1,3 +0,0 @@
{
"enableAllProjectMcpServers": true
}