great-cto 0.1.4 → 1.0.102
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/dist/bootstrap.js +8 -0
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -28,6 +28,14 @@ stack: ${stackLine}
|
|
|
28
28
|
languages: ${detection.languages.join(", ") || "to be defined"}
|
|
29
29
|
package-manager: ${detection.packageManager ?? "none"}
|
|
30
30
|
|
|
31
|
+
## Phase
|
|
32
|
+
|
|
33
|
+
phase: implementation
|
|
34
|
+
|
|
35
|
+
> Values: planning | implementation | review | release. SessionStart hook
|
|
36
|
+
> loads phase-specific context (skips QA/CSO/perf for planning; skips
|
|
37
|
+
> brainstorm/RFC for release). Switch in chat: "move to review phase".
|
|
38
|
+
|
|
31
39
|
## Team
|
|
32
40
|
|
|
33
41
|
size: ${teamSize}
|
package/package.json
CHANGED