specflow-cc 1.9.1 → 1.9.2

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.
@@ -383,7 +383,7 @@ status: complete
383
383
 
384
384
  <output>
385
385
 
386
- Return structured result:
386
+ Output directly as formatted text (not wrapped in a code block):
387
387
 
388
388
  ```
389
389
  ## DISCUSSION COMPLETE
@@ -244,7 +244,7 @@ Append to specification's Review History:
244
244
 
245
245
  <output>
246
246
 
247
- Return review result:
247
+ Output directly as formatted text (not wrapped in a code block):
248
248
 
249
249
  ```
250
250
  ## REVIEW RESULT
@@ -165,7 +165,7 @@ status: complete
165
165
 
166
166
  <output>
167
167
 
168
- Return structured result:
168
+ Output directly as formatted text (not wrapped in a code block):
169
169
 
170
170
  ```
171
171
  ## RESEARCH COMPLETE
@@ -224,7 +224,7 @@ Append Execution Summary to specification:
224
224
 
225
225
  <output>
226
226
 
227
- Return orchestration result:
227
+ Output directly as formatted text (not wrapped in a code block):
228
228
 
229
229
  ```
230
230
  ## ORCHESTRATION COMPLETE
@@ -606,7 +606,7 @@ Update status:
606
606
 
607
607
  <output>
608
608
 
609
- Return formatted audit result:
609
+ Output directly as formatted text (not wrapped in a code block):
610
610
 
611
611
  ```
612
612
  ## AUDIT RESULT
@@ -153,7 +153,7 @@ Update the discussion file (PRE-XXX.md or DISC-XXX.md):
153
153
 
154
154
  <output>
155
155
 
156
- Return structured result:
156
+ Output directly as formatted text (not wrapped in a code block):
157
157
 
158
158
  ```
159
159
  ## SPEC CREATED
@@ -494,7 +494,7 @@ rm .specflow/execution/SPEC-XXX-state.json
494
494
 
495
495
  <output>
496
496
 
497
- Return orchestration result:
497
+ Output directly as formatted text (not wrapped in a code block):
498
498
 
499
499
  ```
500
500
  ## ORCHESTRATION COMPLETE
@@ -195,7 +195,7 @@ Append to specification:
195
195
 
196
196
  <output>
197
197
 
198
- Return execution result:
198
+ Output directly as formatted text (not wrapped in a code block):
199
199
 
200
200
  ```
201
201
  ## EXECUTION COMPLETE
@@ -143,7 +143,7 @@ Set status to "auditing" (ready for re-audit).
143
143
 
144
144
  <output>
145
145
 
146
- Return formatted revision result:
146
+ Output directly as formatted text (not wrapped in a code block):
147
147
 
148
148
  ```
149
149
  ## REVISION COMPLETE
@@ -141,7 +141,7 @@ Update `.specflow/STATE.md`:
141
141
 
142
142
  <output>
143
143
 
144
- Return structured result:
144
+ Output directly as formatted text (not wrapped in a code block):
145
145
 
146
146
  ```
147
147
  ## SPLIT COMPLETE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specflow-cc",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Spec-driven development system for Claude Code — quality-first workflow with explicit audit cycles",
5
5
  "bin": {
6
6
  "specflow-cc": "bin/install.js"