chati-dev 2.0.8 → 2.0.9

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 +20 -11
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -55,17 +55,30 @@ PLANNING (planning) → Quality Gate → BUILD → Quality Gate → DEPL
55
55
 
56
56
  ---
57
57
 
58
+ ## Prerequisites
59
+
60
+ - **Node.js** >= 20.0.0 ([download](https://nodejs.org/))
61
+ - **Claude Code** — the CLI for Claude ([install guide](https://docs.anthropic.com/en/docs/claude-code/overview))
62
+
63
+ Other supported IDEs: VS Code, Cursor, Gemini CLI, GitHub Copilot, AntiGravity (see [Supported IDEs](#supported-ides)).
64
+
65
+ ---
66
+
58
67
  ## Quick Start
59
68
 
60
- ### Install
69
+ ### 1. Install in your project
70
+
71
+ Open a terminal in your project directory:
61
72
 
62
73
  ```bash
63
74
  npx chati-dev init
64
75
  ```
65
76
 
66
- The wizard guides you through language and project type, then auto-configures Claude Code with the required MCPs.
77
+ The wizard asks your language and project type, then auto-configures Claude Code with the required MCPs.
78
+
79
+ ### 2. Start Claude Code and activate
67
80
 
68
- ### Activate
81
+ Open Claude Code in the same project directory, then type:
69
82
 
70
83
  ```
71
84
  /chati
@@ -73,6 +86,10 @@ The wizard guides you through language and project type, then auto-configures Cl
73
86
 
74
87
  The orchestrator loads your session, detects where you left off, and routes you to the right agent. You stay inside the system until you explicitly exit.
75
88
 
89
+ ### 3. Build
90
+
91
+ From here, the agents take over. You'll go through Planning (requirements, architecture, phases, tasks), Quality Gates, Build, and Deploy — all orchestrated automatically.
92
+
76
93
  ### Monitor
77
94
 
78
95
  ```bash
@@ -332,14 +349,6 @@ Upgrades include automatic backup, migrations, validation, and config merging. R
332
349
 
333
350
  ---
334
351
 
335
- ## Prerequisites
336
-
337
- - **Node.js** >= 20.0.0
338
- - **npm** >= 9.0.0
339
- - A supported IDE with AI assistant capabilities
340
-
341
- ---
342
-
343
352
  ## Contributing
344
353
 
345
354
  We welcome contributions from agents, templates, workflows, intelligence data, translations, and CLI improvements. Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) for guidelines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chati-dev",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "AI-Powered Multi-Agent Orchestration System — Structured vibe coding for Full Stack Development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,12 +45,12 @@
45
45
  "license": "BUSL-1.1",
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://github.com/ogabrielalonso/Chati.dev.git",
48
+ "url": "https://github.com/Chati-dev/Chati.dev.git",
49
49
  "directory": "packages/chati-dev"
50
50
  },
51
- "homepage": "https://github.com/ogabrielalonso/Chati.dev#readme",
51
+ "homepage": "https://github.com/Chati-dev/Chati.dev#readme",
52
52
  "bugs": {
53
- "url": "https://github.com/ogabrielalonso/Chati.dev/issues"
53
+ "url": "https://github.com/Chati-dev/Chati.dev/issues"
54
54
  },
55
55
  "dependencies": {
56
56
  "@clack/prompts": "^0.7.0",