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.
Files changed (2) hide show
  1. package/dist/index.js +9 -9
  2. 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: approve / revise / reject / stop
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: approve / revise / reject / stop
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: approve / revise / reject / stop
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":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spets",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "description": "Spec Driven Development Execution Framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",