Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ Being honest about where this still has issues:
<details open>
<summary><strong>v7.x</strong></summary>

### v7.0.40
- Bumped `@imdeadpool/guardex` from `7.0.39` to `7.0.40` so the current
`main` payload can publish under a fresh npm version after `7.0.39` reached
the registry.
- No new CLI command behavior is introduced in this release lane.

### v7.0.39
- Bumped `@imdeadpool/guardex` from `7.0.38` to `7.0.39` so the current
`main` payload can publish under a fresh npm version after `7.0.38` reached
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
id: agent-codex-bump-guardex-to-7-0-40-release-2026-04-28-01-13
tier: T1
kind: notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Change

- Bump `@imdeadpool/guardex` from `7.0.39` to `7.0.40`.
- Add README release notes for `v7.0.40`.
- After merge, create/update the GitHub release `v7.0.40` from README notes.

## Verification

- `npm view @imdeadpool/guardex version` reported `7.0.39` before the bump.
- `gh release view v7.0.39 --repo recodeee/gitguardex --json tagName,name,url,publishedAt,isDraft,isPrerelease` confirmed the previous GitHub release exists.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imdeadpool/guardex",
"version": "7.0.39",
"version": "7.0.40",
"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.",
"license": "MIT",
"preferGlobal": true,
Expand Down
Loading