Skip to content

Commit 1671131

Browse files
NagyViktNagyVikt
andauthored
Advance Guardex to a fresh npm patch (#425)
The npm registry and repo were both at 7.0.35, so the latest merged branch-finish fix needs a new package version before it can publish without colliding with the existing package. This bumps package metadata to 7.0.36 and records the matching README release-note entry. Constraint: Version bumps in this repo must keep package.json, package-lock.json, and README release notes aligned. Rejected: Reuse 7.0.35 | npm already serves that version. Confidence: high Scope-risk: narrow Tested: npm view @imdeadpool/guardex version; node -p package/lock versions; node --test --test-name-pattern 'README release notes include current package version|package manifest pins runtime' test/metadata.test.js; npm pack --dry-run; git diff --check Not-tested: npm publish Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent 32a4667 commit 1671131

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ Being honest about where this still has issues:
266266
<details open>
267267
<summary><strong>v7.x</strong></summary>
268268

269+
### v7.0.36
270+
- Bumped `@imdeadpool/guardex` from `7.0.35` to `7.0.36` so the latest
271+
branch-finish cwd-prune fix can ship under a fresh npm version after PR #424.
272+
- No new CLI command surface is introduced in this release lane.
273+
269274
### v7.0.35
270275
- Bumped `@imdeadpool/guardex` from `7.0.34` to `7.0.35` so the current
271276
merged `main` payload can publish on a fresh npm version after PR #420.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imdeadpool/guardex",
3-
"version": "7.0.35",
3+
"version": "7.0.36",
44
"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.",
55
"license": "MIT",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)