2025-10-15 10:14:53 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-12-04 14:53:18 +08:00
|
|
|
"Bash(mkdir:*)",
|
2025-12-12 16:19:43 +08:00
|
|
|
"Bash(pnpm typecheck:*)",
|
|
|
|
|
"Bash(npx vue-tsc --noEmit --skipLibCheck src/components/ReAIChat/index.vue)",
|
2025-12-27 18:01:45 +08:00
|
|
|
"Bash(npx tsc:*)",
|
|
|
|
|
"Bash(dir:*)"
|
2025-10-15 10:14:53 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|