Compare commits
3 Commits
35a3582f7b
...
9e48f4063d
| Author | SHA1 | Date |
|---|---|---|
|
|
9e48f4063d | |
|
|
5fe54de24e | |
|
|
cf12697dfb |
|
|
@ -39,7 +39,7 @@
|
||||||
"lint": "eslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0",
|
"lint": "eslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0",
|
||||||
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
|
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
|
||||||
"lint:md": "markdownlint-cli2 \"**/*.md\"",
|
"lint:md": "markdownlint-cli2 \"**/*.md\"",
|
||||||
"prepare": "husky",
|
"prepare": "command -v husky >/dev/null 2>&1 && husky || exit 0",
|
||||||
"rebundle": "node tools/cli/bundlers/bundle-web.js rebundle",
|
"rebundle": "node tools/cli/bundlers/bundle-web.js rebundle",
|
||||||
"release:major": "gh workflow run \"Manual Release\" -f version_bump=major",
|
"release:major": "gh workflow run \"Manual Release\" -f version_bump=major",
|
||||||
"release:minor": "gh workflow run \"Manual Release\" -f version_bump=minor",
|
"release:minor": "gh workflow run \"Manual Release\" -f version_bump=minor",
|
||||||
|
|
|
||||||
|
|
@ -31,19 +31,25 @@ wipFile: '{implementation_artifacts}/tech-spec-wip.md'
|
||||||
|
|
||||||
**Present to user:**
|
**Present to user:**
|
||||||
|
|
||||||
"Here's your complete tech-spec. Please review:"
|
<output-block>
|
||||||
|
Here's your complete tech-spec. Please review:
|
||||||
|
</output-block>
|
||||||
|
|
||||||
[Display the complete spec content - all sections]
|
[Display the complete spec content - all sections]
|
||||||
|
|
||||||
"**Quick Summary:**
|
<output-block>
|
||||||
|
**Quick Summary:**
|
||||||
|
|
||||||
- {task_count} tasks to implement
|
- {task_count} tasks to implement
|
||||||
- {ac_count} acceptance criteria to verify
|
- {ac_count} acceptance criteria to verify
|
||||||
- {files_count} files to modify"
|
- {files_count} files to modify
|
||||||
|
</output-block>
|
||||||
|
|
||||||
**Present review menu:**
|
**Present review menu:**
|
||||||
|
|
||||||
Display: "**Select:** [C] Continue [E] Edit [Q] Questions [A] Advanced Elicitation [P] Party Mode"
|
<output-block>
|
||||||
|
**Select:** [C] Continue [E] Edit [Q] Questions [A] Advanced Elicitation [P] Party Mode
|
||||||
|
</output-block>
|
||||||
|
|
||||||
**HALT and wait for user selection.**
|
**HALT and wait for user selection.**
|
||||||
|
|
||||||
|
|
@ -173,7 +179,8 @@ b) **HALT and wait for user selection.**
|
||||||
|
|
||||||
**When user selects [D]:**
|
**When user selects [D]:**
|
||||||
|
|
||||||
"**All done!** Your tech-spec is ready at:
|
<output-block>
|
||||||
|
**All done!** Your tech-spec is ready at:
|
||||||
|
|
||||||
`{finalFile}`
|
`{finalFile}`
|
||||||
|
|
||||||
|
|
@ -183,7 +190,8 @@ When you're ready to implement, run:
|
||||||
quick-dev {finalFile}
|
quick-dev {finalFile}
|
||||||
```
|
```
|
||||||
|
|
||||||
Ship it!"
|
Ship it!
|
||||||
|
</output-block>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue