Skip to content

Commit 3fa097b

Browse files
chriskehayiasclaude
andcommitted
chore(settings): expand local permission allowlist for .claude/ ops
Adds bulk Read/Edit/Write/Glob/Grep and shell rm/mv/cp/mkdir permissions scoped to .claude/** so routine TODO/docs maintenance doesn't prompt each time. Local per-user settings only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3b59ff8 commit 3fa097b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@
55
"Bash(sed:*)",
66
"Bash(node cleanup-models.js:*)",
77
"Bash(npm run build:*)",
8-
"Bash(git rm *)"
8+
"Bash(git rm *)",
9+
"Bash(rm \"S:/MP/MPNext-Tools/.claude/TODO/2026-04-17-components-field-management-claudemd-missing.md\" \"S:/MP/MPNext-Tools/.claude/TODO/2026-04-17-components-field-management-readme-missing.md\")",
10+
"Bash(git -C \"S:/MP/MPNext-Tools\" status)",
11+
"Read(.claude/**)",
12+
"Edit(.claude/**)",
13+
"Write(.claude/**)",
14+
"Glob(.claude/**)",
15+
"Grep(.claude/**)",
16+
"Bash(ls .claude*)",
17+
"Bash(cat .claude/*)",
18+
"Bash(mkdir .claude/*)",
19+
"Bash(mkdir -p .claude/*)",
20+
"Bash(touch .claude/*)",
21+
"Bash(cp .claude/*)",
22+
"Bash(mv .claude/*)",
23+
"Bash(rm .claude/*)",
24+
"Bash(rm -r .claude/*)",
25+
"Bash(rm -rf .claude/*)"
926
],
1027
"deny": [],
1128
"ask": []

0 commit comments

Comments
 (0)