Skip to content

Commit 193dd4c

Browse files
NagyViktNagyVikt
andauthored
Release a fresh npm version after 7.0.38 collision (#441)
npm already has 7.0.38, so this bumps package metadata to 7.0.39 and records the README/OpenSpec release note that will feed the GitHub release. Constraint: npm rejects republishing an existing semver Rejected: Retry npm publish at 7.0.38 | registry already published that version Confidence: high Scope-risk: narrow Directive: Keep README release notes aligned with package.json before publishing Tested: npm test; node --check bin/multiagent-safety.js; npm pack --dry-run; openspec validate --specs Not-tested: npm publish; GitHub release creation happens after merge Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent b832fb2 commit 193dd4c

5 files changed

Lines changed: 41 additions & 3 deletions

File tree

README.md

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

269+
### v7.0.39
270+
- Bumped `@imdeadpool/guardex` from `7.0.38` to `7.0.39` so the current
271+
`main` payload can publish under a fresh npm version after `7.0.38` reached
272+
the registry.
273+
- No new CLI command behavior is introduced in this release lane.
274+
269275
### v7.0.38
270276
- Bumped `@imdeadpool/guardex` from `7.0.37` to `7.0.38` so the current
271277
`main` payload can publish under a fresh npm version after `7.0.37` reached
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
schema: spec-driven
2+
created: 2026-04-27
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# agent-codex-bump-guardex-to-7-0-39-release-2026-04-27-18-38 (minimal / T1)
2+
3+
Branch: `agent/codex/bump-guardex-to-7-0-39-release-2026-04-27-18-38`
4+
5+
Ship the next Guardex npm patch release by bumping `@imdeadpool/guardex`
6+
from `7.0.38` to `7.0.39`, adding the matching README release note, and
7+
cutting the matching GitHub release after the release branch merges.
8+
9+
Scope:
10+
- Update `package.json` and `package-lock.json` to `7.0.39`.
11+
- Add the `v7.0.39` README release note.
12+
- Verify the package metadata and tarball before finish.
13+
- Finish through PR merge, sandbox cleanup, and GitHub release creation.
14+
15+
Verification:
16+
- `npm test`
17+
- `node --check bin/multiagent-safety.js`
18+
- `npm pack --dry-run`
19+
20+
## Handoff
21+
22+
- Handoff: change=`agent-codex-bump-guardex-to-7-0-39-release-2026-04-27-18-38`; branch=`agent/codex/bump-guardex-to-7-0-39-release-2026-04-27-18-38`; scope=`package.json, package-lock.json, README.md, openspec/changes/agent-codex-bump-guardex-to-7-0-39-release-2026-04-27-18-38/*`; action=`finish this sandbox via PR merge + cleanup, then create GitHub release v7.0.39`.
23+
- Copy prompt: Continue `agent-codex-bump-guardex-to-7-0-39-release-2026-04-27-18-38` on branch `agent/codex/bump-guardex-to-7-0-39-release-2026-04-27-18-38`. Work inside the existing sandbox, review `openspec/changes/agent-codex-bump-guardex-to-7-0-39-release-2026-04-27-18-38/notes.md`, continue from the current state instead of creating a new sandbox, and when the work is done run `gx branch finish --branch agent/codex/bump-guardex-to-7-0-39-release-2026-04-27-18-38 --base main --via-pr --wait-for-merge --cleanup`, then create GitHub release `v7.0.39`.
24+
25+
## Cleanup
26+
27+
- [ ] Run: `gx branch finish --branch agent/codex/bump-guardex-to-7-0-39-release-2026-04-27-18-38 --base main --via-pr --wait-for-merge --cleanup`
28+
- [ ] Record PR URL + `MERGED` state in the completion handoff.
29+
- [ ] Create or update GitHub release `v7.0.39`.
30+
- [ ] Confirm sandbox worktree is gone (`git worktree list`, `git branch -a`).

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