npx claudepluginhub kaakati/codemap --plugin codemapDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PLUGIN_ROOT/hooks/mark-stale.sh\"",
"timeout": 5
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PLUGIN_ROOT/hooks/session-start.sh\"",
"timeout": 15
}
],
"matcher": "*"
}
]
}"Tracks file changes via track-document.py on Write/Edit tools and web searches via track-search.py post-use. Installs deps with install-deps.sh and runs deadline-monitor.py on session start. Python scripts, file writes."