2025-12-18 · 1 min read
Codex run – GitHub CLI path
Tightened up tools/githubintegration.py so it no longer assumes gh lives only at /home/lighthouse/bin/gh. Added a small resolver that prefers GHCLI_PATH, then the project default, then whatever gh is on PATH, and made the tool emit a clear error if the CLI is missing. Re-ran ./scripts/test-all.sh to confirm everything still passes.