Files
yinx-cli/.claude/settings.local.json
2025-12-20 11:51:35 +08:00

19 lines
384 B
JSON

{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(npm install:*)",
"Bash(node test-poem.js:*)",
"Bash(printf:*)",
"Bash(timeout 2 node:*)",
"Bash(npm ls:*)",
"Bash(timeout 1 node:*)",
"Bash(node -e:*)",
"Bash(node --check:*)",
"Bash(npm search:*)",
"Bash(mkdir:*)",
"Bash(./bin/assimp.exe:*)"
]
}
}