/plugin marketplace add fuushyn/armour/plugin install fuushyn-armour@fuushyn/armourDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "QUIET=1 bash ${CLAUDE_PLUGIN_ROOT}/scripts/discover-plugin-servers.sh",
"description": "Discover and add any newly installed plugin MCP servers to ~/.armour/servers.json"
},
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/enable-plugin.sh",
"description": "Enable the armour plugin on session start"
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"SessionStart": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}