Introduces two new resource types (hooks, claude-md) with full CRUD, visual hook config editor, section-delimited CLAUDE.md installs, uninstall endpoints, and shell injection hardening in sync scripts.
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebSearch",
|
|
"WebFetch(domain:www.anthropic.com)",
|
|
"WebFetch(domain:claude.com)",
|
|
"WebFetch(domain:docs.astro.build)",
|
|
"WebFetch(domain:astro.build)",
|
|
"Bash(npm init:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx astro check:*)",
|
|
"Bash(node -e:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(npx tsc:*)",
|
|
"mcp__ide__getDiagnostics"
|
|
]
|
|
}
|
|
}
|