@pavp/storywright 1.8.2 → 1.9.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
|
@@ -63,7 +63,7 @@ Final step in `story-generate` and `story-refine`. Always last.
|
|
|
63
63
|
15. Edge Cases
|
|
64
64
|
|
|
65
65
|
4. **Drop any section with no real content.** An empty heading is noise. A story with only the 5 core sections is a valid output.
|
|
66
|
-
5.
|
|
66
|
+
5. Emit both as fenced code blocks in the chat so the user can copy them. File persistence is handled by the calling skill via the `Write` tool.
|
|
67
67
|
|
|
68
68
|
## Examples
|
|
69
69
|
|
|
@@ -226,7 +226,7 @@ NOTHING else. No NFR block. No Edge Cases enumeration. No Dependencies prose. No
|
|
|
226
226
|
- `NEEDS REFINEMENT` → iterate failing dimension, max 1 cycle, then STOP.
|
|
227
227
|
- `NOT A STORY` → tell user it's a tech task and stop.
|
|
228
228
|
|
|
229
|
-
10. **Render** via `[[jira-wiki-formatter]]`.
|
|
229
|
+
10. **Render** via `[[jira-wiki-formatter]]`. Use the `Write` tool to persist `story.standard.md` and `story.jira-wiki.md` to `docs/stories/` under the current working directory (create the folder if it does not exist). Also emit both as fenced code blocks in chat. Plus write `.storywright-context.json` to `docs/stories/`. No other files. Never ask whether to save — always write.
|
|
230
230
|
|
|
231
231
|
11. **Log** ≤3 bullets (≤5 if SPLIT) appended at story end. Log type label is host-specific (Generation / Refinement / Split).
|
|
232
232
|
|