@cat-factory/app 0.192.0 → 0.194.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/components/board/AddTaskModal.vue +7 -5
- package/app/components/board/RecurringPipelineModal.vue +11 -6
- package/app/components/board/nodes/BlockNode.vue +28 -46
- package/app/components/board/nodes/ModuleFrame.vue +4 -33
- package/app/components/board/nodes/ResizeGrips.vue +130 -0
- package/app/components/focus/BlockFocusView.vue +11 -3
- package/app/components/panels/InspectorPanel.vue +15 -4
- package/app/components/panels/inspector/TaskRunSettings.vue +5 -1
- package/app/components/requirements/RequirementsReviewWindow.vue +34 -0
- package/app/composables/api/board.ts +7 -1
- package/app/composables/api/context.ts +2 -0
- package/app/composables/useFrameResize.ts +116 -22
- package/app/composables/usePipelineHealth.spec.ts +32 -0
- package/app/composables/usePipelineHealth.ts +23 -4
- package/app/stores/board/placement.ts +64 -1
- package/app/stores/board.spec.ts +51 -0
- package/app/types/requirements.ts +1 -0
- package/app/utils/pipeline.spec.ts +85 -5
- package/app/utils/pipeline.ts +32 -11
- package/i18n/locales/de.json +7 -1
- package/i18n/locales/en.json +11 -1
- package/i18n/locales/es.json +7 -1
- package/i18n/locales/fr.json +7 -1
- package/i18n/locales/he.json +7 -1
- package/i18n/locales/it.json +7 -1
- package/i18n/locales/ja.json +7 -1
- package/i18n/locales/pl.json +7 -1
- package/i18n/locales/tr.json +7 -1
- package/i18n/locales/uk.json +7 -1
- package/package.json +2 -2
package/i18n/locales/en.json
CHANGED
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"updateFailed": "Could not save changes",
|
|
153
153
|
"epicFailed": "Could not change epic",
|
|
154
154
|
"moveFailed": "Could not move",
|
|
155
|
+
"resizeFailed": "Could not resize",
|
|
155
156
|
"deleteFailed": "Could not delete",
|
|
156
157
|
"linkFailed": "Could not link tasks",
|
|
157
158
|
"unlinkFailed": "Could not remove dependency",
|
|
@@ -417,7 +418,6 @@
|
|
|
417
418
|
"mergedOfTotal": "{merged}/{total} merged",
|
|
418
419
|
"noTasksYet": "No tasks yet",
|
|
419
420
|
"prCount": "{count} PR",
|
|
420
|
-
"implemented": "{merged}/{total} implemented",
|
|
421
421
|
"prReadyCount": "{count} PR ready",
|
|
422
422
|
"taskCount": "{count} task | {count} tasks",
|
|
423
423
|
"@taskCount": {
|
|
@@ -4484,6 +4484,16 @@
|
|
|
4484
4484
|
"recommendationProgress": "{ready} / {total} ready",
|
|
4485
4485
|
"generatingSuggestion": "Generating a grounded suggestion…",
|
|
4486
4486
|
"currentStandard": "Current standard: {title}",
|
|
4487
|
+
"grounding": {
|
|
4488
|
+
"standard": "Team standard",
|
|
4489
|
+
"@standard": "Badge on a suggested answer: it came from the team's own best-practice standard. Noun phrase, short — fits a small badge.",
|
|
4490
|
+
"project-spec": "Project spec",
|
|
4491
|
+
"@project-spec": "Badge on a suggested answer: it came from the project's own committed specification documents. Noun phrase, short.",
|
|
4492
|
+
"web": "Web source",
|
|
4493
|
+
"@web": "Badge on a suggested answer: it came from a web search result. Noun phrase, short.",
|
|
4494
|
+
"general-practice": "General practice",
|
|
4495
|
+
"@general-practice": "Badge on a suggested answer: it rests only on the model's general knowledge, with no team standard, project spec or source behind it — the weakest grounding, so the wording should not sound authoritative. Noun phrase, short."
|
|
4496
|
+
},
|
|
4487
4497
|
"accept": "Accept",
|
|
4488
4498
|
"reject": "Reject",
|
|
4489
4499
|
"reRequestPlaceholder": "Ask for a different recommendation…",
|
package/i18n/locales/es.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "No se pudieron guardar los cambios",
|
|
132
132
|
"epicFailed": "No se pudo cambiar la épica",
|
|
133
133
|
"moveFailed": "No se pudo mover",
|
|
134
|
+
"resizeFailed": "No se pudo cambiar el tamaño",
|
|
134
135
|
"deleteFailed": "No se pudo eliminar",
|
|
135
136
|
"linkFailed": "No se pudieron vincular las tareas",
|
|
136
137
|
"unlinkFailed": "No se pudo eliminar la dependencia",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} fusionadas",
|
|
385
386
|
"noTasksYet": "Aún no hay tareas",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} implementadas",
|
|
388
388
|
"prReadyCount": "{count} PR listas",
|
|
389
389
|
"taskCount": "{count} tarea | {count} tareas",
|
|
390
390
|
"moduleCount": "{count} módulo | {count} módulos",
|
|
@@ -4297,6 +4297,12 @@
|
|
|
4297
4297
|
"recommendationProgress": "{ready} / {total} listas",
|
|
4298
4298
|
"generatingSuggestion": "Generando una sugerencia fundamentada…",
|
|
4299
4299
|
"currentStandard": "Estándar actual: {title}",
|
|
4300
|
+
"grounding": {
|
|
4301
|
+
"standard": "Estándar del equipo",
|
|
4302
|
+
"project-spec": "Especificación del proyecto",
|
|
4303
|
+
"web": "Fuente web",
|
|
4304
|
+
"general-practice": "Práctica general"
|
|
4305
|
+
},
|
|
4300
4306
|
"accept": "Aceptar",
|
|
4301
4307
|
"reject": "Rechazar",
|
|
4302
4308
|
"reRequestPlaceholder": "Pide una recomendación diferente…",
|
package/i18n/locales/fr.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Impossible d'enregistrer les modifications",
|
|
132
132
|
"epicFailed": "Impossible de changer l'épopée",
|
|
133
133
|
"moveFailed": "Impossible de déplacer",
|
|
134
|
+
"resizeFailed": "Redimensionnement impossible",
|
|
134
135
|
"deleteFailed": "Impossible de supprimer",
|
|
135
136
|
"linkFailed": "Impossible de lier les tâches",
|
|
136
137
|
"unlinkFailed": "Impossible de supprimer la dépendance",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} fusionnées",
|
|
385
386
|
"noTasksYet": "Pas encore de tâches",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} implémentées",
|
|
388
388
|
"prReadyCount": "{count} PR prêtes",
|
|
389
389
|
"taskCount": "{count} tâche | {count} tâches",
|
|
390
390
|
"moduleCount": "{count} module | {count} modules",
|
|
@@ -4297,6 +4297,12 @@
|
|
|
4297
4297
|
"recommendationProgress": "{ready} / {total} prêtes",
|
|
4298
4298
|
"generatingSuggestion": "Génération d'une suggestion étayée…",
|
|
4299
4299
|
"currentStandard": "Standard actuel : {title}",
|
|
4300
|
+
"grounding": {
|
|
4301
|
+
"standard": "Standard de l'équipe",
|
|
4302
|
+
"project-spec": "Spécification du projet",
|
|
4303
|
+
"web": "Source web",
|
|
4304
|
+
"general-practice": "Pratique générale"
|
|
4305
|
+
},
|
|
4300
4306
|
"accept": "Accepter",
|
|
4301
4307
|
"reject": "Rejeter",
|
|
4302
4308
|
"reRequestPlaceholder": "Demander une autre recommandation…",
|
package/i18n/locales/he.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "לא ניתן היה לשמור את השינויים",
|
|
132
132
|
"epicFailed": "לא ניתן היה לשנות את האפיק",
|
|
133
133
|
"moveFailed": "לא ניתן היה להעביר",
|
|
134
|
+
"resizeFailed": "לא ניתן היה לשנות את הגודל",
|
|
134
135
|
"deleteFailed": "לא ניתן היה למחוק",
|
|
135
136
|
"linkFailed": "לא ניתן היה לקשר משימות",
|
|
136
137
|
"unlinkFailed": "לא ניתן להסיר את התלות",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} מוזגו",
|
|
385
386
|
"noTasksYet": "אין עדיין משימות",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} מומשו",
|
|
388
388
|
"prReadyCount": "{count} PR מוכנים",
|
|
389
389
|
"taskCount": "{count} משימה | {count} משימות",
|
|
390
390
|
"moduleCount": "{count} מודול | {count} מודולים",
|
|
@@ -4308,6 +4308,12 @@
|
|
|
4308
4308
|
"recommendationProgress": "{ready} / {total} מוכנות",
|
|
4309
4309
|
"generatingSuggestion": "מייצר הצעה מבוססת…",
|
|
4310
4310
|
"currentStandard": "תקן נוכחי: {title}",
|
|
4311
|
+
"grounding": {
|
|
4312
|
+
"standard": "תקן הצוות",
|
|
4313
|
+
"project-spec": "מפרט הפרויקט",
|
|
4314
|
+
"web": "מקור מהאינטרנט",
|
|
4315
|
+
"general-practice": "נוהג מקובל"
|
|
4316
|
+
},
|
|
4311
4317
|
"accept": "קבל",
|
|
4312
4318
|
"reject": "דחה",
|
|
4313
4319
|
"reRequestPlaceholder": "בקש המלצה אחרת…",
|
package/i18n/locales/it.json
CHANGED
|
@@ -2313,6 +2313,7 @@
|
|
|
2313
2313
|
"updateFailed": "Impossibile salvare le modifiche",
|
|
2314
2314
|
"epicFailed": "Impossibile cambiare epic",
|
|
2315
2315
|
"moveFailed": "Impossibile spostare",
|
|
2316
|
+
"resizeFailed": "Impossibile ridimensionare",
|
|
2316
2317
|
"deleteFailed": "Impossibile eliminare",
|
|
2317
2318
|
"linkFailed": "Impossibile collegare le attività",
|
|
2318
2319
|
"unlinkFailed": "Impossibile rimuovere la dipendenza",
|
|
@@ -2566,7 +2567,6 @@
|
|
|
2566
2567
|
"mergedOfTotal": "{merged}/{total} unite",
|
|
2567
2568
|
"noTasksYet": "Ancora nessuna attività",
|
|
2568
2569
|
"prCount": "{count} PR",
|
|
2569
|
-
"implemented": "{merged}/{total} implementate",
|
|
2570
2570
|
"prReadyCount": "{count} PR pronte",
|
|
2571
2571
|
"taskCount": "{count} attività | {count} attività",
|
|
2572
2572
|
"moduleCount": "{count} modulo | {count} moduli",
|
|
@@ -3864,6 +3864,12 @@
|
|
|
3864
3864
|
"recommendationProgress": "{ready} / {total} pronte",
|
|
3865
3865
|
"generatingSuggestion": "Generazione di un suggerimento fondato…",
|
|
3866
3866
|
"currentStandard": "Standard attuale: {title}",
|
|
3867
|
+
"grounding": {
|
|
3868
|
+
"standard": "Standard del team",
|
|
3869
|
+
"project-spec": "Specifica del progetto",
|
|
3870
|
+
"web": "Fonte web",
|
|
3871
|
+
"general-practice": "Prassi generale"
|
|
3872
|
+
},
|
|
3867
3873
|
"accept": "Accetta",
|
|
3868
3874
|
"reject": "Rifiuta",
|
|
3869
3875
|
"reRequestPlaceholder": "Chiedi una raccomandazione diversa…",
|
package/i18n/locales/ja.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "変更を保存できませんでした",
|
|
132
132
|
"epicFailed": "エピックを変更できませんでした",
|
|
133
133
|
"moveFailed": "移動できませんでした",
|
|
134
|
+
"resizeFailed": "サイズを変更できませんでした",
|
|
134
135
|
"deleteFailed": "削除できませんでした",
|
|
135
136
|
"linkFailed": "タスクをリンクできませんでした",
|
|
136
137
|
"unlinkFailed": "依存関係を削除できませんでした",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} マージ済み",
|
|
385
386
|
"noTasksYet": "タスクはまだありません",
|
|
386
387
|
"prCount": "{count} 件の PR",
|
|
387
|
-
"implemented": "{merged}/{total} 実装済み",
|
|
388
388
|
"prReadyCount": "{count} 件の PR が準備完了",
|
|
389
389
|
"taskCount": "{count} 件のタスク | {count} 件のタスク",
|
|
390
390
|
"moduleCount": "{count} 件のモジュール | {count} 件のモジュール",
|
|
@@ -4309,6 +4309,12 @@
|
|
|
4309
4309
|
"recommendationProgress": "{ready} / {total} 件準備完了",
|
|
4310
4310
|
"generatingSuggestion": "根拠に基づいた提案を生成中…",
|
|
4311
4311
|
"currentStandard": "現在の標準: {title}",
|
|
4312
|
+
"grounding": {
|
|
4313
|
+
"standard": "チーム標準",
|
|
4314
|
+
"project-spec": "プロジェクト仕様",
|
|
4315
|
+
"web": "Web の情報源",
|
|
4316
|
+
"general-practice": "一般的な慣行"
|
|
4317
|
+
},
|
|
4312
4318
|
"accept": "承認",
|
|
4313
4319
|
"reject": "却下",
|
|
4314
4320
|
"reRequestPlaceholder": "別の推奨をリクエスト…",
|
package/i18n/locales/pl.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Nie udało się zapisać zmian",
|
|
132
132
|
"epicFailed": "Nie udało się zmienić epiku",
|
|
133
133
|
"moveFailed": "Nie udało się przenieść",
|
|
134
|
+
"resizeFailed": "Nie udało się zmienić rozmiaru",
|
|
134
135
|
"deleteFailed": "Nie udało się usunąć",
|
|
135
136
|
"linkFailed": "Nie udało się powiązać zadań",
|
|
136
137
|
"unlinkFailed": "Nie udało się usunąć zależności",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} scalonych",
|
|
385
386
|
"noTasksYet": "Brak zadań",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} wdrożonych",
|
|
388
388
|
"prReadyCount": "{count} PR gotowych",
|
|
389
389
|
"taskCount": "{count} zadanie | {count} zadania | {count} zadań",
|
|
390
390
|
"moduleCount": "{count} moduł | {count} moduły | {count} modułów",
|
|
@@ -4297,6 +4297,12 @@
|
|
|
4297
4297
|
"recommendationProgress": "{ready} / {total} gotowych",
|
|
4298
4298
|
"generatingSuggestion": "Generowanie ugruntowanej sugestii…",
|
|
4299
4299
|
"currentStandard": "Aktualny standard: {title}",
|
|
4300
|
+
"grounding": {
|
|
4301
|
+
"standard": "Standard zespołu",
|
|
4302
|
+
"project-spec": "Specyfikacja projektu",
|
|
4303
|
+
"web": "Źródło z sieci",
|
|
4304
|
+
"general-practice": "Ogólna praktyka"
|
|
4305
|
+
},
|
|
4300
4306
|
"accept": "Akceptuj",
|
|
4301
4307
|
"reject": "Odrzuć",
|
|
4302
4308
|
"reRequestPlaceholder": "Poproś o inną rekomendację…",
|
package/i18n/locales/tr.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Değişiklikler kaydedilemedi",
|
|
132
132
|
"epicFailed": "Epik değiştirilemedi",
|
|
133
133
|
"moveFailed": "Taşınamadı",
|
|
134
|
+
"resizeFailed": "Yeniden boyutlandırılamadı",
|
|
134
135
|
"deleteFailed": "Silinemedi",
|
|
135
136
|
"linkFailed": "Görevler bağlanamadı",
|
|
136
137
|
"unlinkFailed": "Bağımlılık kaldırılamadı",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} birleştirildi",
|
|
385
386
|
"noTasksYet": "Henüz görev yok",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} uygulandı",
|
|
388
388
|
"prReadyCount": "{count} PR hazır",
|
|
389
389
|
"taskCount": "{count} görev | {count} görev",
|
|
390
390
|
"moduleCount": "{count} modül | {count} modül",
|
|
@@ -4309,6 +4309,12 @@
|
|
|
4309
4309
|
"recommendationProgress": "{ready} / {total} hazır",
|
|
4310
4310
|
"generatingSuggestion": "Temellendirilmiş bir öneri oluşturuluyor…",
|
|
4311
4311
|
"currentStandard": "Mevcut standart: {title}",
|
|
4312
|
+
"grounding": {
|
|
4313
|
+
"standard": "Ekip standardı",
|
|
4314
|
+
"project-spec": "Proje şartnamesi",
|
|
4315
|
+
"web": "Web kaynağı",
|
|
4316
|
+
"general-practice": "Genel uygulama"
|
|
4317
|
+
},
|
|
4312
4318
|
"accept": "Kabul et",
|
|
4313
4319
|
"reject": "Reddet",
|
|
4314
4320
|
"reRequestPlaceholder": "Farklı bir öneri isteyin…",
|
package/i18n/locales/uk.json
CHANGED
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"updateFailed": "Не вдалося зберегти зміни",
|
|
132
132
|
"epicFailed": "Не вдалося змінити епік",
|
|
133
133
|
"moveFailed": "Не вдалося перемістити",
|
|
134
|
+
"resizeFailed": "Не вдалося змінити розмір",
|
|
134
135
|
"deleteFailed": "Не вдалося видалити",
|
|
135
136
|
"linkFailed": "Не вдалося звʼязати завдання",
|
|
136
137
|
"unlinkFailed": "Не вдалося видалити залежність",
|
|
@@ -384,7 +385,6 @@
|
|
|
384
385
|
"mergedOfTotal": "{merged}/{total} злито",
|
|
385
386
|
"noTasksYet": "Поки немає завдань",
|
|
386
387
|
"prCount": "{count} PR",
|
|
387
|
-
"implemented": "{merged}/{total} реалізовано",
|
|
388
388
|
"prReadyCount": "{count} PR готово",
|
|
389
389
|
"taskCount": "{count} завдання | {count} завдання | {count} завдань",
|
|
390
390
|
"moduleCount": "{count} модуль | {count} модулі | {count} модулів",
|
|
@@ -4297,6 +4297,12 @@
|
|
|
4297
4297
|
"recommendationProgress": "{ready} / {total} готово",
|
|
4298
4298
|
"generatingSuggestion": "Генерування обґрунтованої пропозиції…",
|
|
4299
4299
|
"currentStandard": "Поточний стандарт: {title}",
|
|
4300
|
+
"grounding": {
|
|
4301
|
+
"standard": "Стандарт команди",
|
|
4302
|
+
"project-spec": "Специфікація проєкту",
|
|
4303
|
+
"web": "Джерело з інтернету",
|
|
4304
|
+
"general-practice": "Загальна практика"
|
|
4305
|
+
},
|
|
4300
4306
|
"accept": "Прийняти",
|
|
4301
4307
|
"reject": "Відхилити",
|
|
4302
4308
|
"reRequestPlaceholder": "Попросити іншу рекомендацію…",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.194.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.40",
|
|
42
42
|
"wretch": "^3.0.9",
|
|
43
|
-
"@cat-factory/contracts": "0.
|
|
43
|
+
"@cat-factory/contracts": "0.201.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@toad-contracts/testing": "0.3.2",
|