@cat-factory/app 0.272.0 → 0.273.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.
@@ -26,6 +26,7 @@ export const FAILURE_KIND_KEYS: Record<AgentFailureKind, string> = {
26
26
  dispatch: 'platformObservability.failureKind.dispatch',
27
27
  environment: 'platformObservability.failureKind.environment',
28
28
  evicted: 'platformObservability.failureKind.evicted',
29
+ harness_shutdown: 'platformObservability.failureKind.harness_shutdown',
29
30
  timeout: 'platformObservability.failureKind.timeout',
30
31
  agent: 'platformObservability.failureKind.agent',
31
32
  job_failed: 'platformObservability.failureKind.job_failed',
@@ -3848,6 +3848,7 @@
3848
3848
  "dispatch": "Zustellung",
3849
3849
  "environment": "Umgebung",
3850
3850
  "evicted": "Verdrängt",
3851
+ "harness_shutdown": "Harness beendet",
3851
3852
  "timeout": "Zeitüberschreitung",
3852
3853
  "agent": "Agent",
3853
3854
  "job_failed": "Job fehlgeschlagen",
@@ -1892,6 +1892,7 @@
1892
1892
  "dispatch": "Dispatch",
1893
1893
  "environment": "Environment",
1894
1894
  "evicted": "Evicted",
1895
+ "harness_shutdown": "Harness shut down",
1895
1896
  "timeout": "Timeout",
1896
1897
  "agent": "Agent",
1897
1898
  "job_failed": "Job failed",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "Despacho",
1795
1795
  "environment": "Entorno",
1796
1796
  "evicted": "Desalojada",
1797
+ "harness_shutdown": "Harness detenido",
1797
1798
  "timeout": "Tiempo agotado",
1798
1799
  "agent": "Agente",
1799
1800
  "job_failed": "Trabajo fallido",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "Envoi",
1795
1795
  "environment": "Environnement",
1796
1796
  "evicted": "Évincée",
1797
+ "harness_shutdown": "Harness arrêté",
1797
1798
  "timeout": "Délai dépassé",
1798
1799
  "agent": "Agent",
1799
1800
  "job_failed": "Tâche échouée",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "שיגור",
1795
1795
  "environment": "סביבה",
1796
1796
  "evicted": "פונתה",
1797
+ "harness_shutdown": "כיבוי ה-Harness",
1797
1798
  "timeout": "פסק זמן",
1798
1799
  "agent": "סוכן",
1799
1800
  "job_failed": "המשימה נכשלה",
@@ -3848,6 +3848,7 @@
3848
3848
  "dispatch": "Invio",
3849
3849
  "environment": "Ambiente",
3850
3850
  "evicted": "Sfrattata",
3851
+ "harness_shutdown": "Harness arrestato",
3851
3852
  "timeout": "Timeout",
3852
3853
  "agent": "Agente",
3853
3854
  "job_failed": "Job fallito",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "ディスパッチ",
1795
1795
  "environment": "環境",
1796
1796
  "evicted": "退避",
1797
+ "harness_shutdown": "Harness 停止",
1797
1798
  "timeout": "タイムアウト",
1798
1799
  "agent": "エージェント",
1799
1800
  "job_failed": "ジョブ失敗",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "Wysłanie",
1795
1795
  "environment": "Środowisko",
1796
1796
  "evicted": "Usunięte",
1797
+ "harness_shutdown": "Harness zatrzymany",
1797
1798
  "timeout": "Przekroczono czas",
1798
1799
  "agent": "Agent",
1799
1800
  "job_failed": "Zadanie nieudane",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "Gönderim",
1795
1795
  "environment": "Ortam",
1796
1796
  "evicted": "Tahliye edildi",
1797
+ "harness_shutdown": "Harness kapatıldı",
1797
1798
  "timeout": "Zaman aşımı",
1798
1799
  "agent": "Aracı",
1799
1800
  "job_failed": "İş başarısız",
@@ -1794,6 +1794,7 @@
1794
1794
  "dispatch": "Відправлення",
1795
1795
  "environment": "Середовище",
1796
1796
  "evicted": "Витіснено",
1797
+ "harness_shutdown": "Harness зупинено",
1797
1798
  "timeout": "Час вичерпано",
1798
1799
  "agent": "Агент",
1799
1800
  "job_failed": "Завдання не виконано",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.272.0",
3
+ "version": "0.273.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",
@@ -40,7 +40,7 @@
40
40
  "valibot": "^1.4.2",
41
41
  "vue": "3.5.41",
42
42
  "wretch": "^3.0.9",
43
- "@cat-factory/contracts": "0.311.0"
43
+ "@cat-factory/contracts": "0.312.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@toad-contracts/testing": "0.3.2",