great-cto 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.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,10 +75,17 @@ npx great-cto init [options]
75
75
 
76
76
  ## Requirements
77
77
 
78
- - Node.js ≥ 22.6.0
79
- - Git (to clone the plugin repo)
78
+ - **Node.js ≥ 18.17.0** (Node 18 / 20 / 22 all tested in CI)
79
+ - **Git** (to clone the plugin repo)
80
80
  - [Claude Code](https://claude.com/claude-code)
81
81
 
82
+ ## Trust signals
83
+
84
+ - Zero runtime dependencies — only Node built-ins (`node:fs`, `node:path`, etc.)
85
+ - 47 unit tests covering stack detection, archetype scoring, settings merge
86
+ - CI matrix: Node 18/20/22 × Ubuntu/macOS/Windows
87
+ - Source: [`packages/cli/src/`](https://github.com/avelikiy/great_cto/tree/main/packages/cli/src) — ~1.2k LOC TypeScript
88
+
82
89
  ## License
83
90
 
84
91
  MIT — same as the plugin.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "great-cto",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "One command install for the great_cto Claude Code plugin. Auto-detects your stack, picks the right archetype, bootstraps PROJECT.md.",
5
5
  "keywords": [
6
6
  "claude-code",