From 770e257625350e6dc2b911e5beb97d36de16c2ae Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Mon, 13 Apr 2026 16:08:39 +0200 Subject: [PATCH] Unblock next npm publish with 5.0.3 release metadata Bump package metadata from 5.0.2 to 5.0.3 and add the matching README release-notes entry so publish docs stay in sync with the package manifest. Constraint: Repo policy requires README release-notes update in the same change when version is bumped Rejected: Bump package files only | would fail release-note consistency guard Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep package version and README release heading aligned for every publish Tested: npm test; node --check bin/multiagent-safety.js Not-tested: npm publish against registry --- README.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee2923d2..917c7816 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,10 @@ npm pack --dry-run ## Release notes +### v5.0.3 + +- Bumped package version from `5.0.2` to `5.0.3` for the next npm publish. + ### v5.0.2 - Auto-closes Codex sandbox branches through PR workflow and keeps merged branch/worktree sandboxes for explicit cleanup via `gx cleanup`. diff --git a/package-lock.json b/package-lock.json index b8bc227c..27f927d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imdeadpool/guardex", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "bin": { "guardex": "bin/multiagent-safety.js", diff --git a/package.json b/package.json index d3976442..49b4b792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.2", + "version": "5.0.3", "description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.", "license": "MIT", "preferGlobal": true,