Skip to content

Commit 78a06fa

Browse files
NagyViktNagyVikt
andauthored
Publish a fresh npm version for the current verified release payload (#309)
This bumps package.json to 7.0.21 and adds the matching README release-notes entry so gx release can cut the next GitHub release from the current merged mainline. The branch starter skipped the T1 scaffold, so the notes-only OpenSpec change was recreated in the announced path before commit. Constraint: Release automation publishes from GitHub release events and requires package metadata plus README release notes to stay aligned Rejected: Reuse 7.0.20 without a bump | npm will not republish an existing version Confidence: high Scope-risk: narrow Reversibility: clean Directive: Future package releases must bump package.json and prepend the matching README release-notes heading in the same change Tested: node --test test/metadata.test.js test/release.test.js; npm pack --dry-run; openspec validate --specs Not-tested: Live GitHub release creation and npm publish before merge Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent f02c077 commit 78a06fa

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,11 @@ npm pack --dry-run
647647
<details>
648648
<summary><strong>v7.x</strong></summary>
649649

650+
### v7.0.21
651+
- Bumped `@imdeadpool/guardex` from `7.0.20` to `7.0.21` so npm can publish the next release from the current merged mainline.
652+
- Keep the release scoped to version and release metadata only; the package payload stays the same as the verified `main` branch contents.
653+
- Published-release automation will pick up this new package version once the matching GitHub release is created.
654+
650655
### v7.0.20
651656
- The VS Code Active Agents tree now exposes worktree-owned SCM changes and lock ownership directly, so operators can see which sandbox owns a dirty file before they act.
652657
- Guardex now keeps merged cleanup evidence truthful by recording final cleanup proof only after the merge and cleanup state is actually available.
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-22
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# T1 Notes
2+
3+
- Bump `@imdeadpool/guardex` from `7.0.20` to `7.0.21` so npm can accept the next publish from the already-verified `main` payload.
4+
- Update the README release notes in the same change so the release history stays aligned with the package metadata.
5+
- Keep the release narrowly scoped to metadata only; no package payload changes are intended in this bump.

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