You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the package to the next unpublished patch version and record README/OpenSpec release notes so the registry can accept a new publish. The release lane also syncs the Active Agents extension template with the canonical workspace source because the package metadata tests proved the shipped bundle was stale after the Colony task UI merge.
Constraint: npm latest was 7.0.36 before this lane
Constraint: Release verification requires template/runtime parity for shipped VS Code Active Agents assets
Rejected: Bump only package.json | package-lock and README release notes must stay synchronized
Confidence: high
Scope-risk: narrow
Directive: Keep vscode/guardex-active-agents/extension.js and templates/vscode/guardex-active-agents/extension.js byte-for-byte synchronized when either changes
Tested: npm test
Tested: node --check bin/multiagent-safety.js
Tested: npm pack --dry-run
Tested: openspec validate --specs
Not-tested: npm publish requires registry auth/OTP or trusted publishing
Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
- Bump `@imdeadpool/guardex` from `7.0.36` to `7.0.37` for the next publishable release.
4
+
- Registry baseline before the bump: `@imdeadpool/guardex@7.0.36` with `latest` pointing to `7.0.36`.
5
+
- GitHub release target: `v7.0.37`.
6
+
- Synced `templates/vscode/guardex-active-agents/extension.js` with the canonical `vscode/guardex-active-agents/extension.js` bundle so package install parity tests pass.
7
+
- No CLI behavior changes are introduced in this release lane.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@imdeadpool/guardex",
3
-
"version": "7.0.36",
3
+
"version": "7.0.37",
4
4
"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.",
0 commit comments