npx claudepluginhub shihwesley/shihwesley-plugins --plugin agent-reverseDefined in hooks/hooks.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"; fiRuns session-start.sh script on SessionStart events matching 'startup', 'resume', or 'clear' for custom session initialization workflows. No bash execution or file writes.