@imdeadpool/guardex 7.0.21 → 7.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  <p align="center">
2
- <img alt="gitguardex logo" src="./logo.png" width="260">
2
+ <img alt="gitguardex logo" src="./logo.png" width="390">
3
3
  </p>
4
4
 
5
- <h1 align="center">gitguardex</h1>
6
-
7
- <p align="center">
8
- guardian t-rex for multi-agent repos
9
- </p>
5
+ <h1 align="center"> guardian t-rex for multi-agent repos</h1>
10
6
 
11
7
  <p align="center">
12
8
  isolated worktrees, file locks, and PR-only merges for codex, claude, and human teammates
@@ -14,6 +10,9 @@
14
10
 
15
11
  <p align="center">
16
12
  <a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="npm version" src="https://img.shields.io/npm/v/%40imdeadpool%2Fguardex?label=npm&style=flat-square&color=cb3837&logo=npm&logoColor=white"></a>
13
+ <a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="npm downloads per month" src="https://img.shields.io/npm/dm/%40imdeadpool%2Fguardex?label=downloads%2Fmonth&style=flat-square&color=0b76c5"></a>
14
+ <a href="https://github.com/recodeee/gitguardex/actions/workflows/ci.yml"><img alt="CI status" src="https://img.shields.io/github/actions/workflow/status/recodeee/gitguardex/ci.yml?branch=main&label=CI&style=flat-square"></a>
15
+ <a href="https://scorecard.dev/viewer/?uri=github.com/recodeee/gitguardex"><img alt="OpenSSF Scorecard" src="https://img.shields.io/ossf-scorecard/github.com/recodeee/gitguardex?label=OpenSSF%20Scorecard&style=flat-square"></a>
17
16
  <a href="https://github.com/recodeee/gitguardex/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/recodeee/gitguardex?label=stars&style=flat-square&color=d4ac0d"></a>
18
17
  <a href="https://github.com/recodeee/gitguardex/commits/main"><img alt="last commit" src="https://img.shields.io/github/last-commit/recodeee/gitguardex?label=last%20commit&style=flat-square&color=7aa2f7"></a>
19
18
  <a href="./LICENSE"><img alt="license" src="https://img.shields.io/npm/l/%40imdeadpool%2Fguardex?label=license&style=flat-square&color=97ca00"></a>
@@ -28,14 +27,30 @@
28
27
  <a href="#commands">Commands</a>
29
28
  </p>
30
29
 
30
+
31
+ <h3 align="center">Install in one line</h3>
32
+
33
+ ```bash
34
+ npm i -g @imdeadpool/guardex
35
+ ```
36
+
37
+ <p align="center">
38
+ <sub>
39
+ Then <code>cd</code> into your repo and run <code>gx setup</code> — hook shims, repo state,
40
+ and OMX&nbsp;/&nbsp;OpenSpec&nbsp;/&nbsp;caveman wiring all scaffold in one go.
41
+ </sub>
42
+ </p>
43
+
31
44
  <p align="center">
32
45
  <strong>guard many agent. keep one repo clean.</strong>
33
46
  </p>
34
47
 
48
+ [about_description.txt](./about_description.txt)
49
+
50
+ 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.
51
+
35
52
  <p align="center">
36
- GitGuardex is a safety layer for parallel agent work in git repos. Every task gets an isolated
37
- worktree, claimed files, and a PR-only finish path instead of one shared checkout where agents
38
- stomp each other.
53
+ 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.
39
54
  </p>
40
55
 
41
56
  ---
@@ -66,25 +81,6 @@ GitGuardex exists to stop that loop. Every agent gets its own worktree, claims t
66
81
  <img alt="Install GitGuardex" src="https://raw.githubusercontent.com/recodeee/gitguardex/main/docs/images/install-hero.svg" width="680">
67
82
  </p>
68
83
 
69
- <h3 align="center">Install in one line</h3>
70
-
71
- ```bash
72
- npm i -g @imdeadpool/guardex
73
- ```
74
-
75
- <p align="center">
76
- <sub>
77
- Then <code>cd</code> into your repo and run <code>gx setup</code> — hook shims, repo state,
78
- and OMX&nbsp;/&nbsp;OpenSpec&nbsp;/&nbsp;caveman wiring all scaffold in one go.
79
- </sub>
80
- </p>
81
-
82
- <p align="center">
83
- <a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="npm" src="https://img.shields.io/npm/v/%40imdeadpool%2Fguardex?label=latest&style=flat-square&color=cb3837&logo=npm&logoColor=white"></a>
84
- <a href="https://www.npmjs.com/package/@imdeadpool/guardex"><img alt="downloads" src="https://img.shields.io/npm/dm/%40imdeadpool%2Fguardex?label=downloads&style=flat-square&color=0b76c5"></a>
85
- <a href="https://github.com/recodeee/gitguardex/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/recodeee/gitguardex?style=flat-square&color=d4ac0d"></a>
86
- </p>
87
-
88
84
  ### Dashboard
89
85
 
90
86
  ![Multi-agent dashboard example](https://raw.githubusercontent.com/recodeee/gitguardex/main/docs/images/dashboard-multi-agent.png)
@@ -270,7 +266,7 @@ To install the real companion into local VS Code from a GitGuardex-wired repo:
270
266
  node scripts/install-vscode-active-agents-extension.js
271
267
  ```
272
268
 
273
- It adds an `Active Agents` view to the Source Control container, groups each live repo into `ACTIVE AGENTS` and `CHANGES` sections, splits `ACTIVE AGENTS` into `BLOCKED`, `WORKING NOW`, `IDLE`, `STALLED`, and `DEAD` when those states are present, reads `.omx/state/active-sessions/*.json`, derives session state from git conflict markers, dirty worktree status, PID liveness, and recent file mtimes, and surfaces working/dead counts in the repo/header affordances. Reload the VS Code window after install.
269
+ It adds an `Active Agents` view to the Source Control container, groups each live repo into `ACTIVE AGENTS` and `CHANGES` sections, splits `ACTIVE AGENTS` into `BLOCKED`, `WORKING NOW`, `IDLE`, `STALLED`, and `DEAD` when those states are present, mirrors the selected session or active-agent count in the VS Code status bar, reads `.omx/state/active-sessions/*.json`, derives session state from git conflict markers, dirty worktree status, PID liveness, and recent file mtimes, and surfaces working/dead counts in the repo/header affordances. Reload the VS Code window after install.
274
270
 
275
271
  ---
276
272
 
@@ -372,6 +368,9 @@ That GitHub release then triggers `.github/workflows/release.yml`, which perform
372
368
  ```sh
373
369
  gx prompt # full checklist (paste into Codex/Claude)
374
370
  gx prompt --exec # commands only
371
+ gx prompt --part task-loop
372
+ gx prompt --exec --part finish --part cleanup
373
+ gx prompt --list-parts
375
374
  gx prompt --snippet # AGENTS.md managed-block template
376
375
  ```
377
376
 
@@ -672,6 +671,11 @@ npm pack --dry-run
672
671
  <details>
673
672
  <summary><strong>v7.x</strong></summary>
674
673
 
674
+ ### v7.0.22
675
+ - Bumped `@imdeadpool/guardex` from `7.0.21` to `7.0.22` so npm can publish the next release from the current merged mainline.
676
+ - The shipped `main` payload already includes lower-token prompt slices, SCM-selected lane visibility, truthful merged-cleanup evidence, the Active Agents brand/icon refresh, and the remaining CLI extraction cleanups without changing Guardex behavior.
677
+ - Keep the release scoped to version and release metadata only; the package payload stays the same as the verified `main` branch contents.
678
+
675
679
  ### v7.0.21
676
680
  - Bumped `@imdeadpool/guardex` from `7.0.20` to `7.0.21` so npm can publish the next release from the current merged mainline.
677
681
  - Keep the release scoped to version and release metadata only; the package payload stays the same as the verified `main` branch contents.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imdeadpool/guardex",
3
- "version": "7.0.21",
3
+ "version": "7.0.22",
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.",
5
5
  "license": "MIT",
6
6
  "preferGlobal": true,