@cat-factory/app 0.96.5 → 0.97.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/app/composables/usePipelineErrorToast.ts +1 -0
- package/app/utils/catalog.ts +12 -0
- package/i18n/locales/en.json +2 -1
- package/i18n/locales/es.json +2 -1
- package/i18n/locales/fr.json +2 -1
- package/i18n/locales/he.json +2 -1
- package/i18n/locales/ja.json +2 -1
- package/i18n/locales/pl.json +2 -1
- package/i18n/locales/tr.json +2 -1
- package/i18n/locales/uk.json +2 -1
- package/package.json +2 -2
|
@@ -48,6 +48,7 @@ const CONFLICT_TITLE_KEYS: Record<
|
|
|
48
48
|
provision_type_unhandled: 'errors.conflict.title.provision_type_unhandled',
|
|
49
49
|
preset_unsatisfiable: 'errors.conflict.title.preset_unsatisfiable',
|
|
50
50
|
visual_pipeline_no_frontend: 'errors.conflict.title.visual_pipeline_no_frontend',
|
|
51
|
+
deployer_required_before_tester: 'errors.conflict.title.deployer_required_before_tester',
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
/**
|
package/app/utils/catalog.ts
CHANGED
|
@@ -346,6 +346,18 @@ export const SYSTEM_AGENT_META: Record<string, AgentArchetype> = {
|
|
|
346
346
|
color: '#22d3ee',
|
|
347
347
|
description: 'Maps the repository into the service → modules blueprint.',
|
|
348
348
|
},
|
|
349
|
+
// The single environment provisioner: an operational (non-LLM) step that stands up the ephemeral
|
|
350
|
+
// environment the tester / human-test gate run against for a kubernetes/custom service, and is a
|
|
351
|
+
// fast no-op for docker-compose / infraless. Seeded before the first tester/human-test step in the
|
|
352
|
+
// built-in pipelines, so it needs display metadata (else it renders as a generic gray "Agent").
|
|
353
|
+
deployer: {
|
|
354
|
+
kind: 'deployer',
|
|
355
|
+
label: 'Deployer',
|
|
356
|
+
icon: 'i-lucide-cloud-upload',
|
|
357
|
+
color: '#34d399',
|
|
358
|
+
description:
|
|
359
|
+
'Provisions the ephemeral environment the tester and human-test gate run against (kubernetes / custom services); a no-op for docker-compose / infraless.',
|
|
360
|
+
},
|
|
349
361
|
// The Initiative Planning pipeline's two steps. Only runnable on an initiative
|
|
350
362
|
// block (pl_initiative — enforced by the engine), so they are display-metadata
|
|
351
363
|
// system kinds, never palette archetypes.
|
package/i18n/locales/en.json
CHANGED
|
@@ -428,7 +428,8 @@
|
|
|
428
428
|
"bootstrap_reference_missing": "Reference architecture is gone",
|
|
429
429
|
"provision_type_unhandled": "No handler for this provision type",
|
|
430
430
|
"preset_unsatisfiable": "Model preset can't run this pipeline",
|
|
431
|
-
"visual_pipeline_no_frontend": "No frontend to test"
|
|
431
|
+
"visual_pipeline_no_frontend": "No frontend to test",
|
|
432
|
+
"deployer_required_before_tester": "Add a Deployer before the Tester"
|
|
432
433
|
},
|
|
433
434
|
"fallbackMessage": "This action conflicts with the current state.",
|
|
434
435
|
"providersUnconfigured": {
|
package/i18n/locales/es.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "La inicialización no se puede reintentar",
|
|
392
392
|
"bootstrap_reference_missing": "La arquitectura de referencia ha desaparecido",
|
|
393
393
|
"preset_unsatisfiable": "El preajuste de modelo no puede ejecutar esta canalización",
|
|
394
|
-
"visual_pipeline_no_frontend": "No hay frontend que probar"
|
|
394
|
+
"visual_pipeline_no_frontend": "No hay frontend que probar",
|
|
395
|
+
"deployer_required_before_tester": "Añade un Deployer antes del Tester"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "Esta acción entra en conflicto con el estado actual.",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/fr.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "L’initialisation ne peut pas être relancée",
|
|
392
392
|
"bootstrap_reference_missing": "L’architecture de référence a disparu",
|
|
393
393
|
"preset_unsatisfiable": "Le préréglage de modèle ne peut pas exécuter ce pipeline",
|
|
394
|
-
"visual_pipeline_no_frontend": "Aucun frontend à tester"
|
|
394
|
+
"visual_pipeline_no_frontend": "Aucun frontend à tester",
|
|
395
|
+
"deployer_required_before_tester": "Ajoutez un Deployer avant le Testeur"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "Cette action est en conflit avec l’état actuel.",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/he.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "לא ניתן להריץ מחדש את האתחול",
|
|
392
392
|
"bootstrap_reference_missing": "ארכיטקטורת ההפניה נעלמה",
|
|
393
393
|
"preset_unsatisfiable": "קדם‑הגדרת המודל אינה יכולה להריץ צנרת זו",
|
|
394
|
-
"visual_pipeline_no_frontend": "אין frontend לבדיקה"
|
|
394
|
+
"visual_pipeline_no_frontend": "אין frontend לבדיקה",
|
|
395
|
+
"deployer_required_before_tester": "הוסף Deployer לפני ה-Tester"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "פעולה זו מתנגשת עם המצב הנוכחי.",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/ja.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "ブートストラップは再試行できません",
|
|
392
392
|
"bootstrap_reference_missing": "リファレンスアーキテクチャが見つかりません",
|
|
393
393
|
"preset_unsatisfiable": "モデルプリセットではこのパイプラインを実行できません",
|
|
394
|
-
"visual_pipeline_no_frontend": "テスト対象のフロントエンドがありません"
|
|
394
|
+
"visual_pipeline_no_frontend": "テスト対象のフロントエンドがありません",
|
|
395
|
+
"deployer_required_before_tester": "テスターの前にDeployerを追加してください"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "この操作は現在の状態と競合します。",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/pl.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "Inicjalizacji nie można ponowić",
|
|
392
392
|
"bootstrap_reference_missing": "Architektura referencyjna zniknęła",
|
|
393
393
|
"preset_unsatisfiable": "Ten zestaw modeli nie może uruchomić tego potoku",
|
|
394
|
-
"visual_pipeline_no_frontend": "Brak frontendu do przetestowania"
|
|
394
|
+
"visual_pipeline_no_frontend": "Brak frontendu do przetestowania",
|
|
395
|
+
"deployer_required_before_tester": "Dodaj Deployer przed Testerem"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "Ta akcja jest sprzeczna z bieżącym stanem.",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/tr.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "Bootstrap yeniden denenemiyor",
|
|
392
392
|
"bootstrap_reference_missing": "Referans mimari kayıp",
|
|
393
393
|
"preset_unsatisfiable": "Model ön ayarı bu ardışık düzeni çalıştıramıyor",
|
|
394
|
-
"visual_pipeline_no_frontend": "Test edilecek bir frontend yok"
|
|
394
|
+
"visual_pipeline_no_frontend": "Test edilecek bir frontend yok",
|
|
395
|
+
"deployer_required_before_tester": "Tester’dan önce bir Deployer ekleyin"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "Bu eylem mevcut durumla çelişiyor.",
|
|
397
398
|
"providersUnconfigured": {
|
package/i18n/locales/uk.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
"bootstrap_not_retryable": "Ініціалізацію неможливо повторити",
|
|
392
392
|
"bootstrap_reference_missing": "Еталонна архітектура зникла",
|
|
393
393
|
"preset_unsatisfiable": "Пресет моделі не може запустити цей конвеєр",
|
|
394
|
-
"visual_pipeline_no_frontend": "Немає фронтенду для тестування"
|
|
394
|
+
"visual_pipeline_no_frontend": "Немає фронтенду для тестування",
|
|
395
|
+
"deployer_required_before_tester": "Додайте Deployer перед Tester"
|
|
395
396
|
},
|
|
396
397
|
"fallbackMessage": "Ця дія суперечить поточному стану.",
|
|
397
398
|
"providersUnconfigured": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.97.0",
|
|
4
4
|
"description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"valibot": "^1.4.2",
|
|
35
35
|
"vue": "3.5.39",
|
|
36
36
|
"wretch": "^3.0.9",
|
|
37
|
-
"@cat-factory/contracts": "0.
|
|
37
|
+
"@cat-factory/contracts": "0.108.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@toad-contracts/testing": "0.3.2",
|