npx claudepluginhub seongsu-kang/tycono --plugin tyconoDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/wave-confirm.sh"
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}"Checks for active incidents before git commit/push using PreToolUse hooks on Bash tools, and validates token on SessionStart. Executes bash scripts, no file writes."