Files
yinx-cli/.claude/settings.local.json
2025-12-16 16:21:26 +08:00

15 lines
269 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:*)"
]
}
}