Files
my-vault/.claude/settings.json
T

22 lines
435 B
JSON
Raw Normal View History

2026-01-26 17:57:11 +08:00
{
2026-02-04 13:41:36 +08:00
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run | grep daily-note)",
"Bash(wc:*)",
"Bash(find:*)",
2026-02-26 21:10:47 +08:00
"Bash(git add:*)"
2026-01-26 17:57:11 +08:00
],
"deny": [
"Edit(.obsidian/plugins/*/data.json)",
"Edit(04_Archive/**)",
"Bash(git push:*)",
"Bash(git add .:*)"
2026-02-26 21:10:47 +08:00
],
"ask": [
"Edit(.obsidian/**)"
2026-02-26 21:10:47 +08:00
]
},
"hooks": {}
2026-02-04 13:41:36 +08:00
}