From de86fbc397e4378be6136a8ad6f5d7511ce05455 Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Wed, 15 Apr 2026 09:10:00 +0200 Subject: [PATCH] Advance guardex to 5.0.13 for the next publish slot After syncing this agent branch onto current origin/dev, 5.0.12 was already present on the base. This change bumps package metadata to 5.0.13 and adds the matching release note entry so the branch remains one patch ahead for publication. Constraint: Finish flow must target dev via PR merge Rejected: Reuse 5.0.12 bump commit | already present on base after sync Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep package.json/package-lock.json and README release notes in lockstep on version bumps Tested: npm test (100/100); node --check bin/multiagent-safety.js; npm pack --dry-run; node bin/multiagent-safety.js --version Not-tested: npm publish --- 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 5ee37b7..ff65790 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,10 @@ npm pack --dry-run ## Release notes +### v5.0.13 + +- Bumped package version from `5.0.12` to `5.0.13` to keep the next npm publish one patch ahead of the current branch baseline. + ### v5.0.12 - Bumped package version from `5.0.11` to `5.0.12` for the next npm publish. diff --git a/package-lock.json b/package-lock.json index d1b4ad0..e1c135c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "license": "MIT", "bin": { "guardex": "bin/multiagent-safety.js", diff --git a/package.json b/package.json index 2fe709b..12dd05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.", "license": "MIT", "preferGlobal": true,