Add hooks and CLAUDE.md resource types with install/uninstall scripts

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.
This commit is contained in:
Alejandro Martinez
2026-02-16 11:51:33 +01:00
parent c1a9442868
commit b86c9f3e3a
33 changed files with 2345 additions and 204 deletions

View File

@@ -8,7 +8,11 @@
"WebFetch(domain:astro.build)",
"Bash(npm init:*)",
"Bash(npm install:*)",
"Bash(npx astro check:*)"
"Bash(npx astro check:*)",
"Bash(node -e:*)",
"Bash(ls:*)",
"Bash(npx tsc:*)",
"mcp__ide__getDiagnostics"
]
}
}