Stats
Actions
Tags
From totality
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
if [ -d knowledge ]; then count=$(find knowledge -mindepth 1 -maxdepth 1 -type d 2>/dev/null | wc -l | tr -d ' '); if [ "$count" -gt 0 ]; then echo "[totality] $count in-progress feature(s) in knowledge/. Run /totality to resume or /totality:doctor for a health check."; fi; finpx claudepluginhub braydenyancy/totality --plugin totality