polyforgeai 0.1.4 → 0.1.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polyforgeai",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Self-adaptive Claude Code plugin for automated software development workflows",
5
5
  "bin": {
6
6
  "polyforge": "./bin/polyforge.js"
@@ -54,7 +54,9 @@ Scan the project root and detect:
54
54
 
55
55
  After displaying what you detected, ask targeted questions to fill gaps. Always ask ONE question, wait for the answer, then ask the next.
56
56
 
57
- Suggested question flow (skip any already answered by detection). **Every question MUST use numbered choices never open-ended.**
57
+ **IMPORTANT: Use the `AskUserQuestion` tool for EVERY question.** Provide predefined choices via the `options` parameter so the user can select with a single click. Only add a free-text option when necessary (e.g., "Needs correction").
58
+
59
+ Suggested question flow (skip any already answered by detection):
58
60
 
59
61
  1. "I detected [stack]. Is this correct?"
60
62
  - 1. Correct, no other dependencies