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
|
|
|
],
|
2026-09-26 11:41:32 +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
|
|
|
],
|
2026-09-26 11:41:32 +08:00
|
|
|
"ask": [
|
|
|
|
|
"Edit(.obsidian/**)"
|
2026-02-26 21:10:47 +08:00
|
|
|
]
|
2026-09-26 11:41:32 +08:00
|
|
|
},
|
|
|
|
|
"hooks": {}
|
2026-02-04 13:41:36 +08:00
|
|
|
}
|