chati-dev 1.2.0 → 1.3.0
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/assets/logo.svg +42 -0
- package/assets/logo.txt +3 -3
- package/bin/chati.js +148 -8
- package/framework/constitution.md +91 -5
- package/framework/data/entity-registry.yaml +399 -0
- package/framework/i18n/en.yaml +9 -4
- package/framework/i18n/es.yaml +9 -4
- package/framework/i18n/fr.yaml +9 -4
- package/framework/i18n/pt.yaml +9 -4
- package/framework/intelligence/context-engine.md +163 -0
- package/framework/intelligence/decision-engine.md +134 -0
- package/framework/intelligence/memory-layer.md +187 -0
- package/framework/migrations/v1.1-to-v1.2.yaml +145 -0
- package/framework/orchestrator/chati.md +154 -8
- package/framework/schemas/config.schema.json +1 -1
- package/framework/schemas/context.schema.json +98 -0
- package/framework/schemas/memory.schema.json +79 -0
- package/package.json +14 -7
- package/scripts/bundle-framework.js +1 -1
- package/src/dashboard/data-reader.js +27 -2
- package/src/dashboard/layout.js +21 -0
- package/src/dashboard/renderer.js +11 -8
- package/src/installer/core.js +33 -6
- package/src/installer/templates.js +7 -0
- package/src/installer/validator.js +44 -5
- package/src/intelligence/context-status.js +80 -0
- package/src/intelligence/memory-manager.js +188 -0
- package/src/intelligence/registry-manager.js +202 -0
- package/src/upgrade/backup.js +2 -0
- package/src/upgrade/migrator.js +1 -1
- package/src/utils/logger.js +1 -1
- package/src/wizard/i18n.js +9 -4
- package/src/wizard/index.js +5 -0
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
# chati.dev Entity Registry — Central Catalog of All System Artifacts
|
|
2
|
+
# Used by the Decision Engine for REUSE/ADAPT/CREATE recommendations
|
|
3
|
+
# and by the Health Check for system integrity validation.
|
|
4
|
+
|
|
5
|
+
metadata:
|
|
6
|
+
version: "1.0.0"
|
|
7
|
+
last_updated: "2026-02-12T00:00:00Z"
|
|
8
|
+
entity_count: 47
|
|
9
|
+
checksum_algorithm: sha256
|
|
10
|
+
|
|
11
|
+
entities:
|
|
12
|
+
agents:
|
|
13
|
+
orchestrator:
|
|
14
|
+
path: chati.dev/orchestrator/chati.md
|
|
15
|
+
type: agent
|
|
16
|
+
purpose: "Route user requests to correct agent, manage session state and deviations"
|
|
17
|
+
keywords: [routing, session, deviation, handoff, mode-governance]
|
|
18
|
+
dependencies: [constitution, session-schema, config]
|
|
19
|
+
adaptability: 0.2
|
|
20
|
+
|
|
21
|
+
greenfield-wu:
|
|
22
|
+
path: chati.dev/agents/clarity/greenfield-wu.md
|
|
23
|
+
type: agent
|
|
24
|
+
purpose: "Analyze greenfield project context, constraints, and technology landscape"
|
|
25
|
+
keywords: [greenfield, analysis, context, technology, constraints]
|
|
26
|
+
dependencies: [session-schema]
|
|
27
|
+
adaptability: 0.5
|
|
28
|
+
|
|
29
|
+
brownfield-wu:
|
|
30
|
+
path: chati.dev/agents/clarity/brownfield-wu.md
|
|
31
|
+
type: agent
|
|
32
|
+
purpose: "Deep discovery of existing codebase — architecture, patterns, debt, dependencies"
|
|
33
|
+
keywords: [brownfield, discovery, codebase, architecture, debt]
|
|
34
|
+
dependencies: [session-schema, decision-engine]
|
|
35
|
+
adaptability: 0.5
|
|
36
|
+
|
|
37
|
+
brief:
|
|
38
|
+
path: chati.dev/agents/clarity/brief.md
|
|
39
|
+
type: agent
|
|
40
|
+
purpose: "Extract and structure user requirements through 5 elicitation phases"
|
|
41
|
+
keywords: [requirements, elicitation, brief, functional, non-functional]
|
|
42
|
+
dependencies: [session-schema]
|
|
43
|
+
adaptability: 0.4
|
|
44
|
+
|
|
45
|
+
detail:
|
|
46
|
+
path: chati.dev/agents/clarity/detail.md
|
|
47
|
+
type: agent
|
|
48
|
+
purpose: "Transform Brief into formal PRD with complete specifications"
|
|
49
|
+
keywords: [prd, specification, detail, formal, requirements]
|
|
50
|
+
dependencies: [prd-template, session-schema]
|
|
51
|
+
adaptability: 0.4
|
|
52
|
+
|
|
53
|
+
architect:
|
|
54
|
+
path: chati.dev/agents/clarity/architect.md
|
|
55
|
+
type: agent
|
|
56
|
+
purpose: "Design technical architecture, make technology decisions, define system boundaries"
|
|
57
|
+
keywords: [architecture, technology, design, patterns, boundaries]
|
|
58
|
+
dependencies: [fullstack-architecture-template, session-schema]
|
|
59
|
+
adaptability: 0.3
|
|
60
|
+
|
|
61
|
+
ux:
|
|
62
|
+
path: chati.dev/agents/clarity/ux.md
|
|
63
|
+
type: agent
|
|
64
|
+
purpose: "Design user experience, interaction flows, and interface structure"
|
|
65
|
+
keywords: [ux, design, interaction, flows, interface, wireframes]
|
|
66
|
+
dependencies: [session-schema]
|
|
67
|
+
adaptability: 0.5
|
|
68
|
+
|
|
69
|
+
phases:
|
|
70
|
+
path: chati.dev/agents/clarity/phases.md
|
|
71
|
+
type: agent
|
|
72
|
+
purpose: "Decompose PRD into development phases with MVP-first strategy"
|
|
73
|
+
keywords: [phases, decomposition, mvp, planning, milestones]
|
|
74
|
+
dependencies: [session-schema]
|
|
75
|
+
adaptability: 0.4
|
|
76
|
+
|
|
77
|
+
tasks:
|
|
78
|
+
path: chati.dev/agents/clarity/tasks.md
|
|
79
|
+
type: agent
|
|
80
|
+
purpose: "Create executable tasks with acceptance criteria from phase definitions"
|
|
81
|
+
keywords: [tasks, acceptance-criteria, executable, given-when-then]
|
|
82
|
+
dependencies: [task-template, session-schema]
|
|
83
|
+
adaptability: 0.4
|
|
84
|
+
|
|
85
|
+
qa-planning:
|
|
86
|
+
path: chati.dev/agents/quality/qa-planning.md
|
|
87
|
+
type: agent
|
|
88
|
+
purpose: "Validate traceability and consistency across all clarity artifacts"
|
|
89
|
+
keywords: [qa, traceability, consistency, validation, quality-gate]
|
|
90
|
+
dependencies: [qa-gate-template, planning-gate, session-schema]
|
|
91
|
+
adaptability: 0.3
|
|
92
|
+
|
|
93
|
+
qa-implementation:
|
|
94
|
+
path: chati.dev/agents/quality/qa-implementation.md
|
|
95
|
+
type: agent
|
|
96
|
+
purpose: "Validate implementation against specifications — tests, SAST, code review"
|
|
97
|
+
keywords: [qa, implementation, tests, sast, code-review]
|
|
98
|
+
dependencies: [qa-gate-template, implementation-gate, session-schema]
|
|
99
|
+
adaptability: 0.3
|
|
100
|
+
|
|
101
|
+
dev:
|
|
102
|
+
path: chati.dev/agents/build/dev.md
|
|
103
|
+
type: agent
|
|
104
|
+
purpose: "Implement features following task specifications and architecture decisions"
|
|
105
|
+
keywords: [development, implementation, coding, features]
|
|
106
|
+
dependencies: [session-schema]
|
|
107
|
+
adaptability: 0.5
|
|
108
|
+
|
|
109
|
+
devops:
|
|
110
|
+
path: chati.dev/agents/deploy/devops.md
|
|
111
|
+
type: agent
|
|
112
|
+
purpose: "Deploy, configure CI/CD, manage infrastructure and releases"
|
|
113
|
+
keywords: [deploy, cicd, infrastructure, releases, git]
|
|
114
|
+
dependencies: [session-schema]
|
|
115
|
+
adaptability: 0.4
|
|
116
|
+
|
|
117
|
+
templates:
|
|
118
|
+
prd:
|
|
119
|
+
path: chati.dev/templates/prd-tmpl.yaml
|
|
120
|
+
type: template
|
|
121
|
+
purpose: "Product Requirements Document template for greenfield projects"
|
|
122
|
+
keywords: [prd, requirements, document, greenfield]
|
|
123
|
+
dependencies: []
|
|
124
|
+
adaptability: 0.6
|
|
125
|
+
|
|
126
|
+
brownfield-prd:
|
|
127
|
+
path: chati.dev/templates/brownfield-prd-tmpl.yaml
|
|
128
|
+
type: template
|
|
129
|
+
purpose: "PRD template adapted for brownfield projects with existing codebase analysis"
|
|
130
|
+
keywords: [prd, brownfield, existing, codebase]
|
|
131
|
+
dependencies: []
|
|
132
|
+
adaptability: 0.6
|
|
133
|
+
|
|
134
|
+
fullstack-architecture:
|
|
135
|
+
path: chati.dev/templates/fullstack-architecture-tmpl.yaml
|
|
136
|
+
type: template
|
|
137
|
+
purpose: "Architecture document template for full-stack applications"
|
|
138
|
+
keywords: [architecture, fullstack, system-design, technology]
|
|
139
|
+
dependencies: []
|
|
140
|
+
adaptability: 0.7
|
|
141
|
+
|
|
142
|
+
task:
|
|
143
|
+
path: chati.dev/templates/task-tmpl.yaml
|
|
144
|
+
type: template
|
|
145
|
+
purpose: "Task template with acceptance criteria in Given-When-Then format"
|
|
146
|
+
keywords: [task, acceptance-criteria, given-when-then]
|
|
147
|
+
dependencies: []
|
|
148
|
+
adaptability: 0.7
|
|
149
|
+
|
|
150
|
+
qa-gate:
|
|
151
|
+
path: chati.dev/templates/qa-gate-tmpl.yaml
|
|
152
|
+
type: template
|
|
153
|
+
purpose: "Quality gate report template for QA agents"
|
|
154
|
+
keywords: [qa, gate, report, validation]
|
|
155
|
+
dependencies: []
|
|
156
|
+
adaptability: 0.6
|
|
157
|
+
|
|
158
|
+
workflows:
|
|
159
|
+
greenfield-fullstack:
|
|
160
|
+
path: chati.dev/workflows/greenfield-fullstack.yaml
|
|
161
|
+
type: workflow
|
|
162
|
+
purpose: "Full pipeline for new greenfield fullstack projects"
|
|
163
|
+
keywords: [greenfield, fullstack, pipeline, complete]
|
|
164
|
+
dependencies: [orchestrator]
|
|
165
|
+
adaptability: 0.3
|
|
166
|
+
|
|
167
|
+
brownfield-discovery:
|
|
168
|
+
path: chati.dev/workflows/brownfield-discovery.yaml
|
|
169
|
+
type: workflow
|
|
170
|
+
purpose: "Deep discovery workflow for existing codebases"
|
|
171
|
+
keywords: [brownfield, discovery, analysis, existing]
|
|
172
|
+
dependencies: [orchestrator, brownfield-wu]
|
|
173
|
+
adaptability: 0.4
|
|
174
|
+
|
|
175
|
+
brownfield-fullstack:
|
|
176
|
+
path: chati.dev/workflows/brownfield-fullstack.yaml
|
|
177
|
+
type: workflow
|
|
178
|
+
purpose: "Full pipeline for brownfield projects after discovery"
|
|
179
|
+
keywords: [brownfield, fullstack, pipeline]
|
|
180
|
+
dependencies: [orchestrator]
|
|
181
|
+
adaptability: 0.3
|
|
182
|
+
|
|
183
|
+
brownfield-ui:
|
|
184
|
+
path: chati.dev/workflows/brownfield-ui.yaml
|
|
185
|
+
type: workflow
|
|
186
|
+
purpose: "UI-focused workflow for brownfield frontend changes"
|
|
187
|
+
keywords: [brownfield, ui, frontend, interface]
|
|
188
|
+
dependencies: [orchestrator]
|
|
189
|
+
adaptability: 0.5
|
|
190
|
+
|
|
191
|
+
brownfield-service:
|
|
192
|
+
path: chati.dev/workflows/brownfield-service.yaml
|
|
193
|
+
type: workflow
|
|
194
|
+
purpose: "Service-focused workflow for brownfield backend changes"
|
|
195
|
+
keywords: [brownfield, service, backend, api]
|
|
196
|
+
dependencies: [orchestrator]
|
|
197
|
+
adaptability: 0.5
|
|
198
|
+
|
|
199
|
+
schemas:
|
|
200
|
+
session:
|
|
201
|
+
path: chati.dev/schemas/session.schema.json
|
|
202
|
+
type: schema
|
|
203
|
+
purpose: "JSON schema for .chati/session.yaml runtime state"
|
|
204
|
+
keywords: [session, state, validation, runtime]
|
|
205
|
+
dependencies: []
|
|
206
|
+
adaptability: 0.2
|
|
207
|
+
|
|
208
|
+
config:
|
|
209
|
+
path: chati.dev/schemas/config.schema.json
|
|
210
|
+
type: schema
|
|
211
|
+
purpose: "JSON schema for chati.dev/config.yaml system configuration"
|
|
212
|
+
keywords: [config, validation, installation]
|
|
213
|
+
dependencies: []
|
|
214
|
+
adaptability: 0.2
|
|
215
|
+
|
|
216
|
+
context:
|
|
217
|
+
path: chati.dev/schemas/context.schema.json
|
|
218
|
+
type: schema
|
|
219
|
+
purpose: "JSON schema for <chati-context> block structure"
|
|
220
|
+
keywords: [context, bracket, injection, validation]
|
|
221
|
+
dependencies: []
|
|
222
|
+
adaptability: 0.2
|
|
223
|
+
|
|
224
|
+
memory:
|
|
225
|
+
path: chati.dev/schemas/memory.schema.json
|
|
226
|
+
type: schema
|
|
227
|
+
purpose: "JSON schema for memory entry frontmatter"
|
|
228
|
+
keywords: [memory, entry, validation, frontmatter]
|
|
229
|
+
dependencies: []
|
|
230
|
+
adaptability: 0.2
|
|
231
|
+
|
|
232
|
+
task:
|
|
233
|
+
path: chati.dev/schemas/task.schema.json
|
|
234
|
+
type: schema
|
|
235
|
+
purpose: "JSON schema for task definitions with acceptance criteria"
|
|
236
|
+
keywords: [task, criteria, given-when-then, validation]
|
|
237
|
+
dependencies: []
|
|
238
|
+
adaptability: 0.2
|
|
239
|
+
|
|
240
|
+
governance:
|
|
241
|
+
constitution:
|
|
242
|
+
path: chati.dev/constitution.md
|
|
243
|
+
type: governance
|
|
244
|
+
purpose: "15 Articles + Preamble governing all agent behavior"
|
|
245
|
+
keywords: [constitution, governance, rules, articles, enforcement]
|
|
246
|
+
dependencies: []
|
|
247
|
+
adaptability: 0.1
|
|
248
|
+
|
|
249
|
+
intelligence:
|
|
250
|
+
context-engine:
|
|
251
|
+
path: chati.dev/intelligence/context-engine.md
|
|
252
|
+
type: intelligence
|
|
253
|
+
purpose: "Bracket-aware context management — 4 brackets, 5 injection layers, recovery"
|
|
254
|
+
keywords: [context, brackets, injection, layers, recovery, compaction]
|
|
255
|
+
dependencies: [memory-layer, constitution]
|
|
256
|
+
adaptability: 0.3
|
|
257
|
+
|
|
258
|
+
memory-layer:
|
|
259
|
+
path: chati.dev/intelligence/memory-layer.md
|
|
260
|
+
type: intelligence
|
|
261
|
+
purpose: "Persistent knowledge across sessions — capture, storage, retrieval, scoring"
|
|
262
|
+
keywords: [memory, persistence, knowledge, sectors, attention, scoring]
|
|
263
|
+
dependencies: [context-engine]
|
|
264
|
+
adaptability: 0.3
|
|
265
|
+
|
|
266
|
+
decision-engine:
|
|
267
|
+
path: chati.dev/intelligence/decision-engine.md
|
|
268
|
+
type: intelligence
|
|
269
|
+
purpose: "Entity tracking and reuse optimization — REUSE/ADAPT/CREATE decisions"
|
|
270
|
+
keywords: [decision, reuse, adapt, create, similarity, registry]
|
|
271
|
+
dependencies: [entity-registry]
|
|
272
|
+
adaptability: 0.3
|
|
273
|
+
|
|
274
|
+
confidence:
|
|
275
|
+
path: chati.dev/intelligence/confidence.yaml
|
|
276
|
+
type: intelligence
|
|
277
|
+
purpose: "Confidence thresholds and scoring rules for agent decisions"
|
|
278
|
+
keywords: [confidence, thresholds, scoring, decisions]
|
|
279
|
+
dependencies: []
|
|
280
|
+
adaptability: 0.5
|
|
281
|
+
|
|
282
|
+
patterns:
|
|
283
|
+
path: chati.dev/intelligence/patterns.yaml
|
|
284
|
+
type: intelligence
|
|
285
|
+
purpose: "Validated development patterns and best practices"
|
|
286
|
+
keywords: [patterns, best-practices, validated, development]
|
|
287
|
+
dependencies: []
|
|
288
|
+
adaptability: 0.7
|
|
289
|
+
|
|
290
|
+
gotchas:
|
|
291
|
+
path: chati.dev/intelligence/gotchas.yaml
|
|
292
|
+
type: intelligence
|
|
293
|
+
purpose: "Known pitfalls and gotchas to avoid during development"
|
|
294
|
+
keywords: [gotchas, pitfalls, warnings, avoid]
|
|
295
|
+
dependencies: []
|
|
296
|
+
adaptability: 0.7
|
|
297
|
+
|
|
298
|
+
quality-gates:
|
|
299
|
+
planning-gate:
|
|
300
|
+
path: chati.dev/quality-gates/planning-gate.md
|
|
301
|
+
type: governance
|
|
302
|
+
purpose: "Quality gate criteria for QA-Planning validation"
|
|
303
|
+
keywords: [quality, gate, planning, traceability, validation]
|
|
304
|
+
dependencies: [qa-planning]
|
|
305
|
+
adaptability: 0.3
|
|
306
|
+
|
|
307
|
+
implementation-gate:
|
|
308
|
+
path: chati.dev/quality-gates/implementation-gate.md
|
|
309
|
+
type: governance
|
|
310
|
+
purpose: "Quality gate criteria for QA-Implementation validation"
|
|
311
|
+
keywords: [quality, gate, implementation, tests, sast]
|
|
312
|
+
dependencies: [qa-implementation]
|
|
313
|
+
adaptability: 0.3
|
|
314
|
+
|
|
315
|
+
frameworks:
|
|
316
|
+
quality-dimensions:
|
|
317
|
+
path: chati.dev/frameworks/quality-dimensions.yaml
|
|
318
|
+
type: framework
|
|
319
|
+
purpose: "Multi-dimensional quality assessment framework"
|
|
320
|
+
keywords: [quality, dimensions, assessment, measurement]
|
|
321
|
+
dependencies: []
|
|
322
|
+
adaptability: 0.4
|
|
323
|
+
|
|
324
|
+
decision-heuristics:
|
|
325
|
+
path: chati.dev/frameworks/decision-heuristics.yaml
|
|
326
|
+
type: framework
|
|
327
|
+
purpose: "Heuristic rules for agent decision-making"
|
|
328
|
+
keywords: [heuristics, decisions, rules, agents]
|
|
329
|
+
dependencies: []
|
|
330
|
+
adaptability: 0.5
|
|
331
|
+
|
|
332
|
+
patterns:
|
|
333
|
+
elicitation:
|
|
334
|
+
path: chati.dev/patterns/elicitation.md
|
|
335
|
+
type: framework
|
|
336
|
+
purpose: "Elicitation patterns for requirements gathering"
|
|
337
|
+
keywords: [elicitation, requirements, gathering, patterns, interview]
|
|
338
|
+
dependencies: [brief]
|
|
339
|
+
adaptability: 0.6
|
|
340
|
+
|
|
341
|
+
i18n:
|
|
342
|
+
en:
|
|
343
|
+
path: chati.dev/i18n/en.yaml
|
|
344
|
+
type: framework
|
|
345
|
+
purpose: "English language strings for installer and CLI"
|
|
346
|
+
keywords: [i18n, english, translation, strings]
|
|
347
|
+
dependencies: []
|
|
348
|
+
adaptability: 0.8
|
|
349
|
+
|
|
350
|
+
pt:
|
|
351
|
+
path: chati.dev/i18n/pt.yaml
|
|
352
|
+
type: framework
|
|
353
|
+
purpose: "Portuguese language strings for installer and CLI"
|
|
354
|
+
keywords: [i18n, portuguese, translation, strings]
|
|
355
|
+
dependencies: []
|
|
356
|
+
adaptability: 0.8
|
|
357
|
+
|
|
358
|
+
es:
|
|
359
|
+
path: chati.dev/i18n/es.yaml
|
|
360
|
+
type: framework
|
|
361
|
+
purpose: "Spanish language strings for installer and CLI"
|
|
362
|
+
keywords: [i18n, spanish, translation, strings]
|
|
363
|
+
dependencies: []
|
|
364
|
+
adaptability: 0.8
|
|
365
|
+
|
|
366
|
+
fr:
|
|
367
|
+
path: chati.dev/i18n/fr.yaml
|
|
368
|
+
type: framework
|
|
369
|
+
purpose: "French language strings for installer and CLI"
|
|
370
|
+
keywords: [i18n, french, translation, strings]
|
|
371
|
+
dependencies: []
|
|
372
|
+
adaptability: 0.8
|
|
373
|
+
|
|
374
|
+
migrations:
|
|
375
|
+
v1.0-to-v1.1:
|
|
376
|
+
path: chati.dev/migrations/v1.0-to-v1.1.yaml
|
|
377
|
+
type: framework
|
|
378
|
+
purpose: "Migration script from v1.0 to v1.1"
|
|
379
|
+
keywords: [migration, upgrade, v1.0, v1.1]
|
|
380
|
+
dependencies: [config]
|
|
381
|
+
adaptability: 0.3
|
|
382
|
+
|
|
383
|
+
data:
|
|
384
|
+
entity-registry:
|
|
385
|
+
path: chati.dev/data/entity-registry.yaml
|
|
386
|
+
type: framework
|
|
387
|
+
purpose: "Central catalog of all system artifacts (this file)"
|
|
388
|
+
keywords: [registry, catalog, entities, artifacts]
|
|
389
|
+
dependencies: []
|
|
390
|
+
adaptability: 0.4
|
|
391
|
+
|
|
392
|
+
config:
|
|
393
|
+
config:
|
|
394
|
+
path: chati.dev/config.yaml
|
|
395
|
+
type: framework
|
|
396
|
+
purpose: "System configuration — version, installation metadata"
|
|
397
|
+
keywords: [config, version, installation, settings]
|
|
398
|
+
dependencies: [config-schema]
|
|
399
|
+
adaptability: 0.3
|
package/framework/i18n/en.yaml
CHANGED
|
@@ -21,15 +21,15 @@ installer:
|
|
|
21
21
|
agents_count: "13 agent definitions (CLARITY, BUILD, DEPLOY phases)"
|
|
22
22
|
workflows_count: "5 workflow blueprints"
|
|
23
23
|
templates_count: "5 templates (PRD, Brownfield PRD, Architecture, Task, QA Gate)"
|
|
24
|
-
constitution: "Constitution (
|
|
24
|
+
constitution: "Constitution (15 Articles + Preamble)"
|
|
25
25
|
session_mgmt: "Session management system"
|
|
26
26
|
quality_gates: "Quality gates (4-tier validation)"
|
|
27
27
|
proceed: "Proceed with installation?"
|
|
28
28
|
installing: "Installing chati.dev..."
|
|
29
29
|
created_chati: "Created .chati/ session directory"
|
|
30
|
-
created_framework: "Created chati.dev/
|
|
30
|
+
created_framework: "Created chati.dev/ system directory (agents, templates, workflows)"
|
|
31
31
|
created_commands: "Created .claude/commands/ (thin router)"
|
|
32
|
-
installed_constitution: "Installed Constitution (Articles I-
|
|
32
|
+
installed_constitution: "Installed Constitution (Articles I-XV)"
|
|
33
33
|
created_session: "Created session.yaml schema"
|
|
34
34
|
created_claude_md: "Created CLAUDE.md"
|
|
35
35
|
configured_mcps: "Configured MCPs:"
|
|
@@ -37,7 +37,12 @@ installer:
|
|
|
37
37
|
agents_valid: "All 13 agents implement 8 protocols"
|
|
38
38
|
handoff_ok: "Handoff protocol: OK"
|
|
39
39
|
validation_ok: "Self-validation criteria: OK"
|
|
40
|
-
constitution_ok: "Constitution:
|
|
40
|
+
constitution_ok: "Constitution: 15 articles verified"
|
|
41
|
+
created_memories: "Created .chati/memories/ (Memory Layer)"
|
|
42
|
+
installed_intelligence: "Installed Intelligence Layer (Context Engine, Memory, Registry)"
|
|
43
|
+
intelligence_valid: "Intelligence: 6 spec files verified"
|
|
44
|
+
registry_valid: "Entity Registry: valid"
|
|
45
|
+
memories_valid: "Memory directory tree: valid"
|
|
41
46
|
session_ok: "Session schema: valid"
|
|
42
47
|
success: "chati.dev installed successfully!"
|
|
43
48
|
quick_start_title: "Quick Start"
|
package/framework/i18n/es.yaml
CHANGED
|
@@ -21,15 +21,15 @@ installer:
|
|
|
21
21
|
agents_count: "13 definiciones de agentes (fases CLARITY, BUILD, DEPLOY)"
|
|
22
22
|
workflows_count: "5 blueprints de workflow"
|
|
23
23
|
templates_count: "5 templates (PRD, PRD Brownfield, Arquitectura, Task, QA Gate)"
|
|
24
|
-
constitution: "Constitucion (
|
|
24
|
+
constitution: "Constitucion (15 Articulos + Preambulo)"
|
|
25
25
|
session_mgmt: "Sistema de gestion de sesion"
|
|
26
26
|
quality_gates: "Quality gates (validacion en 4 capas)"
|
|
27
27
|
proceed: "Proceder con la instalacion?"
|
|
28
28
|
installing: "Instalando chati.dev..."
|
|
29
29
|
created_chati: "Creado directorio de sesion .chati/"
|
|
30
|
-
created_framework: "Creado directorio del
|
|
30
|
+
created_framework: "Creado directorio del sistema chati.dev/ (agentes, templates, workflows)"
|
|
31
31
|
created_commands: "Creado .claude/commands/ (enrutador)"
|
|
32
|
-
installed_constitution: "Instalada Constitucion (Articulos I-
|
|
32
|
+
installed_constitution: "Instalada Constitucion (Articulos I-XV)"
|
|
33
33
|
created_session: "Creado schema session.yaml"
|
|
34
34
|
created_claude_md: "Creado CLAUDE.md"
|
|
35
35
|
configured_mcps: "MCPs configurados:"
|
|
@@ -37,7 +37,12 @@ installer:
|
|
|
37
37
|
agents_valid: "Los 13 agentes implementan 8 protocolos"
|
|
38
38
|
handoff_ok: "Protocolo de handoff: OK"
|
|
39
39
|
validation_ok: "Criterios de auto-validacion: OK"
|
|
40
|
-
constitution_ok: "Constitucion:
|
|
40
|
+
constitution_ok: "Constitucion: 15 articulos verificados"
|
|
41
|
+
created_memories: "Creado .chati/memories/ (Memory Layer)"
|
|
42
|
+
installed_intelligence: "Instalada Intelligence Layer (Context Engine, Memory, Registry)"
|
|
43
|
+
intelligence_valid: "Intelligence: 6 archivos de spec verificados"
|
|
44
|
+
registry_valid: "Entity Registry: valido"
|
|
45
|
+
memories_valid: "Arbol de directorios de memoria: valido"
|
|
41
46
|
session_ok: "Schema de sesion: valido"
|
|
42
47
|
success: "chati.dev instalado con exito!"
|
|
43
48
|
quick_start_title: "Inicio Rapido"
|
package/framework/i18n/fr.yaml
CHANGED
|
@@ -21,15 +21,15 @@ installer:
|
|
|
21
21
|
agents_count: "13 definitions d'agents (phases CLARITY, BUILD, DEPLOY)"
|
|
22
22
|
workflows_count: "5 blueprints de workflow"
|
|
23
23
|
templates_count: "5 templates (PRD, PRD Brownfield, Architecture, Task, QA Gate)"
|
|
24
|
-
constitution: "Constitution (
|
|
24
|
+
constitution: "Constitution (15 Articles + Preambule)"
|
|
25
25
|
session_mgmt: "Systeme de gestion de session"
|
|
26
26
|
quality_gates: "Quality gates (validation en 4 couches)"
|
|
27
27
|
proceed: "Proceder a l'installation?"
|
|
28
28
|
installing: "Installation de chati.dev..."
|
|
29
29
|
created_chati: "Cree le repertoire de session .chati/"
|
|
30
|
-
created_framework: "Cree le repertoire du
|
|
30
|
+
created_framework: "Cree le repertoire du systeme chati.dev/ (agents, templates, workflows)"
|
|
31
31
|
created_commands: "Cree .claude/commands/ (routeur)"
|
|
32
|
-
installed_constitution: "Installee la Constitution (Articles I-
|
|
32
|
+
installed_constitution: "Installee la Constitution (Articles I-XV)"
|
|
33
33
|
created_session: "Cree le schema session.yaml"
|
|
34
34
|
created_claude_md: "Cree CLAUDE.md"
|
|
35
35
|
configured_mcps: "MCPs configures:"
|
|
@@ -37,7 +37,12 @@ installer:
|
|
|
37
37
|
agents_valid: "Les 13 agents implementent 8 protocoles"
|
|
38
38
|
handoff_ok: "Protocole de passation: OK"
|
|
39
39
|
validation_ok: "Criteres d'auto-validation: OK"
|
|
40
|
-
constitution_ok: "Constitution:
|
|
40
|
+
constitution_ok: "Constitution: 15 articles verifies"
|
|
41
|
+
created_memories: "Cree .chati/memories/ (Memory Layer)"
|
|
42
|
+
installed_intelligence: "Installee Intelligence Layer (Context Engine, Memory, Registry)"
|
|
43
|
+
intelligence_valid: "Intelligence: 6 fichiers de spec verifies"
|
|
44
|
+
registry_valid: "Entity Registry: valide"
|
|
45
|
+
memories_valid: "Arborescence de memoire: valide"
|
|
41
46
|
session_ok: "Schema de session: valide"
|
|
42
47
|
success: "chati.dev installe avec succes!"
|
|
43
48
|
quick_start_title: "Demarrage Rapide"
|
package/framework/i18n/pt.yaml
CHANGED
|
@@ -21,15 +21,15 @@ installer:
|
|
|
21
21
|
agents_count: "13 definicoes de agentes (fases CLARITY, BUILD, DEPLOY)"
|
|
22
22
|
workflows_count: "5 blueprints de workflow"
|
|
23
23
|
templates_count: "5 templates (PRD, PRD Brownfield, Arquitetura, Task, QA Gate)"
|
|
24
|
-
constitution: "Constituicao (
|
|
24
|
+
constitution: "Constituicao (15 Artigos + Preambulo)"
|
|
25
25
|
session_mgmt: "Sistema de gerenciamento de sessao"
|
|
26
26
|
quality_gates: "Quality gates (validacao em 4 camadas)"
|
|
27
27
|
proceed: "Prosseguir com a instalacao?"
|
|
28
28
|
installing: "Instalando chati.dev..."
|
|
29
29
|
created_chati: "Criado diretorio de sessao .chati/"
|
|
30
|
-
created_framework: "Criado diretorio do
|
|
30
|
+
created_framework: "Criado diretorio do sistema chati.dev/ (agentes, templates, workflows)"
|
|
31
31
|
created_commands: "Criado .claude/commands/ (roteador)"
|
|
32
|
-
installed_constitution: "Instalada Constituicao (Artigos I-
|
|
32
|
+
installed_constitution: "Instalada Constituicao (Artigos I-XV)"
|
|
33
33
|
created_session: "Criado schema session.yaml"
|
|
34
34
|
created_claude_md: "Criado CLAUDE.md"
|
|
35
35
|
configured_mcps: "MCPs configurados:"
|
|
@@ -37,7 +37,12 @@ installer:
|
|
|
37
37
|
agents_valid: "Todos os 13 agentes implementam 8 protocolos"
|
|
38
38
|
handoff_ok: "Protocolo de handoff: OK"
|
|
39
39
|
validation_ok: "Criterios de auto-validacao: OK"
|
|
40
|
-
constitution_ok: "Constituicao:
|
|
40
|
+
constitution_ok: "Constituicao: 15 artigos verificados"
|
|
41
|
+
created_memories: "Criado .chati/memories/ (Memory Layer)"
|
|
42
|
+
installed_intelligence: "Instalada Intelligence Layer (Context Engine, Memory, Registry)"
|
|
43
|
+
intelligence_valid: "Intelligence: 6 arquivos de spec verificados"
|
|
44
|
+
registry_valid: "Entity Registry: valido"
|
|
45
|
+
memories_valid: "Arvore de diretorios de memoria: valida"
|
|
41
46
|
session_ok: "Schema de sessao: valido"
|
|
42
47
|
success: "chati.dev instalado com sucesso!"
|
|
43
48
|
quick_start_title: "Inicio Rapido"
|