thevoidforge-methodology 23.5.1 → 23.5.2

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.
@@ -6,6 +6,16 @@
6
6
  1. Read `/docs/methods/FORGE_KEEPER.md`
7
7
  2. Read `VERSION.md` (~30 lines — current version + history)
8
8
 
9
+ ## CRITICAL: Write Target Safety
10
+
11
+ **NEVER write methodology files to `~/.claude/`.** All files MUST go to the PROJECT root (where `.voidforge` marker or `.git` exists). Writing to `~/.claude/commands/` or `~/.claude/agents/` creates user-level duplicates that appear alongside project-level commands in every project — Claude Code shows both "(user)" and "(project)" copies.
12
+
13
+ **Detect and fix duplicates (auto-cleanup):** Before any sync, check if `~/.claude/commands/` or `~/.claude/agents/` contain VoidForge methodology files. If they do:
14
+ 1. Run `ls ~/.claude/commands/ 2>/dev/null | head -3` and `ls ~/.claude/agents/ 2>/dev/null | head -3`
15
+ 2. If VoidForge commands exist there (assess.md, build.md, qa.md, etc.), warn: "Found VoidForge commands in ~/.claude/ (user-level). These cause duplicate commands in Claude Code. Removing..."
16
+ 3. Run `rm -rf ~/.claude/commands/ ~/.claude/agents/` to clean them
17
+ 4. Confirm: "User-level duplicates removed. Project-level commands will be used."
18
+
9
19
  ## Step 0 — Tune the Forge (Bombadil)
10
20
  Orient to the current state:
11
21
  1. Read `VERSION.md` — identify the current VoidForge version
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.2] - 2026-04-12
10
+
11
+ ### Fixed
12
+ - **Duplicate commands in Claude Code** — `/void` now auto-detects and removes VoidForge files from `~/.claude/commands/` and `~/.claude/agents/` (user-level). Guard added to prevent future writes to `~/.claude/`. Both void.md and FORGE_KEEPER.md updated.
13
+ - **Git init stack trace** — project creation via wizard showed full Error stack trace when git identity wasn't configured. Now shows clean one-line message.
14
+
15
+ ---
16
+
9
17
  ## [23.5.1] - 2026-04-12
10
18
 
11
19
  ### Fixed
package/VERSION.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Version
2
2
 
3
- **Current:** 23.5.1
3
+ **Current:** 23.5.2
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.2 | 2026-04-12 | /void auto-cleanup ~/.claude/ duplicates + git init stack trace fix |
17
18
  | 23.5.1 | 2026-04-12 | Fix CLI self-upgrade: wrong package name (voidforge → thevoidforge) + stale npx cache on re-exec |
18
19
  | 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. |
19
20
  | 23.4.1 | 2026-04-12 | Gauntlet security fix — XSS escaping in blueprint banner, ROADMAP staleness, lobby a11y |
@@ -46,6 +46,7 @@ Keep your VoidForge installation current without breaking your project. Every up
46
46
  7. **Log what changed.** After updating, write a brief entry to `/logs/` noting what was synced and from what version.
47
47
  8. **Keep the mood light.** Bombadil sings. Updates are good news, not chores.
48
48
  9. **Batch sync when multiple versions behind.** Compare directly to the latest upstream version — don't step through each intermediate version. Sync to the latest in one pass and batch all content handoffs together. (Field report #35)
49
+ 10. **NEVER write to `~/.claude/`.** All methodology files go to the PROJECT root (where `.voidforge` or `.git` exists). Writing to `~/.claude/commands/` or `~/.claude/agents/` creates user-level duplicates that appear alongside project-level commands in Claude Code. Before any sync, check if `~/.claude/commands/` or `~/.claude/agents/` contain VoidForge files — if so, remove them automatically and warn the user.
49
50
 
50
51
  ## Shared Methodology Files
51
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thevoidforge-methodology",
3
- "version": "23.5.1",
3
+ "version": "23.5.2",
4
4
  "description": "VoidForge methodology — agents, commands, methods, patterns.",
5
5
  "license": "MIT",
6
6
  "files": [