mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-29 16:14:56 +00:00
12 lines
190 B
JSON
12 lines
190 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(mkdir:*)",
|
||
|
|
"Bash(mv:*)",
|
||
|
|
"Bash(npm run type-check:*)",
|
||
|
|
"Bash(npx tsc:*)",
|
||
|
|
"Bash(npm test)"
|
||
|
|
],
|
||
|
|
"deny": []
|
||
|
|
}
|
||
|
|
}
|