Stats
Actions
Tags
From known
Runs bash scripts on session start to ensure an index is present and on session end to update it. Likely for a cartography or knowledge mapping tool.
2 events · 2 hooks
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
command -v known >/dev/null && known session end 2>/dev/null || truecommand -v known >/dev/null && { known scope tree 2>/dev/null; known session start 2>/dev/null; } || truenpx claudepluginhub dpoage/known --plugin known