@skyf0xx/hedgehog 6.1.5 → 6.1.6

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.1.5",
3
+ "version": "6.1.6",
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": {
@@ -135,13 +135,13 @@ substitutes for `hedgehog-planning-intake`'s own elicitation once a
135
135
  core is chosen — that's a full BMAD-driven pass; this is three
136
136
  questions to pick which pass to run.
137
137
 
138
- Data that gets stored is not, by itself, `full-stack-app` — that used to
139
- be the rule, and it swallowed every candidate for `pwa-app` (a tracker,
138
+ Data that gets stored is not, by itself, `full-stack-app` — a tracker,
140
139
  journal, notebook, or planner whose data belongs on the user's own
141
- device). The real question is where the data lives and who needs to
142
- enforce the rules around it. A description naming a local-first app —
143
- offline capability or installability named explicitly is a strong
144
- signal — is `pwa-app`, even with sharing, accounts, or multi-device sync
140
+ device is `pwa-app` even though it stores data. The real question is
141
+ where the data lives and who needs to enforce the rules around it. A
142
+ description naming a local-first app — offline capability or
143
+ installability named explicitly is a strong signal — is `pwa-app`, even
144
+ with sharing, accounts, or multi-device sync
145
145
  in scope (Dexie Cloud covers that), and even with a small number of
146
146
  entities that must be server-authoritative (those go `--remote`, backed
147
147
  by Supabase, without moving the whole project off `pwa-app`). What
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgehog",
3
- "version": "6.1.5",
3
+ "version": "6.1.6",
4
4
  "description": "Hedgehog build discipline: ordered, tested, verified build steps.",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }