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:
@@ -1,7 +1,22 @@
|
||||
{
|
||||
"example-skill": {
|
||||
"downloads": 0,
|
||||
"skills:example-skill": {
|
||||
"downloads": 1,
|
||||
"pushes": 1,
|
||||
"lastPushedAt": "2026-02-12T13:27:13.727Z"
|
||||
},
|
||||
"agents:example-agent": {
|
||||
"downloads": 1,
|
||||
"pushes": 1,
|
||||
"lastPushedAt": "2026-02-13T02:09:58.494Z"
|
||||
},
|
||||
"skills:example-skill-2": {
|
||||
"downloads": 1,
|
||||
"pushes": 1,
|
||||
"lastPushedAt": "2026-02-13T09:59:01.660Z"
|
||||
},
|
||||
"skills:testeo": {
|
||||
"downloads": 1,
|
||||
"pushes": 1,
|
||||
"lastPushedAt": "2026-02-13T12:18:38.376Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user