Skip to content

Commit c89c7a5

Browse files
Kristopher Turnerclaude
andcommitted
chore: expand Claude Code permission allow-list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8d90165 commit c89c7a5

1 file changed

Lines changed: 56 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,62 @@
1212
"Bash(git -C e:/git/azurelocal-copilot push origin main)",
1313
"Bash(python3)",
1414
"Bash(git add:*)",
15-
"Bash(git commit -m ':*)"
15+
"Bash(git commit -m ':*)",
16+
"WebSearch",
17+
"WebFetch(domain:aka.ms)",
18+
"WebFetch(domain:www.hciharrison.com)",
19+
"WebFetch(domain:manuals.plus)",
20+
"WebFetch(domain:www.thomas-krenn.com)",
21+
"WebFetch(domain:www.fujitsu.com)",
22+
"WebFetch(domain:dataon.io)",
23+
"WebFetch(domain:servers.asus.com)",
24+
"WebFetch(domain:www.dell.com)",
25+
"WebFetch(domain:buy.hpe.com)",
26+
"Bash(xargs grep:*)",
27+
"mcp__claude_ai_PDF_Viewer__read_pdf_bytes",
28+
"Bash(python3 -c \"import pymupdf; print\\('pymupdf available'\\)\")",
29+
"Bash(python3 -c \"import fitz; print\\('fitz available'\\)\")",
30+
"Bash(python3 -c \"import pdfplumber; print\\('pdfplumber available'\\)\")",
31+
"Bash(python3 -c \"import PyPDF2; print\\('PyPDF2 available'\\)\")",
32+
"Bash(npm run:*)",
33+
"Bash(git push:*)",
34+
"Bash(npx tsc:*)",
35+
"Bash(gh milestone:*)",
36+
"Bash(gh api:*)",
37+
"Bash(gh pr:*)",
38+
"Bash(grep -rn \"S2DSession = @{\" /e/git/azurelocal-S2DCartographer/Modules /e/git/azurelocal-S2DCartographer/*.psm1)",
39+
"Bash(gh release create v1.0.6 --repo AzureLocal/azurelocal-S2DCartographer --title 'v1.0.6 — TrustedHosts-first cluster name resolution and richer credential prompt' --notes ':*)",
40+
"Bash(gh repo:*)",
41+
"Read(//e/git/**)",
42+
"Bash(ls -la e:/git/azurelocal.github.io/*.code-workspace)",
43+
"Bash(md5sum /e/git/*/.github/CODEOWNERS)",
44+
"Bash([ -d \"$path/tests/trailhead\" ])",
45+
"Bash([ -d \"$path/tests/maproom\" ])",
46+
"Bash(gh auth:*)",
47+
"Bash(pwsh -NoProfile -File scripts/Seed-DocStubs.ps1)",
48+
"Bash(git -C /e/git/azurelocal-platform commit -m ':*)",
49+
"Bash(git -C /e/git/azurelocal-platform log --oneline -3)",
50+
"Bash(git -C /e/git/azurelocal-platform push origin main)",
51+
"Bash(pwsh -NoProfile -Command ':*)",
52+
"Bash(awk 'NR==38')",
53+
"Bash(git -C /e/git/azurelocal-platform add .github/workflows/platform-ci.yml .yamllint.yml)",
54+
"Bash(git -C /e/git/azurelocal-platform commit -m 'fix\\(ci\\): simplify platform-ci, extract yamllint config to .yamllint.yml:*)",
55+
"Bash(git -C /e/git/azurelocal-platform push)",
56+
"Bash(git -C /e/git/azurelocal-platform add .markdownlint.json)",
57+
"Bash(git -C /e/git/azurelocal-platform commit -m 'fix\\(ci\\): recognize frontmatter title as H1 so MD025 stops firing:*)",
58+
"Bash(curl -sI https://azurelocal.cloud/platform/)",
59+
"Bash(curl -sI https://azurelocal.github.io/platform/)",
60+
"Bash(grep -n '```' /e/git/azurelocal-platform/testing/maproom/README.md)",
61+
"Bash(grep -n '```' /e/git/azurelocal-platform/testing/trailhead/README.md)",
62+
"Bash(git -C /e/git/azurelocal-platform add docs/reusable-workflows/consumer-patterns.md repo-management/README.md testing/maproom/README.md testing/trailhead/README.md)",
63+
"Bash(git -C /e/git/azurelocal-platform commit -m \"fix\\(docs\\): add 'text' language to fenced folder-tree blocks \\(MD040\\)\")",
64+
"Bash(curl -s https://azurelocal.cloud/platform/)",
65+
"Bash(ls /e/git/azurelocal.github.io/*.code-workspace)",
66+
"Bash(git -C /e/git/azurelocal-platform add azurelocal-platform.code-workspace)",
67+
"Bash(git -C /e/git/azurelocal-platform commit -m 'chore: add VS Code workspace covering platform + all 13 sibling repos:*)"
68+
],
69+
"additionalDirectories": [
70+
"e:\\git\\azurelocal-platform"
1671
]
1772
}
1873
}

0 commit comments

Comments
 (0)