thevoidforge-methodology 23.5.0 → 23.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
6
6
 
7
7
  ---
8
8
 
9
+ ## [23.5.1] - 2026-04-12
10
+
11
+ ### Fixed
12
+ - **CLI self-upgrade used wrong package name** — `npm update -g voidforge` (nonexistent) replaced with `npm install -g thevoidforge@latest`. Users on v23.1.1 couldn't self-upgrade because the update command targeted the wrong npm package.
13
+ - **Post-upgrade re-exec used cached npx** — `npx voidforge update` resolved to the old cached binary after upgrading global. Changed to `npx thevoidforge update` which forces fresh resolution.
14
+
15
+ ---
16
+
9
17
  ## [23.5.0] - 2026-04-12
10
18
 
11
19
  ### The Herald (ADR-047, Campaign 37)
package/VERSION.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Version
2
2
 
3
- **Current:** 23.5.0
3
+ **Current:** 23.5.1
4
4
 
5
5
  ## Versioning Scheme
6
6
 
@@ -14,6 +14,7 @@ This project uses [Semantic Versioning](https://semver.org/):
14
14
 
15
15
  | Version | Date | Summary |
16
16
  |---------|------|---------|
17
+ | 23.5.1 | 2026-04-12 | Fix CLI self-upgrade: wrong package name (voidforge → thevoidforge) + stale npx cache on re-exec |
17
18
  | 23.5.0 | 2026-04-12 | The Herald — intelligent agent dispatch: Haiku pre-scan, agent registry, 40 tags, --focus flag, 14 commands wired. ADR-047. Campaign 37. |
18
19
  | 23.4.1 | 2026-04-12 | Gauntlet security fix — XSS escaping in blueprint banner, ROADMAP staleness, lobby a11y |
19
20
  | 23.4.0 | 2026-04-12 | The Remediation — wizard UI audit: 3 critical API fixes, 4 WCAG a11y fixes, retired --blitz cleanup, content accuracy, 7 UX improvements. -2,400 lines legacy code. ADR-046. Campaign 36. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thevoidforge-methodology",
3
- "version": "23.5.0",
3
+ "version": "23.5.1",
4
4
  "description": "VoidForge methodology — agents, commands, methods, patterns.",
5
5
  "license": "MIT",
6
6
  "files": [