Skip to content

Commit 268898f

Browse files
NagyViktNagyVikt
andauthored
Release Guardex under a fresh patch version (#444)
The npm registry is already at 7.0.39, so the next release lane needs a fresh package version and README release notes before creating the GitHub release. This keeps the release-only diff limited to package metadata and notes. Constraint: npm registry reports @imdeadpool/guardex at 7.0.39\nRejected: Runtime code changes | user asked for version and release only\nConfidence: high\nScope-risk: narrow\nDirective: Keep release-only lanes limited to package metadata and README release notes unless verification finds a packaging blocker.\nTested: npm view @imdeadpool/guardex version\nTested: gh release view v7.0.39 --repo recodeee/gitguardex --json tagName,name,url,publishedAt,isDraft,isPrerelease\nTested: node -p package/package-lock version check\nTested: node --check bin/multiagent-safety.js\nTested: node --test test/release.test.js\nTested: node --test --test-name-pattern "README release notes include current package version|README documents gx release" test/metadata.test.js\nTested: NPM_CONFIG_CACHE=/tmp/guardex-npm-cache-7-0-40 npm pack --dry-run\nTested: openspec validate --specs\nNot-tested: npm publish; user requested npm version bump plus GitHub release Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent c795d4a commit 268898f

5 files changed

Lines changed: 22 additions & 3 deletions

File tree

README.md

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

268+
### v7.0.40
269+
- Bumped `@imdeadpool/guardex` from `7.0.39` to `7.0.40` so the current
270+
`main` payload can publish under a fresh npm version after `7.0.39` reached
271+
the registry.
272+
- No new CLI command behavior is introduced in this release lane.
273+
268274
### v7.0.39
269275
- Bumped `@imdeadpool/guardex` from `7.0.38` to `7.0.39` so the current
270276
`main` payload can publish under a fresh npm version after `7.0.38` reached
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id: agent-codex-bump-guardex-to-7-0-40-release-2026-04-28-01-13
2+
tier: T1
3+
kind: notes
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Change
2+
3+
- Bump `@imdeadpool/guardex` from `7.0.39` to `7.0.40`.
4+
- Add README release notes for `v7.0.40`.
5+
- After merge, create/update the GitHub release `v7.0.40` from README notes.
6+
7+
## Verification
8+
9+
- `npm view @imdeadpool/guardex version` reported `7.0.39` before the bump.
10+
- `gh release view v7.0.39 --repo recodeee/gitguardex --json tagName,name,url,publishedAt,isDraft,isPrerelease` confirmed the previous GitHub release exists.

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.39",
3+
"version": "7.0.40",
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)