56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "agent-kit",
|
|
"description": "Base plugin by blogic with integrated MCP servers",
|
|
"version": "1.0.8",
|
|
"author": {
|
|
"name": "blogic"
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "startup|resume|clear|compact",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/session-start-dynamic.sh"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-after-edit.sh"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Stop": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-after-stop.sh"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Notification": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/notify-approval.sh"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"mcp": [
|
|
"./.mcp.json"
|
|
]
|
|
} |