@cat-factory/app 0.145.0 → 0.146.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.
Files changed (30) hide show
  1. package/app/components/board/TaskDependencyEdges.vue +37 -73
  2. package/app/components/brainstorm/BrainstormWindow.vue +2 -7
  3. package/app/components/clarity/ClarityReviewWindow.vue +2 -2
  4. package/app/components/consensus/ConsensusSessionWindow.vue +2 -2
  5. package/app/components/docs/DocInterviewWindow.vue +1 -1
  6. package/app/components/environments/EnvSetupStepper.vue +70 -0
  7. package/app/components/environments/EnvironmentSetupWizard.vue +9 -59
  8. package/app/components/forkDecision/ForkDecisionWindow.vue +1 -1
  9. package/app/components/initiative/InitiativePlanningWindow.vue +1 -1
  10. package/app/components/initiative/InitiativeTrackerWindow.vue +1 -1
  11. package/app/components/prReview/PrReviewWindow.vue +2 -2
  12. package/app/components/requirements/RequirementsReviewWindow.vue +2 -2
  13. package/app/components/spec/ServiceSpecWindow.vue +2 -2
  14. package/app/composables/useResultView.ts +26 -3
  15. package/app/modular/journeys/environmentSetup.logic.spec.ts +46 -15
  16. package/app/modular/journeys/environmentSetup.logic.ts +102 -35
  17. package/app/modular/journeys/environmentSetup.ts +17 -68
  18. package/app/stores/pipelines.ts +50 -19
  19. package/app/stores/ui/modals.ts +599 -532
  20. package/i18n/locales/de.json +1 -0
  21. package/i18n/locales/en.json +1 -0
  22. package/i18n/locales/es.json +1 -0
  23. package/i18n/locales/fr.json +1 -0
  24. package/i18n/locales/he.json +1 -0
  25. package/i18n/locales/it.json +1 -0
  26. package/i18n/locales/ja.json +1 -0
  27. package/i18n/locales/pl.json +1 -0
  28. package/i18n/locales/tr.json +1 -0
  29. package/i18n/locales/uk.json +1 -0
  30. package/package.json +4 -4
@@ -4808,6 +4808,7 @@
4808
4808
  }
4809
4809
  },
4810
4810
  "environmentWizard": {
4811
+ "progress": "Schritt {index} von {total}",
4811
4812
  "title": "Eine Testumgebung einrichten",
4812
4813
  "subtitle": "Erkenne, prüfe und speichere ein Docker-Compose-Rezept, damit der Deployer es bereitstellt.",
4813
4814
  "recommended": "empfohlen",
@@ -4941,6 +4941,7 @@
4941
4941
  }
4942
4942
  },
4943
4943
  "environmentWizard": {
4944
+ "progress": "Step {index} of {total}",
4944
4945
  "title": "Set up a test environment",
4945
4946
  "subtitle": "Detect, review, and save a Docker Compose recipe so the Deployer provisions it.",
4946
4947
  "recommended": "recommended",
@@ -4800,6 +4800,7 @@
4800
4800
  }
4801
4801
  },
4802
4802
  "environmentWizard": {
4803
+ "progress": "Paso {index} de {total}",
4803
4804
  "title": "Configurar un entorno de pruebas",
4804
4805
  "subtitle": "Detecta, revisa y guarda una receta de Docker Compose para que el Deployer la aprovisione.",
4805
4806
  "recommended": "recomendado",
@@ -4800,6 +4800,7 @@
4800
4800
  }
4801
4801
  },
4802
4802
  "environmentWizard": {
4803
+ "progress": "Étape {index} sur {total}",
4803
4804
  "title": "Configurer un environnement de test",
4804
4805
  "subtitle": "Détectez, vérifiez et enregistrez une recette Docker Compose pour que le Deployer la provisionne.",
4805
4806
  "recommended": "recommandé",
@@ -4811,6 +4811,7 @@
4811
4811
  }
4812
4812
  },
4813
4813
  "environmentWizard": {
4814
+ "progress": "שלב {index} מתוך {total}",
4814
4815
  "title": "הגדרת סביבת בדיקות",
4815
4816
  "subtitle": "זהו, סקרו ושמרו מתכון Docker Compose כדי שה-Deployer יקצה אותו.",
4816
4817
  "recommended": "מומלץ",
@@ -4808,6 +4808,7 @@
4808
4808
  }
4809
4809
  },
4810
4810
  "environmentWizard": {
4811
+ "progress": "Passaggio {index} di {total}",
4811
4812
  "title": "Configura un ambiente di test",
4812
4813
  "subtitle": "Rileva, rivedi e salva una ricetta Docker Compose in modo che il Deployer la esegua.",
4813
4814
  "recommended": "consigliato",
@@ -4812,6 +4812,7 @@
4812
4812
  }
4813
4813
  },
4814
4814
  "environmentWizard": {
4815
+ "progress": "ステップ {index} / {total}",
4815
4816
  "title": "テスト環境をセットアップ",
4816
4817
  "subtitle": "Docker Compose レシピを検出・確認・保存して、Deployer がプロビジョニングできるようにします。",
4817
4818
  "recommended": "推奨",
@@ -4800,6 +4800,7 @@
4800
4800
  }
4801
4801
  },
4802
4802
  "environmentWizard": {
4803
+ "progress": "Krok {index} z {total}",
4803
4804
  "title": "Skonfiguruj środowisko testowe",
4804
4805
  "subtitle": "Wykryj, przejrzyj i zapisz przepis Docker Compose, aby Deployer go udostępnił.",
4805
4806
  "recommended": "zalecane",
@@ -4812,6 +4812,7 @@
4812
4812
  }
4813
4813
  },
4814
4814
  "environmentWizard": {
4815
+ "progress": "Adım {index} / {total}",
4815
4816
  "title": "Bir test ortamı kur",
4816
4817
  "subtitle": "Deployer sağlasın diye bir Docker Compose tarifini algıla, gözden geçir ve kaydet.",
4817
4818
  "recommended": "önerilen",
@@ -4800,6 +4800,7 @@
4800
4800
  }
4801
4801
  },
4802
4802
  "environmentWizard": {
4803
+ "progress": "Крок {index} з {total}",
4803
4804
  "title": "Налаштувати тестове середовище",
4804
4805
  "subtitle": "Виявіть, перегляньте та збережіть рецепт Docker Compose, щоб Deployer його забезпечив.",
4805
4806
  "recommended": "рекомендовано",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.145.0",
3
+ "version": "0.146.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",
@@ -18,9 +18,9 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@modular-frontend/core": "^0.5.0",
22
- "@modular-vue/core": "^1.4.0",
23
- "@modular-vue/journeys": "^1.3.0",
21
+ "@modular-frontend/core": "^0.6.0",
22
+ "@modular-vue/core": "^1.5.0",
23
+ "@modular-vue/journeys": "^1.4.0",
24
24
  "@modular-vue/nuxt": "^0.4.0",
25
25
  "@modular-vue/runtime": "^1.4.1",
26
26
  "@modular-vue/vue": "^1.4.0",