@pavp/storywright 1.7.0 → 1.8.0
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
|
@@ -48,9 +48,10 @@ If the base **deterministic pre-split test** returns count ≥2:
|
|
|
48
48
|
- **STOP drafting.**
|
|
49
49
|
- Output a terminal message listing candidate children + per-pair dep notes (base rule 10) + V audit (base rule 11).
|
|
50
50
|
- Show candidate children + dep notes + V audit.
|
|
51
|
-
- Ask via `AskUserQuestion`: "This story has [N] independent flows. Run split now?" with options
|
|
52
|
-
-
|
|
53
|
-
-
|
|
51
|
+
- Ask via `AskUserQuestion`: "This story has [N] independent flows. Run split now?" with options:
|
|
52
|
+
- "Yes, split" → execute `[[story-split]]` inline (epic + children + .storywright-context.json).
|
|
53
|
+
- "Continue without split" → proceed with single-story path (fill canonical block → INVEST → render dual outputs).
|
|
54
|
+
- "No, keep as-is" → stop. No output written.
|
|
54
55
|
- Do NOT silently auto-split without the AskUserQuestion confirmation.
|
|
55
56
|
|
|
56
57
|
If count ≤1:
|
|
@@ -40,9 +40,10 @@ Bring an existing user story up to standard *without* turning it into a feature
|
|
|
40
40
|
If the base **deterministic pre-split test** returns count ≥2:
|
|
41
41
|
- **STOP refining.**
|
|
42
42
|
- Show candidate children + per-pair dep notes (base rule 10) + V audit (base rule 11).
|
|
43
|
-
- Ask via `AskUserQuestion`: "This story has [N] independent flows. Run split now?" with options
|
|
44
|
-
-
|
|
45
|
-
-
|
|
43
|
+
- Ask via `AskUserQuestion`: "This story has [N] independent flows. Run split now?" with options:
|
|
44
|
+
- "Yes, split" → execute `[[story-split]]` inline (epic + children + .storywright-context.json).
|
|
45
|
+
- "Continue without split" → proceed with single-story path (fill canonical block → INVEST → render dual outputs).
|
|
46
|
+
- "No, keep as-is" → stop. No output written.
|
|
46
47
|
- Do NOT silently auto-split without the AskUserQuestion confirmation.
|
|
47
48
|
|
|
48
49
|
If count ≤1:
|