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 +1 -1
- package/skills/init/SKILL.md +3 -1
package/package.json
CHANGED
package/skills/init/SKILL.md
CHANGED
|
@@ -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
|
-
|
|
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
|