polyforgeai 0.1.3 → 0.1.4

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.3",
3
+ "version": "0.1.4",
4
4
  "description": "Self-adaptive Claude Code plugin for automated software development workflows",
5
5
  "bin": {
6
6
  "polyforge": "./bin/polyforge.js"
@@ -54,13 +54,24 @@ 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):
58
-
59
- 1. "I detected [stack]. Is this correct? Are there other internal repositories this project depends on?"
60
- 2. "I identified [architecture pattern]. Does this match your understanding?"
57
+ Suggested question flow (skip any already answered by detection). **Every question MUST use numbered choices — never open-ended.**
58
+
59
+ 1. "I detected [stack]. Is this correct?"
60
+ - 1. Correct, no other dependencies
61
+ - 2. Correct, but there are other internal repos (please list)
62
+ - 3. Needs correction (please specify)
63
+ 2. "I identified [architecture pattern]. Does this match?"
64
+ - 1. Yes
65
+ - 2. Not exactly (please describe)
61
66
  3. "For issue tracking, I detected [tracker]. Is this where issues should be created?"
62
- 4. "What level of autonomy do you want for automated fixes? (a) Full auto — branch, fix, test, PR (b) Semi-auto propose fix, wait for approval, then PR"
63
- 5. **Only if "full auto" was chosen in Q4**: "Do you want to allow Claude to execute all operations without asking permission (file edits, shell commands, etc.)? ⚠️ WARNING: This grants full access to read, write, and execute anything in this project directory. This is convenient for autonomous work but removes all safety prompts. (a) Yes — generate `.claude/settings.json` with full permissions (b) No — I'll approve operations manually"
67
+ - 1. Yes
68
+ - 2. No, I use [other] (please specify)
69
+ 4. "What level of autonomy do you want for automated fixes?"
70
+ - 1. Full auto — branch, fix, test, PR without asking (Recommended)
71
+ - 2. Semi-auto — propose changes, wait for approval
72
+ 5. **Only if "full auto" was chosen in Q4**: "Do you want to allow Claude to execute all operations without asking permission? ⚠️ This grants full access to read, write, and execute anything in this project directory."
73
+ - 1. Yes — full access (Recommended for full auto)
74
+ - 2. No — I'll approve operations manually
64
75
  - If (a): **CREATE `.claude/settings.json` IMMEDIATELY** — do not wait for Phase 3. This file must be written right now so that all subsequent file operations during init are auto-approved:
65
76
  ```json
66
77
  {