Files
XRLib/.claude/settings.local.json

13 lines
180 B
JSON
Raw Normal View History

2025-12-03 17:48:01 +09:00
{
"permissions": {
"allow": [
"Bash(dir:*)",
2025-12-08 21:06:05 +09:00
"Bash(powershell -Command:*)",
2025-12-15 20:17:38 +09:00
"Bash(mkdir:*)",
"Bash(cat:*)"
2025-12-03 17:48:01 +09:00
],
"deny": [],
"ask": []
}
}