@skyf0xx/hedgehog-core-full-stack-app 1.0.6 → 1.0.7
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-core-full-stack-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Hedgehog's full-stack-app core: an Nx/pnpm/NestJS/Next.js workspace, backend-first domain module build discipline, and the agents and skills that drive it.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -453,7 +453,10 @@ When a downstream step reveals an upstream step was wrong:
|
|
|
453
453
|
claimed but not yet started (`hedgehog release <task-id> --owner
|
|
454
454
|
<owner>`).
|
|
455
455
|
2. Once nothing is in flight (`hedgehog quiesce` exits 0), patch the
|
|
456
|
-
upstream step directly, in place.
|
|
456
|
+
upstream step directly, in place. Before editing, run the LSP tool's
|
|
457
|
+
findReferences/incomingCalls against the symbol being changed to see
|
|
458
|
+
what already depends on it — the blast radius a stale mental model
|
|
459
|
+
would otherwise miss.
|
|
457
460
|
3. Fast-forward every dependent step that breaks, each its own small
|
|
458
461
|
commit. If the patched step lives in a workspace package (e.g.
|
|
459
462
|
`packages/hooks`, `packages/contracts`) that a running `web`/`mobile`
|