{ "permissions": { "allow": [ "WebFetch(domain:api.anthropic.com)", "Bash(pnpm --version)", "Bash(git init *)", "Bash(git add *)", "Bash(git commit *)", "Bash(export PATH=\"$HOME/.nvm/versions/node/v22.22.2/bin:$HOME/.local/share/pnpm:$PATH\")", "Bash(pnpm install *)", "Bash(node scripts/migrate.js)", "Bash(node scripts/seed.js)", "Bash(pnpm typecheck *)", "Bash(pnpm build *)" ] } }