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
README: add back hero/problem/workflow images + companion tools table (#413)
Brings back three images that shipped in the previous README and a
companion-tools section with star badges for every helper `gx status`
auto-detects:
- `docs/images/install-hero.svg` in section 01 (Install)
- `docs/images/problem-agent-collision.svg` in section 02 (The problem)
- `docs/images/workflow-source-control-grouped.png` after section 04 tip
- new section `10 Companion tools` with 8 rows:
oh-my-codex, oh-my-claudecode, OpenSpec, cavemem, cavekit, caveman,
codex-account-switcher, GitHub CLI (`gh`) — each linked with an
install snippet and a `?style=social` star badge to the upstream repo.
Also threads `Companions` into the top nav strip so the section is
discoverable without scrolling through the help tree.
All three image paths use the raw.githubusercontent.com URL pattern so
the images render on both github.com and npmjs.com (relative paths
often break on npm's README panel).
Bumps `@imdeadpool/guardex` 7.0.32 -> 7.0.33 so the next `npm publish`
ships the updated README.
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
> session exits — auto-commits, retries once if the base moved mid-run,
120
127
> then pushes and opens the PR.
121
128
129
+

130
+
122
131
---
123
132
124
133
## `05` What `gx` shows first
@@ -240,6 +249,25 @@ Being honest about where this still has issues:
240
249
241
250
---
242
251
252
+
## `10` Companion tools
253
+
254
+
All optional — but if you're running many agents, you probably want them.
255
+
`gx status` auto-detects each one and reports it in the `Global services`
256
+
block.
257
+
258
+
| Tool | What it does | Stars |
259
+
| --- | --- | --- |
260
+
|[**oh-my-codex**](https://github.com/Yeachan-Heo/oh-my-codex) — `npm i -g oh-my-codex`| Codex config + skills framework. Merged into every agent worktree so each spawned Codex starts with the same tuned config. |[](https://github.com/Yeachan-Heo/oh-my-codex)|
261
+
|[**oh-my-claudecode**](https://github.com/Yeachan-Heo/oh-my-claudecode) — `npm i -g oh-my-claude-sisyphus@latest`| Claude-side mirror of oh-my-codex. Skills, commands, and defaults for every Claude Code session. |[](https://github.com/Yeachan-Heo/oh-my-claudecode)|
262
+
|[**OpenSpec**](https://github.com/Fission-AI/OpenSpec) — `npm i -g @fission-ai/openspec`| Structured plan / change / apply / archive flow so long agent runs don't drift off-task. |[](https://github.com/Fission-AI/OpenSpec)|
263
+
|[**cavemem**](https://github.com/JuliusBrussee/cavemem) — `npm i -g cavemem`| Local persistent memory for agents via SQLite + MCP. Retains compressed history across runs. |[](https://github.com/JuliusBrussee/cavemem)|
264
+
|[**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)|
265
+
|[**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)|
266
+
|[**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)|
267
+
|[**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)|
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@imdeadpool/guardex",
3
-
"version": "7.0.32",
3
+
"version": "7.0.33",
4
4
"description": "Guardian T-Rex for your multi-agent repo. Isolated worktrees, file locks, and PR-only merges stop parallel Codex & Claude agents from overwriting each other's work. Auto-wires Oh My Codex, Oh My Claude, OpenSpec, and Caveman.",
0 commit comments