chati-dev 2.0.7 → 2.0.8
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/README.md +17 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/chati-dev"><img src="https://img.shields.io/npm/v/chati-dev?color=blue&label=npm" alt="npm"></a>
|
|
11
|
-
<a href="LICENSE"><img src="https://img.shields.io/badge/License-
|
|
11
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-BSL_1.1-blue.svg" alt="License: BSL 1.1"></a>
|
|
12
12
|
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg" alt="Node.js"></a>
|
|
13
13
|
<a href="#internationalization"><img src="https://img.shields.io/badge/i18n-EN%20%7C%20PT%20%7C%20ES%20%7C%20FR-informational.svg" alt="i18n"></a>
|
|
14
14
|
<a href=".github/CONTRIBUTING.md"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg" alt="Contributions Welcome"></a>
|
|
@@ -286,18 +286,18 @@ your-project/
|
|
|
286
286
|
│ ├── i18n/ # EN, PT, ES, FR translations
|
|
287
287
|
│ ├── migrations/ # Version migration scripts
|
|
288
288
|
│ ├── constitution.md # 17 Articles + Preamble
|
|
289
|
-
│
|
|
290
|
-
|
|
291
|
-
│
|
|
292
|
-
│
|
|
293
|
-
│
|
|
294
|
-
│
|
|
295
|
-
│
|
|
296
|
-
│
|
|
297
|
-
│
|
|
298
|
-
│
|
|
299
|
-
│
|
|
300
|
-
│
|
|
289
|
+
│ ├── config.yaml # System configuration
|
|
290
|
+
│ └── artifacts/ # Generated during pipeline
|
|
291
|
+
│ ├── 0-WU/
|
|
292
|
+
│ ├── 1-Brief/
|
|
293
|
+
│ ├── 2-PRD/
|
|
294
|
+
│ ├── 3-Architecture/
|
|
295
|
+
│ ├── 4-UX/
|
|
296
|
+
│ ├── 5-Phases/
|
|
297
|
+
│ ├── 6-Tasks/
|
|
298
|
+
│ ├── 7-QA-Planning/
|
|
299
|
+
│ ├── 8-Validation/
|
|
300
|
+
│ └── handoffs/
|
|
301
301
|
└── packages/
|
|
302
302
|
└── chati-dev/ # CLI + runtime engine (npx chati-dev)
|
|
303
303
|
└── src/terminal/ # Multi-terminal spawner, monitor, collector
|
|
@@ -312,9 +312,9 @@ The installer and agent interactions support 4 languages:
|
|
|
312
312
|
| Language | Code | Status |
|
|
313
313
|
|----------|------|--------|
|
|
314
314
|
| **English** | `en` | Default |
|
|
315
|
-
| **
|
|
316
|
-
| **
|
|
317
|
-
| **
|
|
315
|
+
| **Português** | `pt` | Full support |
|
|
316
|
+
| **Español** | `es` | Full support |
|
|
317
|
+
| **Français** | `fr` | Full support |
|
|
318
318
|
|
|
319
319
|
Artifacts are always generated in English for portability and team collaboration.
|
|
320
320
|
|
|
@@ -350,7 +350,7 @@ For security concerns, please see our [Security Policy](.github/SECURITY.md).
|
|
|
350
350
|
|
|
351
351
|
## License
|
|
352
352
|
|
|
353
|
-
This project is licensed under the
|
|
353
|
+
This project is licensed under the Business Source License 1.1 — see [LICENSE](LICENSE) for details. Free for personal, educational, and evaluation use. Converts to Apache 2.0 on 2030-02-16.
|
|
354
354
|
|
|
355
355
|
---
|
|
356
356
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chati-dev",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "AI-Powered Multi-Agent Orchestration System — Structured vibe coding for Full Stack Development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"fullstack"
|
|
43
43
|
],
|
|
44
44
|
"author": "Chati.dev",
|
|
45
|
-
"license": "
|
|
45
|
+
"license": "BUSL-1.1",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
48
|
"url": "https://github.com/ogabrielalonso/Chati.dev.git",
|