settings.local.json

 1{
 2  "permissions": {
 3    "allow": [
 4      "Read(/Users/mikaylamaki/projects/zed-work/zed-monorepo-real/**)",
 5      "Read(/Users/nathan/src/agent-client-protocol/rust/**)",
 6      "Read(/Users/nathan/src/agent-client-protocol/rust/**)",
 7      "Read(/Users/nathan/src/agent-client-protocol/rust/**)",
 8      "Read(/Users/nathan/src/agent-client-protocol/rust/**)",
 9      "Bash(git add:*)",
10      "Read(/Users/nathan/src/agent-client-protocol/rust/**)",
11      "Bash(./script/spec_metadata.sh:*)",
12      "Bash(npm run generate:*)",
13      "Bash(npm run typecheck:*)",
14      "Bash(npm run:*)",
15      "Bash(npm install)",
16      "Bash(grep:*)",
17      "Bash(find:*)",
18      "Bash(node:*)",
19      "Bash(cargo check:*)",
20      "Bash(cargo test)",
21      "Bash(npx tsc:*)"
22    ],
23    "additionalDirectories": [
24      "/Users/mikaylamaki/projects/zed-work/zed-monorepo-real/claude-code-acp/",
25      "/Users/mikaylamaki/projects/zed-work/zed-monorepo-real/agentic-coding-protocol/",
26      "/Users/nathan/src/agent",
27      "/Users/nathan/src/agent-client-protocol/",
28      "/Users/nathan/src/claude-code-acp"
29    ]
30  }
31}