great-cto 1.0.119 → 1.0.121
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 +12 -2
- package/package.json +1 -1
package/dist/bootstrap.js
CHANGED
|
@@ -70,8 +70,18 @@ compliance: [${complianceLine}]
|
|
|
70
70
|
|
|
71
71
|
## Notes
|
|
72
72
|
|
|
73
|
-
Generated from stack auto-detection.
|
|
74
|
-
|
|
73
|
+
Generated from stack auto-detection. The \`archetype\` and \`compliance\`
|
|
74
|
+
above are best-effort guesses from your manifest files alone — refine them
|
|
75
|
+
when you actually start work:
|
|
76
|
+
|
|
77
|
+
- For a full audit (gap analysis, tech debt scan, architectural review):
|
|
78
|
+
\`/audit\` in Claude Code.
|
|
79
|
+
- For a new feature with vague requirements: \`/start "<description>"\` —
|
|
80
|
+
if your input is sparse the Phase 0 Discovery skill will ask 4–6 questions
|
|
81
|
+
and propose 2–3 concrete approaches (build it / POC first / use a vendor
|
|
82
|
+
instead) before committing to architecture.
|
|
83
|
+
- To override the guess directly: edit \`primary:\` and \`compliance:\` in
|
|
84
|
+
this file, then continue.
|
|
75
85
|
`;
|
|
76
86
|
writeFileSync(projectMd, content, "utf-8");
|
|
77
87
|
success(`created .great_cto/PROJECT.md ${dim(`(archetype: ${archetype})`)}`);
|
package/package.json
CHANGED