@cat-factory/app 0.184.0 → 0.186.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 (34) hide show
  1. package/README.md +4 -1
  2. package/app/assets/css/main.css +2 -0
  3. package/app/assets/css/prose.css +135 -0
  4. package/app/components/board/AddTaskModal.vue +31 -1
  5. package/app/components/brainstorm/BrainstormWindow.vue +4 -37
  6. package/app/components/clarity/ClarityReviewWindow.vue +4 -37
  7. package/app/components/initiative/InitiativePlanReview.vue +351 -0
  8. package/app/components/initiative/InitiativeTrackerWindow.vue +12 -126
  9. package/app/components/panels/AgentStepDetail.vue +19 -122
  10. package/app/components/panels/inspector/ServiceValidationConfig.vue +42 -4
  11. package/app/components/panels/inspector/TaskReviewTarget.vue +69 -0
  12. package/app/components/requirements/RequirementsReviewWindow.vue +4 -37
  13. package/app/composables/useProseComments.ts +126 -0
  14. package/app/composables/useStepApproval.ts +29 -85
  15. package/app/composables/useStepProse.spec.ts +67 -0
  16. package/app/composables/useStepProse.ts +22 -10
  17. package/app/modular/nav-contributions.spec.ts +3 -13
  18. package/app/modular/panels/inspector.logic.spec.ts +7 -0
  19. package/app/modular/panels/inspector.logic.ts +5 -0
  20. package/app/modular/panels/inspector.ts +2 -0
  21. package/app/stores/execution.ts +9 -0
  22. package/app/stores/validationChecks.ts +8 -4
  23. package/app/utils/initiative.spec.ts +24 -0
  24. package/i18n/locales/de.json +17 -3
  25. package/i18n/locales/en.json +18 -3
  26. package/i18n/locales/es.json +17 -3
  27. package/i18n/locales/fr.json +17 -3
  28. package/i18n/locales/he.json +17 -3
  29. package/i18n/locales/it.json +17 -3
  30. package/i18n/locales/ja.json +17 -3
  31. package/i18n/locales/pl.json +17 -3
  32. package/i18n/locales/tr.json +17 -3
  33. package/i18n/locales/uk.json +17 -3
  34. package/package.json +2 -2
@@ -326,7 +326,9 @@
326
326
  "focus": "Review focus",
327
327
  "focusPlaceholder": "e.g. focus on the auth changes and error handling",
328
328
  "derivedTitle": "Review {ref}",
329
- "derivedTitleFallback": "Review pull request"
329
+ "derivedTitleFallback": "Review pull request",
330
+ "prNotFound": "Pull request #{number} was not found in this service's repository. Check the number, or link the service to the repository that pull request is on.",
331
+ "prRepoMismatch": "That pull request is on a different repository. This service reviews {repo}, so create the review task under the service linked to the pull request's repository."
330
332
  }
331
333
  },
332
334
  "recurring": {
@@ -1007,6 +1009,12 @@
1007
1009
  "risk": "Risk",
1008
1010
  "impact": "Impact"
1009
1011
  },
1012
+ "reviewTarget": {
1013
+ "title": "Under review",
1014
+ "hint": "The existing pull request this task reviews.",
1015
+ "prNumber": "PR #{number}",
1016
+ "focus": "Focus: {focus}"
1017
+ },
1010
1018
  "execution": {
1011
1019
  "title": "Execution",
1012
1020
  "hint": "The live pipeline run: each agent step, its progress, and the resulting pull request.",
@@ -1155,6 +1163,9 @@
1155
1163
  "validationChecks": {
1156
1164
  "title": "Pre-PR validation",
1157
1165
  "sectionHint": "Commands run against the checkout after the coder finishes and before a pull request is opened. A failure is handed back to the agent to fix; only a passing checkout opens a PR.",
1166
+ "dependencyInstall": "Dependency install",
1167
+ "@dependencyInstall": "Field label for a shell command. \"install\" is a NOUN here (the installation step), not the imperative verb — it labels the input holding a command such as `pnpm install`, it does not ask the user to install anything.",
1168
+ "dependencyInstallHint": "Runs before the agent starts",
1158
1169
  "hint": "Each command runs with `sh -c` in this service's checkout, in order. Fix the code, not the check — the agent is told not to weaken them.",
1159
1170
  "clear": "Clear",
1160
1171
  "configNoun": "validation checks",
@@ -1174,6 +1185,7 @@
1174
1185
  "action": "Detect",
1175
1186
  "hint": "Suggest checks from this service's repository",
1176
1187
  "added": "Added {count} check | Added {count} checks",
1188
+ "installOnly": "Filled in the dependency install",
1177
1189
  "found": "Recognised {ecosystems}.",
1178
1190
  "capped": "Some suggestions were left out — a service takes at most {max} checks.",
1179
1191
  "nothingNew": "Nothing to add",
@@ -1344,6 +1356,7 @@
1344
1356
  "editConclusionsPlaceholder": "Edit the agent's conclusions; your edits are saved when you approve…",
1345
1357
  "noProseOutput": "This agent produced no prose output.",
1346
1358
  "approveWithCorrections": "Approve with corrections",
1359
+ "renderedOutputNote": "This output is a rendering of what the step produced, so it cannot be edited here. Request changes to have it revised.",
1347
1360
  "reviewAndApprove": "Review & approve",
1348
1361
  "editHint": "Edit the conclusions on the left; your edits are saved when you approve.",
1349
1362
  "reviewHint": "Click any block in the output to comment on it, or leave overall feedback below.",
@@ -5528,9 +5541,11 @@
5528
5541
  "title": "This plan is waiting for you",
5529
5542
  "body": "The planner drafted the phases and items below. Approve them to commit the plan and start the work, or send the plan back with what to change.",
5530
5543
  "approve": "Approve plan",
5531
- "requestChanges": "Request changes",
5532
5544
  "feedbackPlaceholder": "What should the planner change? Scope, phase order, missing work, an item that belongs elsewhere…",
5533
- "sendBack": "Send back to the planner"
5545
+ "sendBack": "Send back to the planner",
5546
+ "noDocument": "This plan was drafted before the platform rendered plans for review, so there is no document to navigate — the sections below are the plan.",
5547
+ "needsFeedback": "Add a comment or some feedback first — the planner re-plans from it.",
5548
+ "commentHint": "Click any part of the plan to comment on it."
5534
5549
  },
5535
5550
  "planning": {
5536
5551
  "title": "Plan the initiative",
@@ -299,7 +299,9 @@
299
299
  "focus": "Enfoque de la revisión",
300
300
  "focusPlaceholder": "p. ej., céntrate en los cambios de autenticación y el manejo de errores",
301
301
  "derivedTitle": "Revisar {ref}",
302
- "derivedTitleFallback": "Revisar la pull request"
302
+ "derivedTitleFallback": "Revisar la pull request",
303
+ "prNotFound": "No se encontró la pull request n.º {number} en el repositorio de este servicio. Comprueba el número, o vincula el servicio al repositorio en el que está esa pull request.",
304
+ "prRepoMismatch": "Esa pull request está en otro repositorio. Este servicio revisa {repo}, así que crea la tarea de revisión en el servicio vinculado al repositorio de la pull request."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "Riesgo",
945
947
  "impact": "Impacto"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "Pull request en revisión",
951
+ "hint": "La pull request existente que revisa esta tarea.",
952
+ "prNumber": "PR n.º {number}",
953
+ "focus": "Enfoque: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "Ejecución",
949
957
  "hint": "La ejecución en vivo del pipeline: cada paso de agente, su progreso y el pull request resultante.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "Validación previa al PR",
1094
1102
  "sectionHint": "Comandos que se ejecutan sobre la copia de trabajo cuando el programador termina y antes de abrir una solicitud de incorporación. Un fallo vuelve al agente para que lo corrija; solo una copia sin errores abre un PR.",
1103
+ "dependencyInstall": "Instalación de dependencias",
1104
+ "dependencyInstallHint": "Se ejecuta antes de que empiece el agente",
1095
1105
  "hint": "Cada comando se ejecuta con `sh -c` en la copia de trabajo de este servicio, en orden. Hay que arreglar el código, no la comprobación: al agente se le indica que no las debilite.",
1096
1106
  "clear": "Vaciar",
1097
1107
  "configNoun": "comprobaciones de validación",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "Detectar",
1112
1122
  "hint": "Sugerir comprobaciones a partir del repositorio de este servicio",
1113
1123
  "added": "Se añadió {count} comprobación | Se añadieron {count} comprobaciones",
1124
+ "installOnly": "Se rellenó la instalación de dependencias",
1114
1125
  "found": "Se reconoció {ecosystems}.",
1115
1126
  "capped": "Se omitieron algunas sugerencias: un servicio admite como máximo {max} comprobaciones.",
1116
1127
  "nothingNew": "No hay nada que añadir",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "Edita las conclusiones del agente; tus cambios se guardan cuando apruebas…",
1282
1293
  "noProseOutput": "Este agente no produjo salida en prosa.",
1283
1294
  "approveWithCorrections": "Aprobar con correcciones",
1295
+ "renderedOutputNote": "Esta salida es una representación de lo que produjo el paso, por lo que no se puede editar aquí. Solicita cambios para que se revise.",
1284
1296
  "reviewAndApprove": "Revisar y aprobar",
1285
1297
  "editHint": "Edita las conclusiones a la izquierda; tus cambios se guardan cuando apruebas.",
1286
1298
  "reviewHint": "Haz clic en cualquier bloque de la salida para comentarlo, o deja comentarios generales abajo.",
@@ -5348,9 +5360,11 @@
5348
5360
  "title": "Este plan te está esperando",
5349
5361
  "body": "El planificador redactó las fases y los elementos de abajo. Apruébalos para confirmar el plan y empezar el trabajo, o devuelve el plan indicando qué cambiar.",
5350
5362
  "approve": "Aprobar plan",
5351
- "requestChanges": "Solicitar cambios",
5352
5363
  "feedbackPlaceholder": "¿Qué debería cambiar el planificador? Alcance, orden de las fases, trabajo que falta, un elemento que va en otro sitio…",
5353
- "sendBack": "Devolver al planificador"
5364
+ "sendBack": "Devolver al planificador",
5365
+ "noDocument": "Este plan se redactó antes de que la plataforma generara planes para revisión, así que no hay documento que recorrer: las secciones de abajo son el plan.",
5366
+ "needsFeedback": "Añade primero un comentario o algún comentario general: el planificador replanifica a partir de ello.",
5367
+ "commentHint": "Haz clic en cualquier parte del plan para comentarla."
5354
5368
  },
5355
5369
  "planning": {
5356
5370
  "title": "Planificar la iniciativa",
@@ -299,7 +299,9 @@
299
299
  "focus": "Objet de la revue",
300
300
  "focusPlaceholder": "p. ex. concentrez-vous sur les changements d'authentification et la gestion des erreurs",
301
301
  "derivedTitle": "Examiner {ref}",
302
- "derivedTitleFallback": "Examiner la pull request"
302
+ "derivedTitleFallback": "Examiner la pull request",
303
+ "prNotFound": "La pull request n° {number} est introuvable dans le dépôt de ce service. Vérifiez le numéro, ou reliez le service au dépôt qui héberge cette pull request.",
304
+ "prRepoMismatch": "Cette pull request se trouve dans un autre dépôt. Ce service examine {repo} : créez la tâche de revue sous le service relié au dépôt de la pull request."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "Risque",
945
947
  "impact": "Impact"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "Pull request en revue",
951
+ "hint": "La pull request existante que cette tâche examine.",
952
+ "prNumber": "PR n° {number}",
953
+ "focus": "Objet : {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "Exécution",
949
957
  "hint": "L'exécution en direct du pipeline : chaque étape d'agent, sa progression et la pull request obtenue.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "Validation avant la PR",
1094
1102
  "sectionHint": "Commandes exécutées sur la copie de travail une fois le développeur terminé et avant l'ouverture d'une demande de tirage. Un échec est renvoyé à l'agent pour correction ; seule une copie sans erreur ouvre une PR.",
1103
+ "dependencyInstall": "Installation des dépendances",
1104
+ "dependencyInstallHint": "S'exécute avant le démarrage de l'agent",
1095
1105
  "hint": "Chaque commande s'exécute avec `sh -c` dans la copie de travail de ce service, dans l'ordre. Il faut corriger le code, pas la vérification : il est demandé à l'agent de ne pas les affaiblir.",
1096
1106
  "clear": "Vider",
1097
1107
  "configNoun": "vérifications de validation",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "Détecter",
1112
1122
  "hint": "Proposer des vérifications à partir du dépôt de ce service",
1113
1123
  "added": "{count} vérification ajoutée | {count} vérifications ajoutées",
1124
+ "installOnly": "L'installation des dépendances a été renseignée",
1114
1125
  "found": "Reconnu : {ecosystems}.",
1115
1126
  "capped": "Certaines suggestions ont été écartées : un service accepte au plus {max} vérifications.",
1116
1127
  "nothingNew": "Rien à ajouter",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "Modifiez les conclusions de l'agent ; vos modifications sont enregistrées lorsque vous approuvez…",
1282
1293
  "noProseOutput": "Cet agent n'a produit aucune sortie en texte libre.",
1283
1294
  "approveWithCorrections": "Approuver avec corrections",
1295
+ "renderedOutputNote": "Cette sortie est un rendu de ce que l'étape a produit ; elle ne peut pas être modifiée ici. Demandez des modifications pour la faire réviser.",
1284
1296
  "reviewAndApprove": "Réviser et approuver",
1285
1297
  "editHint": "Modifiez les conclusions à gauche ; vos modifications sont enregistrées lorsque vous approuvez.",
1286
1298
  "reviewHint": "Cliquez sur n'importe quel bloc de la sortie pour le commenter, ou laissez un retour global ci-dessous.",
@@ -5348,9 +5360,11 @@
5348
5360
  "title": "Ce plan vous attend",
5349
5361
  "body": "Le planificateur a rédigé les phases et les éléments ci-dessous. Approuvez-les pour valider le plan et lancer le travail, ou renvoyez le plan en indiquant ce qu'il faut changer.",
5350
5362
  "approve": "Approuver le plan",
5351
- "requestChanges": "Demander des modifications",
5352
5363
  "feedbackPlaceholder": "Que doit changer le planificateur ? Périmètre, ordre des phases, travail manquant, un élément qui a sa place ailleurs…",
5353
- "sendBack": "Renvoyer au planificateur"
5364
+ "sendBack": "Renvoyer au planificateur",
5365
+ "noDocument": "Ce plan a été rédigé avant que la plateforme ne produise des plans à relire ; il n'y a donc pas de document à parcourir — les sections ci-dessous sont le plan.",
5366
+ "needsFeedback": "Ajoutez d'abord un commentaire ou un retour : le planificateur s'en sert pour replanifier.",
5367
+ "commentHint": "Cliquez sur une partie du plan pour la commenter."
5354
5368
  },
5355
5369
  "planning": {
5356
5370
  "title": "Planifier l'initiative",
@@ -299,7 +299,9 @@
299
299
  "focus": "מוקד הסקירה",
300
300
  "focusPlaceholder": "לדוגמה, להתמקד בשינויי האימות ובטיפול בשגיאות",
301
301
  "derivedTitle": "סקירת {ref}",
302
- "derivedTitleFallback": "סקירת בקשת המשיכה"
302
+ "derivedTitleFallback": "סקירת בקשת המשיכה",
303
+ "prNotFound": "בקשת משיכה #{number} לא נמצאה במאגר של שירות זה. בדקו את המספר, או קשרו את השירות למאגר שבו נמצאת בקשת המשיכה.",
304
+ "prRepoMismatch": "בקשת המשיכה הזו נמצאת במאגר אחר. שירות זה סוקר את {repo}, לכן צרו את משימת הסקירה תחת השירות המקושר למאגר של בקשת המשיכה."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "סיכון",
945
947
  "impact": "השפעה"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "בקשת משיכה בסקירה",
951
+ "hint": "בקשת המשיכה הקיימת שמשימה זו סוקרת.",
952
+ "prNumber": "PR #{number}",
953
+ "focus": "מוקד: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "הרצה",
949
957
  "hint": "ההרצה החיה של הפייפליין: כל שלב סוכן, ההתקדמות שלו ובקשת המשיכה שנוצרת.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "בדיקות לפני בקשת משיכה",
1094
1102
  "sectionHint": "פקודות שרצות על העותק המקומי אחרי שהמפתח מסיים ולפני פתיחת בקשת משיכה. כישלון מוחזר לסוכן לתיקון; רק עותק תקין פותח בקשת משיכה.",
1103
+ "dependencyInstall": "התקנת תלויות",
1104
+ "dependencyInstallHint": "רץ לפני שהסוכן מתחיל",
1095
1105
  "hint": "כל פקודה רצה עם ‎`sh -c`‎ בעותק המקומי של שירות זה, לפי הסדר. יש לתקן את הקוד ולא את הבדיקה — הסוכן מונחה לא להחליש אותן.",
1096
1106
  "clear": "ניקוי",
1097
1107
  "configNoun": "בדיקות אימות",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "זהה",
1112
1122
  "hint": "הצע בדיקות מתוך המאגר של שירות זה",
1113
1123
  "added": "נוספה בדיקה {count} | נוספו {count} בדיקות",
1124
+ "installOnly": "התקנת התלויות מולאה",
1114
1125
  "found": "זוהה: {ecosystems}.",
1115
1126
  "capped": "חלק מההצעות הושמטו — שירות מקבל לכל היותר {max} בדיקות.",
1116
1127
  "nothingNew": "אין מה להוסיף",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "ערוך את מסקנות הסוכן; העריכות שלך נשמרות כשתאשר…",
1282
1293
  "noProseOutput": "סוכן זה לא הפיק פלט טקסטואלי.",
1283
1294
  "approveWithCorrections": "אשר עם תיקונים",
1295
+ "renderedOutputNote": "פלט זה הוא ייצוג של מה שהשלב יצר, ולכן לא ניתן לערוך אותו כאן. בקשו שינויים כדי שיעודכן.",
1284
1296
  "reviewAndApprove": "סקור ואשר",
1285
1297
  "editHint": "ערוך את המסקנות בצד שמאל; העריכות שלך נשמרות כשתאשר.",
1286
1298
  "reviewHint": "לחץ על כל בלוק בפלט כדי להגיב עליו, או השאר משוב כללי למטה.",
@@ -5359,9 +5371,11 @@
5359
5371
  "title": "התוכנית הזו ממתינה לך",
5360
5372
  "body": "המתכנן ניסח את השלבים והפריטים שלמטה. אשרו אותם כדי לשמור את התוכנית ולהתחיל בעבודה, או החזירו את התוכנית עם מה שצריך לשנות.",
5361
5373
  "approve": "אישור התוכנית",
5362
- "requestChanges": "בקשת שינויים",
5363
5374
  "feedbackPlaceholder": "מה המתכנן צריך לשנות? היקף, סדר השלבים, עבודה חסרה, פריט ששייך למקום אחר…",
5364
- "sendBack": "החזרה למתכנן"
5375
+ "sendBack": "החזרה למתכנן",
5376
+ "noDocument": "התוכנית הזו נוסחה לפני שהפלטפורמה יצרה תוכניות לבדיקה, ולכן אין מסמך לנווט בו — הסעיפים שלמטה הם התוכנית.",
5377
+ "needsFeedback": "הוסיפו תחילה הערה או משוב — המתכנן מתכנן מחדש על סמך זה.",
5378
+ "commentHint": "לחצו על כל חלק בתוכנית כדי להעיר עליו."
5365
5379
  },
5366
5380
  "planning": {
5367
5381
  "title": "תכנון היוזמה",
@@ -1285,6 +1285,12 @@
1285
1285
  "risk": "Rischio",
1286
1286
  "impact": "Impatto"
1287
1287
  },
1288
+ "reviewTarget": {
1289
+ "title": "Pull request in revisione",
1290
+ "hint": "La pull request esistente che questa attività revisiona.",
1291
+ "prNumber": "PR n. {number}",
1292
+ "focus": "Focus: {focus}"
1293
+ },
1288
1294
  "execution": {
1289
1295
  "title": "Esecuzione",
1290
1296
  "hint": "L'esecuzione dal vivo della pipeline: ogni passaggio dell'agente, il suo avanzamento e la pull request risultante.",
@@ -1433,6 +1439,8 @@
1433
1439
  "validationChecks": {
1434
1440
  "title": "Validazione prima della PR",
1435
1441
  "sectionHint": "Comandi eseguiti sulla copia di lavoro quando lo sviluppatore ha finito e prima di aprire una richiesta di modifica. Un errore torna all'agente perché lo corregga; solo una copia senza errori apre una PR.",
1442
+ "dependencyInstall": "Installazione delle dipendenze",
1443
+ "dependencyInstallHint": "Viene eseguita prima dell'avvio dell'agente",
1436
1444
  "hint": "Ogni comando viene eseguito con `sh -c` nella copia di lavoro di questo servizio, in ordine. Va corretto il codice, non il controllo: all'agente viene chiesto di non indebolirli.",
1437
1445
  "clear": "Svuota",
1438
1446
  "configNoun": "controlli di validazione",
@@ -1452,6 +1460,7 @@
1452
1460
  "action": "Rileva",
1453
1461
  "hint": "Suggerisci controlli a partire dal repository di questo servizio",
1454
1462
  "added": "Aggiunto {count} controllo | Aggiunti {count} controlli",
1463
+ "installOnly": "Installazione delle dipendenze compilata",
1455
1464
  "found": "Riconosciuto: {ecosystems}.",
1456
1465
  "capped": "Alcuni suggerimenti sono stati esclusi: un servizio accetta al massimo {max} controlli.",
1457
1466
  "nothingNew": "Niente da aggiungere",
@@ -1622,6 +1631,7 @@
1622
1631
  "editConclusionsPlaceholder": "Modifica le conclusioni dell'agente; le tue modifiche vengono salvate quando approvi…",
1623
1632
  "noProseOutput": "Questo agente non ha prodotto alcun output testuale.",
1624
1633
  "approveWithCorrections": "Approva con correzioni",
1634
+ "renderedOutputNote": "Questo output è una rappresentazione di ciò che il passaggio ha prodotto, quindi non può essere modificato qui. Richiedi modifiche per farlo rivedere.",
1625
1635
  "reviewAndApprove": "Revisiona e approva",
1626
1636
  "editHint": "Modifica le conclusioni a sinistra; le tue modifiche vengono salvate quando approvi.",
1627
1637
  "reviewHint": "Fai clic su un blocco qualsiasi nell'output per commentarlo, oppure lascia un feedback complessivo qui sotto.",
@@ -2421,7 +2431,9 @@
2421
2431
  "focus": "Focus della revisione",
2422
2432
  "focusPlaceholder": "es. concentrati sulle modifiche di autenticazione e sulla gestione degli errori",
2423
2433
  "derivedTitle": "Rivedi {ref}",
2424
- "derivedTitleFallback": "Rivedi la pull request"
2434
+ "derivedTitleFallback": "Rivedi la pull request",
2435
+ "prNotFound": "La pull request n. {number} non è stata trovata nel repository di questo servizio. Controlla il numero, oppure collega il servizio al repository in cui si trova la pull request.",
2436
+ "prRepoMismatch": "Quella pull request si trova in un altro repository. Questo servizio revisiona {repo}, quindi crea l'attività di revisione sotto il servizio collegato al repository della pull request."
2425
2437
  }
2426
2438
  },
2427
2439
  "recurring": {
@@ -4329,9 +4341,11 @@
4329
4341
  "title": "Questo piano ti sta aspettando",
4330
4342
  "body": "Il planner ha redatto le fasi e gli elementi qui sotto. Approvali per confermare il piano e avviare il lavoro, oppure rimanda indietro il piano indicando cosa cambiare.",
4331
4343
  "approve": "Approva il piano",
4332
- "requestChanges": "Richiedi modifiche",
4333
4344
  "feedbackPlaceholder": "Cosa deve cambiare il planner? Ambito, ordine delle fasi, lavoro mancante, un elemento che sta altrove…",
4334
- "sendBack": "Rimanda al planner"
4345
+ "sendBack": "Rimanda al planner",
4346
+ "noDocument": "Questo piano è stato redatto prima che la piattaforma generasse piani da revisionare, quindi non c'è un documento da percorrere: le sezioni qui sotto sono il piano.",
4347
+ "needsFeedback": "Aggiungi prima un commento o un riscontro: il pianificatore ripianifica a partire da questo.",
4348
+ "commentHint": "Fai clic su una parte del piano per commentarla."
4335
4349
  },
4336
4350
  "planning": {
4337
4351
  "title": "Pianifica l'iniziativa",
@@ -299,7 +299,9 @@
299
299
  "focus": "レビューの重点",
300
300
  "focusPlaceholder": "例: 認証の変更とエラー処理に注目",
301
301
  "derivedTitle": "{ref} をレビュー",
302
- "derivedTitleFallback": "プルリクエストをレビュー"
302
+ "derivedTitleFallback": "プルリクエストをレビュー",
303
+ "prNotFound": "プルリクエスト #{number} はこのサービスのリポジトリで見つかりませんでした。番号を確認するか、そのプルリクエストがあるリポジトリをサービスに紐付けてください。",
304
+ "prRepoMismatch": "そのプルリクエストは別のリポジトリにあります。このサービスは {repo} をレビューします。プルリクエストのリポジトリに紐付いたサービスの下にレビュータスクを作成してください。"
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "リスク",
945
947
  "impact": "影響度"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "レビュー対象のプルリクエスト",
951
+ "hint": "このタスクがレビューする既存のプルリクエスト。",
952
+ "prNumber": "PR #{number}",
953
+ "focus": "重点: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "実行",
949
957
  "hint": "パイプラインのライブ実行: 各エージェントステップ、その進捗、生成されたプルリクエスト。",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "PR 前の検証",
1094
1102
  "sectionHint": "コーダーの作業完了後、プルリクエストを開く前にチェックアウトに対して実行されるコマンドです。失敗した場合はエージェントに差し戻して修正させ、問題のないチェックアウトだけが PR を開きます。",
1103
+ "dependencyInstall": "依存関係のインストール",
1104
+ "dependencyInstallHint": "エージェントの開始前に実行されます",
1095
1105
  "hint": "各コマンドはこのサービスのチェックアウト内で `sh -c` により順番に実行されます。修正すべきはコードであり検査ではありません。エージェントには検査を弱めないよう指示しています。",
1096
1106
  "clear": "消去",
1097
1107
  "configNoun": "検証コマンド",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "自動検出",
1112
1122
  "hint": "このサービスのリポジトリからチェックを提案します",
1113
1123
  "added": "{count} 件のチェックを追加しました | {count} 件のチェックを追加しました",
1124
+ "installOnly": "依存関係のインストールを入力しました",
1114
1125
  "found": "{ecosystems} を検出しました。",
1115
1126
  "capped": "一部の候補は省略されました。1 つのサービスに設定できるチェックは最大 {max} 件です。",
1116
1127
  "nothingNew": "追加する項目はありません",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "エージェントの結論を編集してください。編集内容は承認時に保存されます…",
1282
1293
  "noProseOutput": "このエージェントは文章出力を生成しませんでした。",
1283
1294
  "approveWithCorrections": "修正して承認",
1295
+ "renderedOutputNote": "この出力はステップが生成した成果物を描画したものであり、ここでは編集できません。修正を依頼してください。",
1284
1296
  "reviewAndApprove": "レビューして承認",
1285
1297
  "editHint": "左側で結論を編集してください。編集内容は承認時に保存されます。",
1286
1298
  "reviewHint": "出力内の任意のブロックをクリックしてコメントするか、下に全体のフィードバックを残してください。",
@@ -5360,9 +5372,11 @@
5360
5372
  "title": "この計画が承認を待っています",
5361
5373
  "body": "プランナーが以下のフェーズと項目を起草しました。承認すると計画がコミットされ、作業が始まります。変更したい点がある場合は、その内容を添えて計画を差し戻してください。",
5362
5374
  "approve": "計画を承認",
5363
- "requestChanges": "変更を依頼",
5364
5375
  "feedbackPlaceholder": "プランナーに変更してほしい点は何ですか。範囲、フェーズの順序、不足している作業、別の場所に属する項目など…",
5365
- "sendBack": "プランナーに差し戻す"
5376
+ "sendBack": "プランナーに差し戻す",
5377
+ "noDocument": "この計画は、プラットフォームがレビュー用の計画を生成する前に作成されたため、たどれる文書がありません。下のセクションが計画そのものです。",
5378
+ "needsFeedback": "まずコメントかフィードバックを入力してください。プランナーはそれをもとに計画し直します。",
5379
+ "commentHint": "計画の任意の箇所をクリックするとコメントできます。"
5366
5380
  },
5367
5381
  "planning": {
5368
5382
  "title": "イニシアチブを計画",
@@ -299,7 +299,9 @@
299
299
  "focus": "Zakres przeglądu",
300
300
  "focusPlaceholder": "np. skup się na zmianach uwierzytelniania i obsłudze błędów",
301
301
  "derivedTitle": "Przegląd {ref}",
302
- "derivedTitleFallback": "Przegląd pull requesta"
302
+ "derivedTitleFallback": "Przegląd pull requesta",
303
+ "prNotFound": "Nie znaleziono pull requesta #{number} w repozytorium tej usługi. Sprawdź numer albo powiąż usługę z repozytorium, w którym znajduje się ten pull request.",
304
+ "prRepoMismatch": "Ten pull request jest w innym repozytorium. Ta usługa przegląda {repo}, więc utwórz zadanie przeglądu w usłudze powiązanej z repozytorium tego pull requesta."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "Ryzyko",
945
947
  "impact": "Wpływ"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "Przeglądany pull request",
951
+ "hint": "Istniejący pull request, który przegląda to zadanie.",
952
+ "prNumber": "PR #{number}",
953
+ "focus": "Zakres: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "Wykonanie",
949
957
  "hint": "Trwające wykonanie potoku: każdy krok agenta, jego postęp i powstały pull request.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "Walidacja przed PR",
1094
1102
  "sectionHint": "Polecenia uruchamiane na kopii roboczej po zakończeniu pracy programisty, a przed otwarciem żądania scalenia. Niepowodzenie wraca do agenta do naprawy; tylko czysta kopia otwiera żądanie scalenia.",
1103
+ "dependencyInstall": "Instalacja zależności",
1104
+ "dependencyInstallHint": "Uruchamia się przed startem agenta",
1095
1105
  "hint": "Każde polecenie jest uruchamiane przez `sh -c` w kopii roboczej tej usługi, po kolei. Poprawiaj kod, a nie sprawdzenie — agent ma polecenie ich nie osłabiać.",
1096
1106
  "clear": "Wyczyść",
1097
1107
  "configNoun": "sprawdzenia walidacyjne",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "Wykryj",
1112
1122
  "hint": "Zaproponuj testy na podstawie repozytorium tej usługi",
1113
1123
  "added": "Dodano {count} test | Dodano {count} testy | Dodano {count} testów",
1124
+ "installOnly": "Uzupełniono instalację zależności",
1114
1125
  "found": "Rozpoznano: {ecosystems}.",
1115
1126
  "capped": "Część propozycji pominięto — usługa przyjmuje najwyżej {max} testów.",
1116
1127
  "nothingNew": "Nie ma czego dodać",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "Edytuj wnioski agenta; Twoje zmiany zostaną zapisane po zatwierdzeniu…",
1282
1293
  "noProseOutput": "Ten agent nie wytworzył wyniku tekstowego.",
1283
1294
  "approveWithCorrections": "Zatwierdź z poprawkami",
1295
+ "renderedOutputNote": "Ten wynik jest przedstawieniem tego, co wytworzył ten krok, więc nie można go tutaj edytować. Poproś o zmiany, aby został poprawiony.",
1284
1296
  "reviewAndApprove": "Recenzuj i zatwierdź",
1285
1297
  "editHint": "Edytuj wnioski po lewej; Twoje zmiany zostaną zapisane po zatwierdzeniu.",
1286
1298
  "reviewHint": "Kliknij dowolny blok w wyniku, aby go skomentować, lub zostaw ogólną opinię poniżej.",
@@ -5348,9 +5360,11 @@
5348
5360
  "title": "Ten plan czeka na Ciebie",
5349
5361
  "body": "Planer przygotował poniższe fazy i elementy. Zatwierdź je, aby zapisać plan i rozpocząć pracę, albo odeślij plan z informacją, co zmienić.",
5350
5362
  "approve": "Zatwierdź plan",
5351
- "requestChanges": "Poproś o zmiany",
5352
5363
  "feedbackPlaceholder": "Co planer ma zmienić? Zakres, kolejność faz, brakująca praca, element, który pasuje gdzie indziej…",
5353
- "sendBack": "Odeślij do planera"
5364
+ "sendBack": "Odeślij do planera",
5365
+ "noDocument": "Ten plan powstał, zanim platforma zaczęła generować plany do przeglądu, więc nie ma dokumentu do przeglądania — plan stanowią sekcje poniżej.",
5366
+ "needsFeedback": "Dodaj najpierw komentarz lub uwagi — planista na ich podstawie planuje ponownie.",
5367
+ "commentHint": "Kliknij dowolny fragment planu, aby go skomentować."
5354
5368
  },
5355
5369
  "planning": {
5356
5370
  "title": "Zaplanuj inicjatywe",
@@ -299,7 +299,9 @@
299
299
  "focus": "İnceleme odağı",
300
300
  "focusPlaceholder": "örn. kimlik doğrulama değişikliklerine ve hata yönetimine odaklan",
301
301
  "derivedTitle": "{ref} incele",
302
- "derivedTitleFallback": "Pull request'i incele"
302
+ "derivedTitleFallback": "Pull request'i incele",
303
+ "prNotFound": "#{number} numaralı pull request bu servisin deposunda bulunamadı. Numarayı kontrol edin veya servisi, pull request'in bulunduğu depoya bağlayın.",
304
+ "prRepoMismatch": "Bu pull request başka bir depoda. Bu servis {repo} deposunu inceliyor; inceleme görevini pull request'in deposuna bağlı servis altında oluşturun."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "Risk",
945
947
  "impact": "Etki"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "İncelenen pull request",
951
+ "hint": "Bu görevin incelediği mevcut pull request.",
952
+ "prNumber": "PR #{number}",
953
+ "focus": "Odak: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "Yürütme",
949
957
  "hint": "Pipeline'ın canlı yürütmesi: her ajan adımı, ilerlemesi ve ortaya çıkan pull request.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "PR öncesi doğrulama",
1094
1102
  "sectionHint": "Kodlayıcı işini bitirdikten sonra ve bir çekme isteği açılmadan önce çalışma kopyası üzerinde çalıştırılan komutlar. Bir hata düzeltilmesi için aracıya geri verilir; yalnızca sorunsuz bir çalışma kopyası çekme isteği açar.",
1103
+ "dependencyInstall": "Bağımlılık kurulumu",
1104
+ "dependencyInstallHint": "Aracı başlamadan önce çalışır",
1095
1105
  "hint": "Her komut bu hizmetin çalışma kopyasında sırayla `sh -c` ile çalıştırılır. Denetimi değil kodu düzeltin — aracıya denetimleri zayıflatmaması söylenir.",
1096
1106
  "clear": "Temizle",
1097
1107
  "configNoun": "doğrulama denetimleri",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "Algıla",
1112
1122
  "hint": "Bu hizmetin deposundan denetimler öner",
1113
1123
  "added": "{count} denetim eklendi | {count} denetim eklendi",
1124
+ "installOnly": "Bağımlılık kurulumu dolduruldu",
1114
1125
  "found": "{ecosystems} algılandı.",
1115
1126
  "capped": "Bazı öneriler dışarıda bırakıldı — bir hizmet en fazla {max} denetim alır.",
1116
1127
  "nothingNew": "Eklenecek bir şey yok",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "Aracının sonuçlarını düzenleyin; düzenlemeleriniz onayladığınızda kaydedilir…",
1282
1293
  "noProseOutput": "Bu aracı herhangi bir metin çıktısı üretmedi.",
1283
1294
  "approveWithCorrections": "Düzeltmelerle onayla",
1295
+ "renderedOutputNote": "Bu çıktı, adımın ürettiği yapıtın bir gösterimidir; burada düzenlenemez. Gözden geçirilmesi için değişiklik isteyin.",
1284
1296
  "reviewAndApprove": "İncele ve onayla",
1285
1297
  "editHint": "Soldaki sonuçları düzenleyin; düzenlemeleriniz onayladığınızda kaydedilir.",
1286
1298
  "reviewHint": "Yorum yapmak için çıktıdaki herhangi bir bloğa tıklayın ya da aşağıya genel geri bildirim bırakın.",
@@ -5360,9 +5372,11 @@
5360
5372
  "title": "Bu plan sizi bekliyor",
5361
5373
  "body": "Planlayıcı aşağıdaki aşamaları ve maddeleri hazırladı. Planı kaydedip işe başlamak için onaylayın ya da neyin değişmesi gerektiğini yazarak planı geri gönderin.",
5362
5374
  "approve": "Planı onayla",
5363
- "requestChanges": "Değişiklik iste",
5364
5375
  "feedbackPlaceholder": "Planlayıcı neyi değiştirmeli? Kapsam, aşama sırası, eksik iş, başka yere ait bir madde…",
5365
- "sendBack": "Planlayıcıya geri gönder"
5376
+ "sendBack": "Planlayıcıya geri gönder",
5377
+ "noDocument": "Bu plan, platform incelemeye yönelik planlar üretmeye başlamadan önce hazırlandı; gezinilecek bir belge yok — plan aşağıdaki bölümlerdir.",
5378
+ "needsFeedback": "Önce bir yorum veya geri bildirim ekleyin — planlayıcı yeniden planlamak için bunu kullanır.",
5379
+ "commentHint": "Yorum yapmak için planın herhangi bir bölümüne tıklayın."
5366
5380
  },
5367
5381
  "planning": {
5368
5382
  "title": "Girisimi planla",
@@ -299,7 +299,9 @@
299
299
  "focus": "Фокус огляду",
300
300
  "focusPlaceholder": "напр. зосередься на змінах автентифікації та обробці помилок",
301
301
  "derivedTitle": "Огляд {ref}",
302
- "derivedTitleFallback": "Огляд pull request"
302
+ "derivedTitleFallback": "Огляд pull request",
303
+ "prNotFound": "Pull request #{number} не знайдено в репозиторії цього сервісу. Перевірте номер або звʼяжіть сервіс із репозиторієм, у якому міститься цей pull request.",
304
+ "prRepoMismatch": "Цей pull request у іншому репозиторії. Цей сервіс оглядає {repo}, тож створіть завдання огляду під сервісом, звʼязаним із репозиторієм цього pull request."
303
305
  }
304
306
  },
305
307
  "recurring": {
@@ -944,6 +946,12 @@
944
946
  "risk": "Ризик",
945
947
  "impact": "Вплив"
946
948
  },
949
+ "reviewTarget": {
950
+ "title": "Pull request на огляді",
951
+ "hint": "Наявний pull request, який оглядає це завдання.",
952
+ "prNumber": "PR #{number}",
953
+ "focus": "Фокус: {focus}"
954
+ },
947
955
  "execution": {
948
956
  "title": "Виконання",
949
957
  "hint": "Живе виконання конвеєра: кожен крок агента, його поступ і отриманий pull request.",
@@ -1092,6 +1100,8 @@
1092
1100
  "validationChecks": {
1093
1101
  "title": "Перевірки перед PR",
1094
1102
  "sectionHint": "Команди, які виконуються на робочій копії після завершення роботи розробника та перед відкриттям запиту на злиття. Невдача повертається до агента на виправлення; лише чиста копія відкриває запит на злиття.",
1103
+ "dependencyInstall": "Встановлення залежностей",
1104
+ "dependencyInstallHint": "Виконується перед запуском агента",
1095
1105
  "hint": "Кожна команда виконується через `sh -c` у робочій копії цієї служби, по черзі. Виправляйте код, а не перевірку — агенту наказано не послаблювати їх.",
1096
1106
  "clear": "Очистити",
1097
1107
  "configNoun": "перевірки",
@@ -1111,6 +1121,7 @@
1111
1121
  "action": "Визначити",
1112
1122
  "hint": "Запропонувати перевірки з репозиторію цієї служби",
1113
1123
  "added": "Додано {count} перевірку | Додано {count} перевірки | Додано {count} перевірок",
1124
+ "installOnly": "Встановлення залежностей заповнено",
1114
1125
  "found": "Розпізнано: {ecosystems}.",
1115
1126
  "capped": "Деякі пропозиції пропущено — служба приймає щонайбільше {max} перевірок.",
1116
1127
  "nothingNew": "Немає чого додавати",
@@ -1281,6 +1292,7 @@
1281
1292
  "editConclusionsPlaceholder": "Відредагуйте висновки агента; ваші зміни зберігаються після затвердження…",
1282
1293
  "noProseOutput": "Цей агент не створив текстового виводу.",
1283
1294
  "approveWithCorrections": "Затвердити з виправленнями",
1295
+ "renderedOutputNote": "Цей результат — відображення того, що створив цей крок, тож редагувати його тут не можна. Надішліть запит на зміни, щоб його переглянули.",
1284
1296
  "reviewAndApprove": "Переглянути та затвердити",
1285
1297
  "editHint": "Відредагуйте висновки ліворуч; ваші зміни зберігаються після затвердження.",
1286
1298
  "reviewHint": "Натисніть будь-який блок у виводі, щоб прокоментувати його, або залиште загальний відгук нижче.",
@@ -5348,9 +5360,11 @@
5348
5360
  "title": "Цей план чекає на вас",
5349
5361
  "body": "Планувальник підготував фази та елементи нижче. Затвердіть їх, щоб зафіксувати план і розпочати роботу, або поверніть план із зазначенням, що змінити.",
5350
5362
  "approve": "Затвердити план",
5351
- "requestChanges": "Запросити зміни",
5352
5363
  "feedbackPlaceholder": "Що має змінити планувальник? Обсяг, порядок фаз, пропущена робота, елемент, якому місце деінде…",
5353
- "sendBack": "Повернути планувальнику"
5364
+ "sendBack": "Повернути планувальнику",
5365
+ "noDocument": "Цей план склали до того, як платформа почала формувати плани для перегляду, тож документа для навігації немає — план становлять розділи нижче.",
5366
+ "needsFeedback": "Спершу додайте коментар або відгук — планувальник переплановує на його основі.",
5367
+ "commentHint": "Клацніть будь-яку частину плану, щоб залишити коментар."
5354
5368
  },
5355
5369
  "planning": {
5356
5370
  "title": "Спланувати ініціативу",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.184.0",
3
+ "version": "0.186.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.191.0"
43
+ "@cat-factory/contracts": "0.193.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@toad-contracts/testing": "0.3.2",