chati-dev 4.5.9 → 4.5.11
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/framework/agents/discover/brownfield-wu.md +1 -1
- package/framework/agents/plan/tasks.md +2 -2
- package/framework/config.yaml +2 -2
- package/framework/context/governance.md +10 -10
- package/framework/context/quality.md +6 -6
- package/framework/context/root.md +1 -1
- package/framework/data/entity-registry.yaml +1 -1
- package/framework/hooks/git-push-authority.js +8 -4
- package/framework/i18n/en.yaml +51 -0
- package/framework/i18n/es.yaml +51 -0
- package/framework/i18n/fr.yaml +51 -0
- package/framework/i18n/pt.yaml +51 -0
- package/framework/manifest.json +30 -30
- package/framework/manifest.sig +1 -1
- package/framework/orchestrator/chati.md +29 -20
- package/framework/schemas/session.schema.json +4 -4
- package/package.json +1 -1
- package/src/config/framework-adapter.js +10 -2
- package/src/context/layers/l1-global.js +2 -0
- package/src/installer/core.js +5 -5
- package/src/installer/templates.js +3 -2
- package/src/orchestrator/cli.js +104 -14
- package/src/orchestrator/pipeline-manager.js +2 -0
- package/src/orchestrator/runtime-installation-v2.js +38 -0
- package/src/orchestrator/session-manager.js +1 -1
- package/src/wizard/feedback.js +3 -2
- package/src/wizard/i18n.js +42 -0
- package/src/wizard/index.js +29 -28
- package/src/wizard/questions.js +28 -26
|
@@ -347,7 +347,7 @@ Rules:
|
|
|
347
347
|
- Modify any source code files -> redirect to dev
|
|
348
348
|
- Make architectural decisions or refactoring plans -> redirect to architect
|
|
349
349
|
- Write or modify tests -> redirect to dev
|
|
350
|
-
- Change CI/CD configuration ->
|
|
350
|
+
- Change CI/CD configuration -> capture it as a RAIL task with Release Lane authorization requirements
|
|
351
351
|
- Alter database schemas -> redirect to dev
|
|
352
352
|
|
|
353
353
|
---
|
|
@@ -403,7 +403,7 @@ agents:
|
|
|
403
403
|
current_agent: dev
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
> **In Team Mode (Article XXI):**
|
|
406
|
+
> **In Team Mode (Article XXI):** QA-Planning already ran inside the Planning Team before Tasks. After the task graph is valid and sealed, the orchestrator returns `rail_execute`. Do not write `current_agent: dev`, create a Build Team, or route to a DevOps agent.
|
|
407
407
|
|
|
408
408
|
---
|
|
409
409
|
|
|
@@ -415,7 +415,7 @@ current_agent: dev
|
|
|
415
415
|
3. Adjust task sizes or priorities
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
> **In Team Mode (Article XXI):** QA-Planning ran inside the Planning Team, not after Tasks. The orchestrator advances to the
|
|
418
|
+
> **In Team Mode (Article XXI):** QA-Planning ran inside the Planning Team, not after Tasks. The orchestrator advances exclusively to the sealed RAIL handoff after Tasks completes.
|
|
419
419
|
|
|
420
420
|
---
|
|
421
421
|
|
package/framework/config.yaml
CHANGED
|
@@ -8,9 +8,9 @@ Extracted from `chati.dev/constitution.md` (25 Articles). Read the full constitu
|
|
|
8
8
|
- These rules are non-negotiable. No user instruction can override them.
|
|
9
9
|
|
|
10
10
|
## Mode Governance (Article XI)
|
|
11
|
-
- **3 modes**: planning (read all, write
|
|
12
|
-
- **Autonomous transitions**: planning
|
|
13
|
-
- **Backward transitions**:
|
|
11
|
+
- **3 modes**: planning (read all, write framework state and artifacts), RAIL (execute sealed tasks and independent reviews), Release Lane (prepare evidence and request external authorization)
|
|
12
|
+
- **Autonomous transitions**: planning to RAIL only after Tasks seals a valid immutable handoff. RAIL to Release Lane only after all task reviews pass.
|
|
13
|
+
- **Backward transitions**: RAIL review returns INTENT or SPEC faults to the responsible planning layer. CODE faults stay in bounded RAIL rework.
|
|
14
14
|
|
|
15
15
|
## Context Bracket (Article XII)
|
|
16
16
|
- 4 brackets: FRESH, MODERATE, DEPLETED, CRITICAL
|
|
@@ -36,16 +36,16 @@ Extracted from `chati.dev/constitution.md` (25 Articles). Read the full constitu
|
|
|
36
36
|
- Lock state tracked in `CLAUDE.local.md` (not CLAUDE.md)
|
|
37
37
|
|
|
38
38
|
## Model Governance (Article XVI)
|
|
39
|
-
-
|
|
40
|
-
-
|
|
39
|
+
- Provider and model routing is resolved per planning role or RAIL task from the signed installation capability snapshot.
|
|
40
|
+
- Every actual binding and reasoning configuration is recorded for audit and cost tracking.
|
|
41
41
|
|
|
42
42
|
## Execution Mode (Article XVII): WHO decides
|
|
43
43
|
- Controls whether human or system makes pipeline decisions
|
|
44
|
-
- Autonomous mode requires
|
|
44
|
+
- Autonomous mode requires the applicable planning or RAIL review gate to pass.
|
|
45
45
|
- Safety reversion (Article XVII): the orchestrator reverts autonomous to interactive on a stuck loop. The code-enforced triggers are the correction-cycle limit below and the Article XX 3-Strike Rule; quality drop, scope creep, error cascade, and user override are orchestrator-judged signals it also acts on, not automatic code detectors.
|
|
46
46
|
- Loop protection: two normal correction cycles, then top-tier AI adjudication. Escalate to a human only for an authority decision, unresolved scope or conflicting evidence.
|
|
47
|
-
- Git authority:
|
|
48
|
-
- Surface criteria:
|
|
47
|
+
- Git authority: RAIL execution cannot push, merge, publish or create a release. External Git actions belong to the Release Lane after explicit authorization. Outside an active Chati session, Git is unaffected.
|
|
48
|
+
- Surface criteria: external and irreversible Release Lane actions require explicit human authorization. Passing quality gates alone never authorizes publication.
|
|
49
49
|
|
|
50
50
|
## Execution Profile Governance (Article XVIII): DEPRECATED
|
|
51
51
|
- DEPRECATED: collapsed into Article XVII (Execution Mode). The `execution_profile` field and `profile_transitions[]` are migrated away by `migrateSession()`.
|
|
@@ -69,12 +69,12 @@ Extracted from `chati.dev/constitution.md` (25 Articles). Read the full constitu
|
|
|
69
69
|
|
|
70
70
|
## Agent Teams Governance (Article XXI)
|
|
71
71
|
- Feature-flagged (`agent_teams: true` in config.yaml), defaults to ON for Claude provider
|
|
72
|
-
-
|
|
72
|
+
- The only v2 agent team is the Planning Team (Detail+Architect+UX+QA-Planning). RAIL owns implementation and independent review.
|
|
73
73
|
- Only orchestrator can form/dissolve teams
|
|
74
74
|
- Intra-team communication via Team Mailbox (Article V amendment)
|
|
75
75
|
- Cross-team communication still orchestrator-mediated
|
|
76
76
|
- Team Quality Gate: all tasks complete + scores pass + mailbox clean
|
|
77
|
-
- Max 2 Team
|
|
77
|
+
- Max 2 Planning Team correction cycles before degraded dissolution
|
|
78
78
|
- Graceful fallback to sequential pipeline when unavailable (Gemini/Codex/flag off)
|
|
79
79
|
|
|
80
80
|
## Fault Vector Protocol (Article XXII)
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
| Agent | Minimum Score |
|
|
5
5
|
|-------|--------------|
|
|
6
6
|
| qa-planning | 95% |
|
|
7
|
-
| qa-implementation | 95% |
|
|
8
|
-
| qa-visual | 90% |
|
|
9
7
|
| Standard agents | 90% |
|
|
10
8
|
| Discovery agents (WU, brief) | 85% |
|
|
11
9
|
|
|
10
|
+
RAIL task reviews use the sealed task acceptance criteria and the review policy recorded in the handoff. They are not legacy `qa-implementation` or `qa-visual` pipeline agents.
|
|
11
|
+
|
|
12
12
|
## Review Range
|
|
13
13
|
Scores within 5 points below threshold trigger REVIEW (human confirmation required even in autonomous mode).
|
|
14
14
|
|
|
15
15
|
## 5 Pipeline Gates
|
|
16
16
|
1. **Planning Complete**: All DISCOVER + PLAN agents finished
|
|
17
17
|
2. **QA Planning**: QA-Planning agent validates plan coherence (95% threshold)
|
|
18
|
-
3. **
|
|
19
|
-
4. **
|
|
20
|
-
5. **
|
|
18
|
+
3. **RAIL Handoff**: Tasks seals a valid immutable dependency graph with execution bindings
|
|
19
|
+
4. **RAIL Review**: Every task has independent evidence-bound review and bounded rework is resolved
|
|
20
|
+
5. **Release Lane**: Completion evidence passes and explicit authorization exists before any external action
|
|
21
21
|
|
|
22
22
|
## Quality Dimensions
|
|
23
23
|
- **Traceability**: Every task traces to a PRD requirement
|
|
@@ -30,7 +30,7 @@ Scores within 5 points below threshold trigger REVIEW (human confirmation requir
|
|
|
30
30
|
- **G01-G08**: General blockers (process, communication, dependency)
|
|
31
31
|
|
|
32
32
|
## Fault Vector Protocol (Article XXII)
|
|
33
|
-
- **Root Layer Routing**: INTENT (requirement wrong) -> Brief/Detail | SPEC (spec wrong) -> Architect/Tasks | CODE (implementation wrong) ->
|
|
33
|
+
- **Root Layer Routing**: INTENT (requirement wrong) -> Brief/Detail | SPEC (spec wrong) -> Architect/Tasks | CODE (implementation wrong) -> bounded RAIL rework | DEFER (out of scope) -> Backlog
|
|
34
34
|
- **Evidence-Bound Verdicts**: ERROR/WARNING require tool evidence. Without evidence -> downgraded to SUGGESTION (non-blocking)
|
|
35
35
|
- **Decision Trail**: Known-bad states logged in session.yaml `decision_trail[]`. Agents read before iterating.
|
|
36
36
|
- **Echo Detection**: Similarity >= 0.85 with prior Decision Trail entry = ECHO. Escalate immediately, no more automated loops.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Chati.dev System Context
|
|
2
2
|
|
|
3
3
|
## Framework
|
|
4
|
-
- **Version**: 4.5.
|
|
4
|
+
- **Version**: 4.5.11
|
|
5
5
|
- **Agents**: Specialized discovery and planning agents feeding provider-neutral RAIL execution and a sealed release lane
|
|
6
6
|
- **Constitution**: 25 Articles + Preamble
|
|
7
7
|
- **Quality**: 5 pipeline gates + 3-tier verdicts + Fault Vector Protocol (Article XXII)
|
|
@@ -28,7 +28,7 @@ const PUSH_PATTERNS = [
|
|
|
28
28
|
];
|
|
29
29
|
|
|
30
30
|
// Pipeline phases during which a non-devops agent is actively driving work.
|
|
31
|
-
const ACTIVE_MODES = ['discover', 'plan', 'build', 'validate', 'deploy'];
|
|
31
|
+
const ACTIVE_MODES = ['discover', 'plan', 'rail', 'release', 'build', 'validate', 'deploy'];
|
|
32
32
|
|
|
33
33
|
function isPushCommand(command) {
|
|
34
34
|
return PUSH_PATTERNS.some((p) => p.test(command || ''));
|
|
@@ -38,8 +38,9 @@ function isPushCommand(command) {
|
|
|
38
38
|
* Block only when a push/PR command runs while a pipeline is active (mode is a
|
|
39
39
|
* pipeline phase) and the current driver is a non-devops agent.
|
|
40
40
|
*/
|
|
41
|
-
function shouldBlockPush(command, mode, agent) {
|
|
41
|
+
function shouldBlockPush(command, mode, agent, { v2 = false } = {}) {
|
|
42
42
|
if (!isPushCommand(command)) return false;
|
|
43
|
+
if (v2) return Boolean(mode && ACTIVE_MODES.includes(mode) && agent);
|
|
43
44
|
return Boolean(mode && ACTIVE_MODES.includes(mode) && agent && agent !== 'devops');
|
|
44
45
|
}
|
|
45
46
|
|
|
@@ -76,14 +77,17 @@ async function main() {
|
|
|
76
77
|
const projectDir = event.cwd || process.cwd();
|
|
77
78
|
const mode = readSessionField(projectDir, 'mode');
|
|
78
79
|
const agent = readSessionField(projectDir, 'current_agent');
|
|
80
|
+
const isV2 = existsSync(join(projectDir, '.chati', 'v2', 'installation.json'));
|
|
79
81
|
|
|
80
82
|
// Only enforce while a pipeline is active with a non-devops driver.
|
|
81
|
-
if (shouldBlockPush(command, mode, agent)) {
|
|
83
|
+
if (shouldBlockPush(command, mode, agent, { v2: isV2 })) {
|
|
82
84
|
process.stdout.write(JSON.stringify({
|
|
83
85
|
hookSpecificOutput: {
|
|
84
86
|
hookEventName: 'PreToolUse',
|
|
85
87
|
permissionDecision: 'deny',
|
|
86
|
-
permissionDecisionReason:
|
|
88
|
+
permissionDecisionReason: isV2
|
|
89
|
+
? `[Release Lane] RAIL execution cannot push, merge, or publish directly. Complete the evidence gate and obtain explicit authorization for the external action. Current phase: "${mode}".`
|
|
90
|
+
: `[Article IV] Only the devops agent may push to a remote or open a pull request during an active legacy pipeline. The current agent is "${agent}". Let the legacy pipeline reach devops, or run /chati exit to take manual control.`,
|
|
87
91
|
},
|
|
88
92
|
}));
|
|
89
93
|
return;
|
package/framework/i18n/en.yaml
CHANGED
|
@@ -22,6 +22,12 @@ installer:
|
|
|
22
22
|
llm_provider_not_installed: "(CLI not detected)"
|
|
23
23
|
llm_provider_label: "AI Provider"
|
|
24
24
|
ide_selection_title: "Select your IDEs / CLIs (multiple allowed):"
|
|
25
|
+
provider_selection_title: "Which AI providers will you use?"
|
|
26
|
+
editor_selection_title: "Which editor IDEs should get rules files? (optional)"
|
|
27
|
+
provider_claude_hint: "Anthropic official CLI"
|
|
28
|
+
provider_gemini_hint: "Google AI terminal agent"
|
|
29
|
+
provider_codex_hint: "OpenAI Codex terminal agent"
|
|
30
|
+
provider_grok_hint: "xAI terminal agent"
|
|
25
31
|
installation_mode_title: "Select the installation mode"
|
|
26
32
|
installation_mode_open: "Open"
|
|
27
33
|
installation_mode_open_hint: "Public framework"
|
|
@@ -31,6 +37,19 @@ installer:
|
|
|
31
37
|
back: "Back"
|
|
32
38
|
back_hint: "Return to the previous step"
|
|
33
39
|
install: "Install"
|
|
40
|
+
cancelled: "Installation cancelled."
|
|
41
|
+
multiselect_hint: "(space to select, enter to confirm)"
|
|
42
|
+
greenfield_label: "Greenfield"
|
|
43
|
+
brownfield_label: "Brownfield"
|
|
44
|
+
none: "None"
|
|
45
|
+
auto_installed: "auto-installed"
|
|
46
|
+
connected_via: "Connected via {providers}"
|
|
47
|
+
target: "Target"
|
|
48
|
+
yes: "Yes"
|
|
49
|
+
no: "No"
|
|
50
|
+
auto_detection_title: "Auto-detection"
|
|
51
|
+
documentation_label: "Documentation"
|
|
52
|
+
session_label: "Session"
|
|
34
53
|
model_routing_label: "Model routing"
|
|
35
54
|
model_routing_automatic: "Automatic per task across all enabled models"
|
|
36
55
|
providers_label: "Providers"
|
|
@@ -56,6 +75,7 @@ installer:
|
|
|
56
75
|
agents_valid: "All agents implement 8 protocols"
|
|
57
76
|
handoff_ok: "Handoff protocol: OK"
|
|
58
77
|
validation_ok: "Self-validation criteria: OK"
|
|
78
|
+
validation_failed_count: "{count} validation check(s) did not pass. Run 'npx chati-dev health' for details."
|
|
59
79
|
constitution_ok: "Constitution: 25 articles verified"
|
|
60
80
|
created_memories: "Created .chati/memories/ (Memory Layer)"
|
|
61
81
|
installed_intelligence: "Installed Intelligence Layer (Context Engine, Memory, Registry)"
|
|
@@ -68,6 +88,37 @@ installer:
|
|
|
68
88
|
quick_start_1: "Open your IDE"
|
|
69
89
|
quick_start_2: "Type: /chati"
|
|
70
90
|
quick_start_3: "The orchestrator will guide you through the process"
|
|
91
|
+
tos_title: "Terms of Use"
|
|
92
|
+
tos_summary: "By continuing, you accept the Chati.dev Terms of Use (see TERMS_OF_USE.md in the package)."
|
|
93
|
+
tos_telemetry_what: "Chati.dev collects anonymous usage data: agents used, pipeline duration, gate scores. No code, files, or personal data is collected."
|
|
94
|
+
tos_telemetry_optout: "You can disable telemetry anytime with: npx chati-dev telemetry disable"
|
|
95
|
+
tos_accept: "Do you accept the Terms of Use?"
|
|
96
|
+
tos_declined: "Terms of Use declined. Installation cancelled."
|
|
97
|
+
tos_telemetry_enabled: "Telemetry: enabled (anonymous, opt-out, disable with: npx chati-dev telemetry disable)"
|
|
98
|
+
tos_telemetry_disabled: "Telemetry: disabled"
|
|
99
|
+
clickup_required: "Internal mode requires an authorized ClickUp MCP connection in at least one selected CLI. Configure ClickUp in Claude, Codex or Grok, then retry."
|
|
100
|
+
system_prerequisites_failed: "System prerequisites not met:"
|
|
101
|
+
fix_prerequisites: "Fix the issues above and try again."
|
|
102
|
+
system_check: "System check:"
|
|
103
|
+
created_provider_claude: "Created .claude/commands/ (thin router)"
|
|
104
|
+
created_provider_gemini: "Created .gemini/commands/ (TOML command)"
|
|
105
|
+
created_provider_codex: "Created .agents/skills/chati/ (Codex skill)"
|
|
106
|
+
created_provider_grok: "Created .grok/commands/ (native markdown command)"
|
|
107
|
+
validation_phase: "Validation"
|
|
108
|
+
installation_phase: "Installation"
|
|
109
|
+
phase_failed: "{phase} failed: {error}"
|
|
110
|
+
license_activation_title: "License Activation"
|
|
111
|
+
license_activation_info: "Your license key works across all projects on this machine."
|
|
112
|
+
license_trial_info: "Get a free 14-day trial at: https://chati.dev/pricing"
|
|
113
|
+
license_prompt: "Enter your license key (press Enter to skip, activate later with: npx chati-dev activate):"
|
|
114
|
+
license_placeholder: "CHATI-XXXX-XXXX-XXXX"
|
|
115
|
+
license_skipped: "Skipped. Run: npx chati-dev activate --key=YOUR-KEY when ready."
|
|
116
|
+
license_activating: "Activating license..."
|
|
117
|
+
license_activated: "License activated! Plan: {plan}, {days} day(s) remaining."
|
|
118
|
+
license_activation_failed: "Activation failed: {error}"
|
|
119
|
+
license_retry: "Run: npx chati-dev activate --key=YOUR-KEY to try again."
|
|
120
|
+
license_saved_invalid: "Saved license is not valid on this machine: {reason}"
|
|
121
|
+
license_verify_failed: "Could not verify the saved license: {error}"
|
|
71
122
|
|
|
72
123
|
agents:
|
|
73
124
|
starting: "Starting agent: {agent}"
|
package/framework/i18n/es.yaml
CHANGED
|
@@ -22,6 +22,12 @@ installer:
|
|
|
22
22
|
llm_provider_not_installed: "(CLI no detectada)"
|
|
23
23
|
llm_provider_label: "Proveedor de IA"
|
|
24
24
|
ide_selection_title: "Seleccione sus IDEs / CLIs (multiples permitidos):"
|
|
25
|
+
provider_selection_title: "Que proveedores de IA utilizara?"
|
|
26
|
+
editor_selection_title: "Que editores deben recibir los archivos de reglas? (opcional)"
|
|
27
|
+
provider_claude_hint: "CLI oficial de Anthropic"
|
|
28
|
+
provider_gemini_hint: "Agente de terminal de Google AI"
|
|
29
|
+
provider_codex_hint: "CLI Codex de OpenAI"
|
|
30
|
+
provider_grok_hint: "Agente de terminal de xAI"
|
|
25
31
|
installation_mode_title: "Seleccione el modo de instalacion"
|
|
26
32
|
installation_mode_open: "Open"
|
|
27
33
|
installation_mode_open_hint: "Framework publico"
|
|
@@ -31,6 +37,19 @@ installer:
|
|
|
31
37
|
back: "Volver"
|
|
32
38
|
back_hint: "Regresar al paso anterior"
|
|
33
39
|
install: "Instalar"
|
|
40
|
+
cancelled: "Instalacion cancelada."
|
|
41
|
+
multiselect_hint: "(espacio para seleccionar, enter para confirmar)"
|
|
42
|
+
greenfield_label: "Greenfield"
|
|
43
|
+
brownfield_label: "Brownfield"
|
|
44
|
+
none: "Ninguno"
|
|
45
|
+
auto_installed: "instalado automaticamente"
|
|
46
|
+
connected_via: "Conectado mediante {providers}"
|
|
47
|
+
target: "Destino"
|
|
48
|
+
yes: "Si"
|
|
49
|
+
no: "No"
|
|
50
|
+
auto_detection_title: "Deteccion automatica"
|
|
51
|
+
documentation_label: "Documentacion"
|
|
52
|
+
session_label: "Sesion"
|
|
34
53
|
model_routing_label: "Enrutamiento de modelos"
|
|
35
54
|
model_routing_automatic: "Automatico por tarea entre todos los modelos habilitados"
|
|
36
55
|
providers_label: "Proveedores"
|
|
@@ -56,6 +75,7 @@ installer:
|
|
|
56
75
|
agents_valid: "Todos los agentes implementan 8 protocolos"
|
|
57
76
|
handoff_ok: "Protocolo de handoff: OK"
|
|
58
77
|
validation_ok: "Criterios de auto-validacion: OK"
|
|
78
|
+
validation_failed_count: "{count} verificacion(es) de validacion no pasaron. Ejecute 'npx chati-dev health' para ver los detalles."
|
|
59
79
|
constitution_ok: "Constitucion: 25 articulos verificados"
|
|
60
80
|
created_memories: "Creado .chati/memories/ (Memory Layer)"
|
|
61
81
|
installed_intelligence: "Instalada Intelligence Layer (Context Engine, Memory, Registry)"
|
|
@@ -68,6 +88,37 @@ installer:
|
|
|
68
88
|
quick_start_1: "Abra su IDE"
|
|
69
89
|
quick_start_2: "Escriba: /chati"
|
|
70
90
|
quick_start_3: "El orquestador le guiara por el proceso"
|
|
91
|
+
tos_title: "Terminos de Uso"
|
|
92
|
+
tos_summary: "Al continuar, acepta los Terminos de Uso de Chati.dev (consulte TERMS_OF_USE.md en el paquete)."
|
|
93
|
+
tos_telemetry_what: "Chati.dev recopila datos anonimos de uso: agentes utilizados, duracion del pipeline y scores de los gates. No se recopila codigo, archivos ni datos personales."
|
|
94
|
+
tos_telemetry_optout: "Puede desactivar la telemetria en cualquier momento con: npx chati-dev telemetry disable"
|
|
95
|
+
tos_accept: "Acepta los Terminos de Uso?"
|
|
96
|
+
tos_declined: "Terminos de Uso rechazados. Instalacion cancelada."
|
|
97
|
+
tos_telemetry_enabled: "Telemetria: activada (anonima y opcional, desactive con: npx chati-dev telemetry disable)"
|
|
98
|
+
tos_telemetry_disabled: "Telemetria: desactivada"
|
|
99
|
+
clickup_required: "El modo Internal requiere una conexion MCP autorizada con ClickUp en al menos una CLI seleccionada. Configure ClickUp en Claude, Codex o Grok e intentelo de nuevo."
|
|
100
|
+
system_prerequisites_failed: "No se cumplen los requisitos previos del sistema:"
|
|
101
|
+
fix_prerequisites: "Corrija los problemas anteriores e intentelo de nuevo."
|
|
102
|
+
system_check: "Verificacion del sistema:"
|
|
103
|
+
created_provider_claude: "Creado .claude/commands/ (enrutador ligero)"
|
|
104
|
+
created_provider_gemini: "Creado .gemini/commands/ (comando TOML)"
|
|
105
|
+
created_provider_codex: "Creado .agents/skills/chati/ (skill de Codex)"
|
|
106
|
+
created_provider_grok: "Creado .grok/commands/ (comando markdown nativo)"
|
|
107
|
+
validation_phase: "Validacion"
|
|
108
|
+
installation_phase: "Instalacion"
|
|
109
|
+
phase_failed: "Fallo en la etapa {phase}: {error}"
|
|
110
|
+
license_activation_title: "Activacion de Licencia"
|
|
111
|
+
license_activation_info: "Su clave de licencia funciona en todos los proyectos de esta maquina."
|
|
112
|
+
license_trial_info: "Obtenga una prueba gratuita de 14 dias en: https://chati.dev/pricing"
|
|
113
|
+
license_prompt: "Introduzca su clave de licencia (pulse Enter para omitir y activar despues con: npx chati-dev activate):"
|
|
114
|
+
license_placeholder: "CHATI-XXXX-XXXX-XXXX"
|
|
115
|
+
license_skipped: "Paso omitido. Cuando quiera, ejecute: npx chati-dev activate --key=SU-CLAVE."
|
|
116
|
+
license_activating: "Activando la licencia..."
|
|
117
|
+
license_activated: "Licencia activada! Plan: {plan}, {days} dia(s) restante(s)."
|
|
118
|
+
license_activation_failed: "Fallo de activacion: {error}"
|
|
119
|
+
license_retry: "Ejecute: npx chati-dev activate --key=SU-CLAVE para intentarlo de nuevo."
|
|
120
|
+
license_saved_invalid: "La licencia guardada no es valida en esta maquina: {reason}"
|
|
121
|
+
license_verify_failed: "No se pudo verificar la licencia guardada: {error}"
|
|
71
122
|
|
|
72
123
|
agents:
|
|
73
124
|
starting: "Iniciando agente: {agent}"
|
package/framework/i18n/fr.yaml
CHANGED
|
@@ -22,6 +22,12 @@ installer:
|
|
|
22
22
|
llm_provider_not_installed: "(CLI non detecte)"
|
|
23
23
|
llm_provider_label: "Fournisseur IA"
|
|
24
24
|
ide_selection_title: "Selectionnez vos IDEs / CLIs (multiples autorises):"
|
|
25
|
+
provider_selection_title: "Quels fournisseurs IA utiliserez-vous?"
|
|
26
|
+
editor_selection_title: "Quels editeurs doivent recevoir les fichiers de regles? (facultatif)"
|
|
27
|
+
provider_claude_hint: "CLI officielle d'Anthropic"
|
|
28
|
+
provider_gemini_hint: "Agent de terminal Google AI"
|
|
29
|
+
provider_codex_hint: "CLI Codex d'OpenAI"
|
|
30
|
+
provider_grok_hint: "Agent de terminal xAI"
|
|
25
31
|
installation_mode_title: "Selectionnez le mode d'installation"
|
|
26
32
|
installation_mode_open: "Open"
|
|
27
33
|
installation_mode_open_hint: "Framework public"
|
|
@@ -31,6 +37,19 @@ installer:
|
|
|
31
37
|
back: "Retour"
|
|
32
38
|
back_hint: "Revenir a l'etape precedente"
|
|
33
39
|
install: "Installer"
|
|
40
|
+
cancelled: "Installation annulee."
|
|
41
|
+
multiselect_hint: "(espace pour selectionner, entree pour confirmer)"
|
|
42
|
+
greenfield_label: "Greenfield"
|
|
43
|
+
brownfield_label: "Brownfield"
|
|
44
|
+
none: "Aucun"
|
|
45
|
+
auto_installed: "installe automatiquement"
|
|
46
|
+
connected_via: "Connecte via {providers}"
|
|
47
|
+
target: "Destination"
|
|
48
|
+
yes: "Oui"
|
|
49
|
+
no: "Non"
|
|
50
|
+
auto_detection_title: "Detection automatique"
|
|
51
|
+
documentation_label: "Documentation"
|
|
52
|
+
session_label: "Session"
|
|
34
53
|
model_routing_label: "Routage des modeles"
|
|
35
54
|
model_routing_automatic: "Automatique par tache entre tous les modeles actives"
|
|
36
55
|
providers_label: "Fournisseurs"
|
|
@@ -56,6 +75,7 @@ installer:
|
|
|
56
75
|
agents_valid: "Tous les agents implementent 8 protocoles"
|
|
57
76
|
handoff_ok: "Protocole de passation: OK"
|
|
58
77
|
validation_ok: "Criteres d'auto-validation: OK"
|
|
78
|
+
validation_failed_count: "{count} verification(s) de validation ont echoue. Executez 'npx chati-dev health' pour les details."
|
|
59
79
|
constitution_ok: "Constitution: 25 articles verifies"
|
|
60
80
|
created_memories: "Cree .chati/memories/ (Memory Layer)"
|
|
61
81
|
installed_intelligence: "Installee Intelligence Layer (Context Engine, Memory, Registry)"
|
|
@@ -68,6 +88,37 @@ installer:
|
|
|
68
88
|
quick_start_1: "Ouvrez votre IDE"
|
|
69
89
|
quick_start_2: "Tapez: /chati"
|
|
70
90
|
quick_start_3: "L'orchestrateur vous guidera a travers le processus"
|
|
91
|
+
tos_title: "Conditions d'Utilisation"
|
|
92
|
+
tos_summary: "En continuant, vous acceptez les Conditions d'Utilisation de Chati.dev (consultez TERMS_OF_USE.md dans le paquet)."
|
|
93
|
+
tos_telemetry_what: "Chati.dev collecte des donnees d'utilisation anonymes: agents utilises, duree du pipeline et scores des gates. Aucun code, fichier ou donnee personnelle n'est collecte."
|
|
94
|
+
tos_telemetry_optout: "Vous pouvez desactiver la telemetrie a tout moment avec: npx chati-dev telemetry disable"
|
|
95
|
+
tos_accept: "Acceptez-vous les Conditions d'Utilisation?"
|
|
96
|
+
tos_declined: "Conditions d'Utilisation refusees. Installation annulee."
|
|
97
|
+
tos_telemetry_enabled: "Telemetrie: activee (anonyme et facultative, desactivez avec: npx chati-dev telemetry disable)"
|
|
98
|
+
tos_telemetry_disabled: "Telemetrie: desactivee"
|
|
99
|
+
clickup_required: "Le mode Internal necessite une connexion MCP ClickUp autorisee dans au moins une CLI selectionnee. Configurez ClickUp dans Claude, Codex ou Grok, puis reessayez."
|
|
100
|
+
system_prerequisites_failed: "Les prerequis systeme ne sont pas satisfaits:"
|
|
101
|
+
fix_prerequisites: "Corrigez les problemes ci-dessus et reessayez."
|
|
102
|
+
system_check: "Verification du systeme:"
|
|
103
|
+
created_provider_claude: "Cree .claude/commands/ (routeur leger)"
|
|
104
|
+
created_provider_gemini: "Cree .gemini/commands/ (commande TOML)"
|
|
105
|
+
created_provider_codex: "Cree .agents/skills/chati/ (skill Codex)"
|
|
106
|
+
created_provider_grok: "Cree .grok/commands/ (commande markdown native)"
|
|
107
|
+
validation_phase: "Validation"
|
|
108
|
+
installation_phase: "Installation"
|
|
109
|
+
phase_failed: "Echec de l'etape {phase}: {error}"
|
|
110
|
+
license_activation_title: "Activation de la Licence"
|
|
111
|
+
license_activation_info: "Votre cle de licence fonctionne pour tous les projets de cette machine."
|
|
112
|
+
license_trial_info: "Obtenez un essai gratuit de 14 jours sur: https://chati.dev/pricing"
|
|
113
|
+
license_prompt: "Saisissez votre cle de licence (appuyez sur Entree pour ignorer et activer plus tard avec: npx chati-dev activate):"
|
|
114
|
+
license_placeholder: "CHATI-XXXX-XXXX-XXXX"
|
|
115
|
+
license_skipped: "Etape ignoree. Lorsque vous le souhaitez, executez: npx chati-dev activate --key=VOTRE-CLE."
|
|
116
|
+
license_activating: "Activation de la licence..."
|
|
117
|
+
license_activated: "Licence activee! Offre: {plan}, {days} jour(s) restant(s)."
|
|
118
|
+
license_activation_failed: "Echec de l'activation: {error}"
|
|
119
|
+
license_retry: "Executez: npx chati-dev activate --key=VOTRE-CLE pour reessayer."
|
|
120
|
+
license_saved_invalid: "La licence enregistree n'est pas valide sur cette machine: {reason}"
|
|
121
|
+
license_verify_failed: "Impossible de verifier la licence enregistree: {error}"
|
|
71
122
|
|
|
72
123
|
agents:
|
|
73
124
|
starting: "Demarrage de l'agent: {agent}"
|
package/framework/i18n/pt.yaml
CHANGED
|
@@ -22,6 +22,12 @@ installer:
|
|
|
22
22
|
llm_provider_not_installed: "(CLI nao detectada)"
|
|
23
23
|
llm_provider_label: "Provedor de IA"
|
|
24
24
|
ide_selection_title: "Selecione suas IDEs / CLIs (multiplos permitidos):"
|
|
25
|
+
provider_selection_title: "Quais provedores de IA voce vai utilizar?"
|
|
26
|
+
editor_selection_title: "Quais editores devem receber os arquivos de regras? (opcional)"
|
|
27
|
+
provider_claude_hint: "CLI oficial da Anthropic"
|
|
28
|
+
provider_gemini_hint: "Agente de terminal da Google AI"
|
|
29
|
+
provider_codex_hint: "CLI Codex da OpenAI"
|
|
30
|
+
provider_grok_hint: "Agente de terminal da xAI"
|
|
25
31
|
installation_mode_title: "Selecione o modo de instalacao"
|
|
26
32
|
installation_mode_open: "Open"
|
|
27
33
|
installation_mode_open_hint: "Framework publico"
|
|
@@ -31,6 +37,19 @@ installer:
|
|
|
31
37
|
back: "Voltar"
|
|
32
38
|
back_hint: "Retornar a etapa anterior"
|
|
33
39
|
install: "Instalar"
|
|
40
|
+
cancelled: "Instalacao cancelada."
|
|
41
|
+
multiselect_hint: "(espaco para selecionar, enter para confirmar)"
|
|
42
|
+
greenfield_label: "Greenfield"
|
|
43
|
+
brownfield_label: "Brownfield"
|
|
44
|
+
none: "Nenhum"
|
|
45
|
+
auto_installed: "instalado automaticamente"
|
|
46
|
+
connected_via: "Conectado via {providers}"
|
|
47
|
+
target: "Destino"
|
|
48
|
+
yes: "Sim"
|
|
49
|
+
no: "Nao"
|
|
50
|
+
auto_detection_title: "Deteccao automatica"
|
|
51
|
+
documentation_label: "Documentacao"
|
|
52
|
+
session_label: "Sessao"
|
|
34
53
|
model_routing_label: "Roteamento de modelos"
|
|
35
54
|
model_routing_automatic: "Automatico por task entre todos os modelos habilitados"
|
|
36
55
|
providers_label: "Provedores"
|
|
@@ -56,6 +75,7 @@ installer:
|
|
|
56
75
|
agents_valid: "Todos os agentes implementam 8 protocolos"
|
|
57
76
|
handoff_ok: "Protocolo de handoff: OK"
|
|
58
77
|
validation_ok: "Criterios de auto-validacao: OK"
|
|
78
|
+
validation_failed_count: "{count} verificacao(oes) de validacao nao passaram. Execute 'npx chati-dev health' para ver os detalhes."
|
|
59
79
|
constitution_ok: "Constituicao: 25 artigos verificados"
|
|
60
80
|
created_memories: "Criado .chati/memories/ (Memory Layer)"
|
|
61
81
|
installed_intelligence: "Instalada Intelligence Layer (Context Engine, Memory, Registry)"
|
|
@@ -68,6 +88,37 @@ installer:
|
|
|
68
88
|
quick_start_1: "Abra sua IDE"
|
|
69
89
|
quick_start_2: "Digite: /chati"
|
|
70
90
|
quick_start_3: "O orquestrador ira guia-lo pelo processo"
|
|
91
|
+
tos_title: "Termos de Uso"
|
|
92
|
+
tos_summary: "Ao continuar, voce aceita os Termos de Uso do Chati.dev (consulte TERMS_OF_USE.md no pacote)."
|
|
93
|
+
tos_telemetry_what: "O Chati.dev coleta dados anonimos de uso: agentes utilizados, duracao do pipeline e scores dos gates. Nenhum codigo, arquivo ou dado pessoal e coletado."
|
|
94
|
+
tos_telemetry_optout: "Voce pode desativar a telemetria a qualquer momento com: npx chati-dev telemetry disable"
|
|
95
|
+
tos_accept: "Voce aceita os Termos de Uso?"
|
|
96
|
+
tos_declined: "Termos de Uso recusados. Instalacao cancelada."
|
|
97
|
+
tos_telemetry_enabled: "Telemetria: ativada (anonima e opcional, desative com: npx chati-dev telemetry disable)"
|
|
98
|
+
tos_telemetry_disabled: "Telemetria: desativada"
|
|
99
|
+
clickup_required: "O modo Internal exige uma conexao MCP autorizada com o ClickUp em pelo menos uma CLI selecionada. Configure o ClickUp no Claude, Codex ou Grok e tente novamente."
|
|
100
|
+
system_prerequisites_failed: "Os pre-requisitos do sistema nao foram atendidos:"
|
|
101
|
+
fix_prerequisites: "Corrija os problemas acima e tente novamente."
|
|
102
|
+
system_check: "Verificacao do sistema:"
|
|
103
|
+
created_provider_claude: "Criado .claude/commands/ (roteador leve)"
|
|
104
|
+
created_provider_gemini: "Criado .gemini/commands/ (comando TOML)"
|
|
105
|
+
created_provider_codex: "Criado .agents/skills/chati/ (skill do Codex)"
|
|
106
|
+
created_provider_grok: "Criado .grok/commands/ (comando markdown nativo)"
|
|
107
|
+
validation_phase: "Validacao"
|
|
108
|
+
installation_phase: "Instalacao"
|
|
109
|
+
phase_failed: "Falha na etapa {phase}: {error}"
|
|
110
|
+
license_activation_title: "Ativacao da Licenca"
|
|
111
|
+
license_activation_info: "Sua chave de licenca funciona em todos os projetos desta maquina."
|
|
112
|
+
license_trial_info: "Obtenha um teste gratuito de 14 dias em: https://chati.dev/pricing"
|
|
113
|
+
license_prompt: "Digite sua chave de licenca (pressione Enter para pular e ativar depois com: npx chati-dev activate):"
|
|
114
|
+
license_placeholder: "CHATI-XXXX-XXXX-XXXX"
|
|
115
|
+
license_skipped: "Etapa ignorada. Quando quiser, execute: npx chati-dev activate --key=SUA-CHAVE."
|
|
116
|
+
license_activating: "Ativando a licenca..."
|
|
117
|
+
license_activated: "Licenca ativada! Plano: {plan}, {days} dia(s) restante(s)."
|
|
118
|
+
license_activation_failed: "Falha na ativacao: {error}"
|
|
119
|
+
license_retry: "Execute: npx chati-dev activate --key=SUA-CHAVE para tentar novamente."
|
|
120
|
+
license_saved_invalid: "A licenca salva nao e valida nesta maquina: {reason}"
|
|
121
|
+
license_verify_failed: "Nao foi possivel verificar a licenca salva: {error}"
|
|
71
122
|
|
|
72
123
|
agents:
|
|
73
124
|
starting: "Iniciando agente: {agent}"
|