@atlashub/smartstack-cli 3.47.0 → 3.48.0
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
|
@@ -47,14 +47,29 @@ See [references/init-workspace-detection.md](../references/init-workspace-detect
|
|
|
47
47
|
- Workspace context display
|
|
48
48
|
- Per-repository GitFlow principle
|
|
49
49
|
|
|
50
|
-
### 3
|
|
50
|
+
### 3. Question: Existing Configuration
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
4.
|
|
57
|
-
|
|
52
|
+
**⛔ Only if `ALREADY_INITIALIZED` = true.** Otherwise skip to step 4.
|
|
53
|
+
|
|
54
|
+
See [references/init-questions.md](../references/init-questions.md) → **Question 4** for options (Reconfigure / Repair / View only / Cancel).
|
|
55
|
+
|
|
56
|
+
### 4. Question: Repository URL
|
|
57
|
+
|
|
58
|
+
**⛔ MUST ASK — even if URL was auto-detected.**
|
|
59
|
+
|
|
60
|
+
See [references/init-questions.md](../references/init-questions.md) → **Question 1** for format and follow-up rules.
|
|
61
|
+
|
|
62
|
+
### 5. Question: Root Folder
|
|
63
|
+
|
|
64
|
+
**⛔ MUST ASK — even if parent folder was auto-detected.**
|
|
65
|
+
|
|
66
|
+
See [references/init-questions.md](../references/init-questions.md) → **Question 2** for format and follow-up rules.
|
|
67
|
+
|
|
68
|
+
### 6. Question: Project Name
|
|
69
|
+
|
|
70
|
+
**⛔ MUST ASK — even if name was auto-detected.**
|
|
71
|
+
|
|
72
|
+
See [references/init-questions.md](../references/init-questions.md) → **Question 3** for format and follow-up rules.
|
|
58
73
|
|
|
59
74
|
### 6b. Normalize Project Name (INTELLIGENT)
|
|
60
75
|
|
|
@@ -67,6 +82,15 @@ See [references/init-name-normalization.md](../references/init-name-normalizatio
|
|
|
67
82
|
4. Ask user to choose PRIMARY format
|
|
68
83
|
5. Store all derived names in `PROJECT_VARIANTS`
|
|
69
84
|
|
|
85
|
+
### 7. Question: Worktree Mode
|
|
86
|
+
|
|
87
|
+
**⛔ MUST ASK — this determines the directory structure (step 8).**
|
|
88
|
+
|
|
89
|
+
See [references/init-questions.md](../references/init-questions.md) → **Question 5** for options:
|
|
90
|
+
- **Organized** (recommended): `01-Main/`, `02-Develop/`, `features/`, `releases/`, `hotfixes/`
|
|
91
|
+
- **Simple**: `main/`, `develop/`, `features/`, `releases/`, `hotfixes/`
|
|
92
|
+
- **Disabled**: No worktrees, use `git checkout`
|
|
93
|
+
|
|
70
94
|
|
|
71
95
|
### 8. Create Directory Structure
|
|
72
96
|
|