@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
package/src/agents/planner.md
CHANGED
|
@@ -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` —
|
|
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
|
|
142
|
-
enforce the rules around it. A
|
|
143
|
-
|
|
144
|
-
signal — is `pwa-app`, even
|
|
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
|