Stats
Actions
Tags
From agent-reverse
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 [ -f agent-reverse.json ]; then RESULT=$(npx -y @shihwesley/agent-reverse check-updates --json 2>/dev/null); OUTDATED=$(echo "$RESULT" | jq '.outdated | length' 2>/dev/null); [ "$OUTDATED" -gt 0 ] && echo "[AgentReverse] $OUTDATED update(s) available"; finpx claudepluginhub shihwesley/shihwesley-plugins --plugin agent-reverse