npx claudepluginhub get-real-xr/agent-plugins --plugin active-descriptionsDefined in hooks/hooks.json
msg=$(cargo run -r --manifest-path ${CLAUDE_PLUGIN_ROOT}/Cargo.toml -- 'trunk()..@ ~ empty()' 2>/dev/null) || exit 0; [ -n "$msg" ] || exit 0; echo "$msg" >&2; exit 2300msBash${CLAUDE_PLUGIN_ROOT}/hooks/require-jj.sh5mscommand -v jj >/dev/null 2>&1 || { echo 'active-descriptions: jj (Jujutsu) is required but not found. Install: https://jj-vcs.github.io/jj/latest/install-and-setup/' >&2; exit 1; } && command -v cargo >/dev/null 2>&1 || { echo 'active-descriptions: cargo (Rust toolchain) is required but not found. Install: https://rustup.rs/' >&2; exit 1; }5mscargo build -r --manifest-path ${CLAUDE_PLUGIN_ROOT}/Cargo.toml 2>/dev/null300msmsg=$(cargo run -r --manifest-path ${CLAUDE_PLUGIN_ROOT}/Cargo.toml -- 'default@..@ ~ empty()' 2>/dev/null) || exit 0; [ -n "$msg" ] || exit 0; echo "$msg" >&2; exit 2300ms{"riskFlags": {"touchesBash": true, "matchAllTools": false, "touchesFileWrites": false}, "typeStats": {"command": 5}, "eventStats": {"Stop": 1, "PreToolUse": 1, "SessionStart": 2, "SubagentStop": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 4, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 0}}