Uh oh!
There was an error while loading. Please reload this page.
fix(codex): use renamed hooks feature - #134
Conversation
90ad053 to
ccdd685CompareVitalyAnkh
commented
May 2, 2026
CI is still blocked at GitHub's fork-workflow approval gate ( Once an upstream admin approves the workflow run, I can inspect and fix any real CI failures. Reference commit: openai/codex@0d9a5d2 |
VitalyAnkh
commented
May 4, 2026
CI failure on Fix: switch those checks to here-strings ( Local verification after the fix:
Reference commit: |
Uh oh!
There was an error while loading. Please reload this page.
This updates the Codex install path for the native hook feature rename.
codex_hooksis now treated as the legacy name. If it appears inconfig.toml, the installer fails with an upgrade hint.codex_hooks, the installer stops and tells the user to upgrade Codex.hooks.hooksname.Reference:
codex_hooksashooks.Verification:
bash -n scripts/install-codex-hooks.sh scripts/bitlesson-select.sh hooks/loop-codex-stop-hook.sh tests/test-codex-hook-install.sh tests/test-disable-nested-codex-hooks.sh tests/test-bitlesson-select-routing.sh tests/test-monitor-runtime.sh tests/run-all-tests.shbash tests/test-codex-hook-install.shbash tests/test-disable-nested-codex-hooks.shbash tests/test-bitlesson-select-routing.shXDG_CONFIG_HOME=$(mktemp -d) HUMANIZE_TEST_JOBS=4 ./tests/run-all-tests.sh