82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(xargs:*)",
|
|
"Bash(npx @biomejs/biome lint:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npm run type-check:*)",
|
|
"Bash(npm run pre-commit:*)",
|
|
"Bash(gh run list:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(git fetch:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(git rev-parse:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(gh run view:*)",
|
|
"Bash(gh run rerun:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(scp:*)",
|
|
"Bash(rsync:*)",
|
|
"Bash(npm run format:*)",
|
|
"Bash(npm run lint:fix:*)",
|
|
"Bash(npx @biomejs/biome check:*)",
|
|
"Bash(npx vitest:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(npx @biomejs/biome format:*)",
|
|
"Bash(npm run lint:*)",
|
|
"Bash(git rebase:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(git stash pop:*)",
|
|
"Bash(npx drizzle-kit:*)",
|
|
"Bash(npm run db:migrate:*)",
|
|
"mcp__sqlite__read_query",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(DEBUG_COST_CALCULATOR=true npx vitest:*)",
|
|
"Bash(DEBUG_SESSION_PLANNER=true npx vitest run:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(npx tsx:*)",
|
|
"Bash(find:*)",
|
|
"Bash(node:*)",
|
|
"Bash(src/app/blog/\\[slug\\]/page.tsx )",
|
|
"Bash(src/components/blog/ValidationCharts.tsx )",
|
|
"Bash(src/lib/curriculum/bkt/compute-bkt.ts )",
|
|
"Bash(src/lib/curriculum/bkt/conjunctive-bkt.ts )",
|
|
"Bash(src/lib/curriculum/bkt/index.ts )",
|
|
"Bash(src/test/journey-simulator/JourneyRunner.ts )",
|
|
"Bash(src/test/journey-simulator/types.ts )",
|
|
"Bash(src/test/journey-simulator/blame-attribution.test.ts )",
|
|
"Bash(src/test/journey-simulator/__snapshots__/blame-attribution.test.ts.snap)",
|
|
"Bash(\"src/app/blog/[slug]/page.tsx\" )",
|
|
"Bash(\"src/components/blog/ValidationCharts.tsx\" )",
|
|
"Bash(\"src/lib/curriculum/bkt/compute-bkt.ts\" )",
|
|
"Bash(\"src/lib/curriculum/bkt/conjunctive-bkt.ts\" )",
|
|
"Bash(\"src/lib/curriculum/bkt/index.ts\" )",
|
|
"Bash(\"src/test/journey-simulator/JourneyRunner.ts\" )",
|
|
"Bash(\"src/test/journey-simulator/types.ts\" )",
|
|
"Bash(\"src/test/journey-simulator/blame-attribution.test.ts\" )",
|
|
"WebSearch",
|
|
"Bash(npm run format:check:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(dig:*)",
|
|
"Bash(pnpm why:*)",
|
|
"Bash(npm view:*)",
|
|
"Bash(pnpm install:*)",
|
|
"Bash(git ls-files:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": ["sqlite"]
|
|
}
|