Stats
Actions
Tags
From judge-codex
Runs Node cleanup scripts when the session stops, closing background processes or persisting state. Executes scripts via Node.
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
bash -c 'if [[ "$JUDGE_CODEX_HOOKS" == *STOP* ]]; then node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion-judge.mjs" judge --stage final --slug "${JUDGE_CODEX_LAST_SLUG:-unknown}" >/dev/null 2>&1 || true; fi'900msnpx claudepluginhub usetheodev/judge-codex-plugin-cc --plugin judge-codex