spets 0.1.77 → 0.1.78
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/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -272,9 +272,9 @@ type="checkpoint", checkpoint="clarify":
|
|
|
272
272
|
- GOTO step 2
|
|
273
273
|
|
|
274
274
|
type="checkpoint", checkpoint="approve":
|
|
275
|
-
- READ \`specPath\`, summarize to user
|
|
276
|
-
- ASK user:
|
|
277
|
-
- RUN matching \`onComplete\`
|
|
275
|
+
- READ \`specPath\`, summarize key points to user
|
|
276
|
+
- ASK user using AskUserQuestion with options: Approve / Revise / Reject / Stop
|
|
277
|
+
- RUN matching \`onComplete\` based on user's choice
|
|
278
278
|
- GOTO step 2
|
|
279
279
|
|
|
280
280
|
type="complete" or "error":
|
|
@@ -320,9 +320,9 @@ type="checkpoint", checkpoint="clarify":
|
|
|
320
320
|
- GOTO step 2
|
|
321
321
|
|
|
322
322
|
type="checkpoint", checkpoint="approve":
|
|
323
|
-
- READ \`specPath\`, summarize to user
|
|
324
|
-
- ASK user:
|
|
325
|
-
- RUN matching \`onComplete\`
|
|
323
|
+
- READ \`specPath\`, summarize key points to user
|
|
324
|
+
- ASK user using AskUserQuestion with options: Approve / Revise / Reject / Stop
|
|
325
|
+
- RUN matching \`onComplete\` based on user's choice
|
|
326
326
|
- GOTO step 2
|
|
327
327
|
|
|
328
328
|
type="complete" or "error":
|
|
@@ -363,9 +363,9 @@ type="checkpoint", checkpoint="clarify":
|
|
|
363
363
|
- GOTO step 2
|
|
364
364
|
|
|
365
365
|
type="checkpoint", checkpoint="approve":
|
|
366
|
-
- READ \`specPath\`, summarize to user
|
|
367
|
-
- ASK user:
|
|
368
|
-
- RUN matching \`onComplete\`
|
|
366
|
+
- READ \`specPath\`, summarize key points to user
|
|
367
|
+
- ASK user using AskUserQuestion with options: Approve / Revise / Reject / Stop
|
|
368
|
+
- RUN matching \`onComplete\` based on user's choice
|
|
369
369
|
- GOTO step 2
|
|
370
370
|
|
|
371
371
|
type="complete" or "error":
|