Skip to content

Commit e294e2f

Browse files
NagyViktNagyVikt
andauthored
Prepare Guardex 7.0.42 release (#474)
The npm registry is still at 7.0.41 while main contains the agent-session and cockpit work from PRs #451 through #473, so this assigns the next patch version and records release notes for that payload. Constraint: Release work must keep package metadata and README release notes in sync. Rejected: Retag or republish 7.0.41 | npm versions are immutable and the registry already reports 7.0.41. Confidence: high Scope-risk: narrow Directive: Do not publish without confirming npm still lacks 7.0.42. Tested: node --test test/metadata.test.js Tested: node --check bin/multiagent-safety.js Tested: npm pack --dry-run Tested: openspec validate --specs Tested: git diff --check Not-tested: Full npm test; current baseline is known red outside this release metadata lane. Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent c8a7d16 commit e294e2f

5 files changed

Lines changed: 53 additions & 3 deletions

File tree

README.md

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

304+
### v7.0.42
305+
- Bumped `@imdeadpool/guardex` from `7.0.41` to `7.0.42` so the current
306+
`main` payload can publish under a fresh npm version after `7.0.41` reached
307+
the registry.
308+
- Improves the agent-session and cockpit workflow: `gx agents start/status`
309+
now share canonical session storage, agent lanes can be previewed, claimed,
310+
finished by session, and launched through safer supported-agent metadata,
311+
and cockpit can render live session state through tmux-backed panes.
312+
- Hardens setup and status hygiene by ignoring local `.codex/` state during
313+
setup/doctor, avoiding generic OpenSpec dirty-worktree reuse, and pruning
314+
stale agent sessions from user-facing status surfaces.
315+
304316
### v7.0.41
305317
- Bumped `@imdeadpool/guardex` from `7.0.40` to `7.0.41` so the current
306318
`main` payload can publish under a fresh npm version after the `v7.0.40`
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-29
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# agent-codex-bump-npm-version-7-0-42-release-2026-04-29-22-36 (minimal / T1)
2+
3+
Branch: `agent/codex/bump-npm-version-7-0-42-release-2026-04-29-22-36`
4+
5+
Bump `@imdeadpool/guardex` to `7.0.42` and cut a matching GitHub release so
6+
the merged Guardex changes after `v7.0.41` have a fresh npm package version.
7+
8+
Scope:
9+
- Bump `package.json` and `package-lock.json` from `7.0.41` to `7.0.42`.
10+
- Add a `README.md` release note for `v7.0.42` covering PRs `#451` through
11+
`#473`.
12+
- Verify package metadata and tarball contents before finish.
13+
14+
Verification:
15+
- `node --check bin/multiagent-safety.js`
16+
- `npm pack --dry-run`
17+
- `openspec validate --specs`
18+
- `git diff --check`
19+
- `npm test` when the current baseline allows it
20+
21+
Known baseline:
22+
- Full `npm test` was red before this release edit on unrelated agent launch,
23+
agent session, and CLI args assertions. Keep release verification scoped to
24+
metadata, release notes, and package tarball unless those baseline failures
25+
are fixed separately.
26+
27+
## Handoff
28+
29+
- Handoff: change=`agent-codex-bump-npm-version-7-0-42-release-2026-04-29-22-36`; branch=`agent/codex/bump-npm-version-7-0-42-release-2026-04-29-22-36`; scope=`package.json, package-lock.json, README.md, openspec/changes/agent-codex-bump-npm-version-7-0-42-release-2026-04-29-22-36/*`; action=`finish this sandbox via PR merge + cleanup after targeted verification`.
30+
- Copy prompt: Continue `agent-codex-bump-npm-version-7-0-42-release-2026-04-29-22-36` on branch `agent/codex/bump-npm-version-7-0-42-release-2026-04-29-22-36`. Work inside the existing sandbox, review `openspec/changes/agent-codex-bump-npm-version-7-0-42-release-2026-04-29-22-36/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-npm-version-7-0-42-release-2026-04-29-22-36 --base main --via-pr --wait-for-merge --cleanup`.
31+
32+
## Cleanup
33+
34+
- [ ] Run: `gx branch finish --branch agent/codex/bump-npm-version-7-0-42-release-2026-04-29-22-36 --base main --via-pr --wait-for-merge --cleanup`
35+
- [ ] Record PR URL + `MERGED` state in the completion handoff.
36+
- [ ] 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.41",
3+
"version": "7.0.42",
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)