You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guardex already centralizes GitHub CLI execution through GH_BIN. This keeps the explicit GUARDEX_GH_BIN override intact, but lets installed ghx act as the default cache proxy before falling back to gh. Status now shows the active proxy command so automation can verify what will run.
Constraint: ghx must remain optional and must not replace explicit GUARDEX_GH_BIN values
Rejected: Add a Guardex-owned ghx binary alias | that would conflict with the real ghx package and make install ownership unclear
Confidence: high
Scope-risk: narrow
Directive: Keep GitHub CLI selection centralized in src/context.js; do not reintroduce local process.env.GUARDEX_GH_BIN fallbacks
Tested: rtk test node --test test/status.test.js test/doctor.test.js
Not-tested: live ghx daemon cache behavior
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ Install repo skills with `npx skills add recodee/gitguardex`; `npx skills add re
388
388
|[**cavekit**](https://github.com/JuliusBrussee/cavekit) — `npx skills add JuliusBrussee/cavekit`| Spec-driven build loop with `spec`, `build`, `check`, `caveman`, `backprop` skills bundled in. |[](https://github.com/JuliusBrussee/cavekit)|
389
389
|[**caveman**](https://github.com/JuliusBrussee/caveman) — `npx skills add JuliusBrussee/caveman`| Ultra-compressed response mode for Claude / Codex. Less output-token churn on long reviews and debug loops. |[](https://github.com/JuliusBrussee/caveman)|
390
390
|[**codex-account-switcher**](https://github.com/recodeecom/codex-account-switcher-cli) — `npm i -g @imdeadpool/codex-account-switcher`| Multi-identity Codex account switcher. Auto-registers accounts on `codex login`; switch with one command. |[](https://github.com/recodeecom/codex-account-switcher-cli)|
391
-
|[**GitHub CLI (`gh`)**](https://github.com/cli/cli) — see [cli.github.com](https://cli.github.com/)| Required for PR / merge automation. `gx branch finish --via-pr --wait-for-merge` depends on it. |[](https://github.com/cli/cli)|
391
+
|[**GitHub CLI (`gh`)**](https://github.com/cli/cli) — see [cli.github.com](https://cli.github.com/)| Required for PR / merge automation. `gx branch finish --via-pr --wait-for-merge` depends on it. If `ghx` is on `PATH`, Guardex uses that GitHub CLI cache proxy automatically; set `GUARDEX_GH_BIN=gh` to force direct `gh`. |[](https://github.com/cli/cli)|
0 commit comments