@skyf0xx/hedgehog 6.2.12 → 6.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyf0xx/hedgehog",
3
- "version": "6.2.12",
3
+ "version": "6.2.14",
4
4
  "description": "Install the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgehog",
3
- "version": "6.2.12",
3
+ "version": "6.2.14",
4
4
  "description": "Hedgehog build discipline: ordered, tested, verified build steps.",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }
@@ -82,6 +82,18 @@ Any skill may itself invoke `bmad-advanced-elicitation`
82
82
  (`vendor-skills/BMAD/core-skills/bmad-advanced-elicitation`) at its own pause
83
83
  points — that's expected, let it run.
84
84
 
85
+ **Full-shelf carve-out on copywriting.** This core has no module axis —
86
+ `hedgehog-copywriting-loop`'s mining step (its planning-intake section,
87
+ step 2) draws only from `02-brief.md` and `03-prfaq.md`, never
88
+ `04-prd.md` or `05-ux-spec/`. On a full run, stop the shelf after
89
+ `bmad-prfaq` (step 4) — or after `bmad-deep-recon` (step 7) where the
90
+ piece genuinely needs market/competitive/user-voice research — and skip
91
+ `bmad-prd` and `bmad-ux` entirely. Neither has a module axis, a UI
92
+ surface, or anything else to attach to on this core, so running them
93
+ produces planning artifacts nothing downstream reads. `00-manifest.md`
94
+ names `bmad-prd` and `bmad-ux` as not-run, the same as any other skipped
95
+ step on this shelf.
96
+
85
97
  Write each skill's output to `.hedgehog/BMAD/`, per the fixed layout:
86
98
 
87
99
  ```