@cat-factory/app 0.197.0 → 0.198.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.
@@ -5956,12 +5956,42 @@
5956
5956
  "title": "Board-Steuerung",
5957
5957
  "body": "Mit diesen Steuerelementen zoomst du hinein und heraus oder bringst das ganze Board ins Bild."
5958
5958
  },
5959
+ "interfaceTier": {
5960
+ "title": "Einfach und erweitert",
5961
+ "body": "Die Oberfläche startet im einfachen Modus, der die alltäglichen Arbeitsflächen zeigt. Wechsle hier auf erweitert, wenn du zusätzlich die Flächen für Experimente, Bootstrap und Betrieb brauchst."
5962
+ },
5959
5963
  "finish": {
5960
5964
  "title": "Das war die Übersicht",
5961
5965
  "body": "Jetzt kennst du dich aus. Probiere die nächste Tour, um deine erste Aufgabe zu erstellen und auszuführen, oder komm später über die Befehlspalette zurück."
5962
5966
  }
5963
5967
  }
5964
5968
  },
5969
+ "addService": {
5970
+ "title": "Erstes Repository hinzufügen",
5971
+ "description": "Verknüpfe ein Repository, damit das Board einen Service hat, für den du Arbeit planen kannst.",
5972
+ "steps": {
5973
+ "intro": {
5974
+ "title": "Beginne mit einem Repository",
5975
+ "body": "Arbeit passiert am Code, also braucht ein Board mindestens einen Service, bevor ein Agent irgendwo arbeiten kann. Diese Tour verknüpft einen."
5976
+ },
5977
+ "open": {
5978
+ "title": "Service aus Repository",
5979
+ "body": "Das öffnet die Repository-Auswahl. Sie listet die Repositories, die die Verbindung dieses Workspace sehen kann."
5980
+ },
5981
+ "search": {
5982
+ "title": "Repository auswählen",
5983
+ "body": "Suche nach einem deiner eigenen Repositories. Wenn du lieber an etwas Kleinem üben möchtest: {repo} ist ein Beispiel-Service, der für diese Touren absichtlich unfertig bleibt."
5984
+ },
5985
+ "add": {
5986
+ "title": "Hinzufügen",
5987
+ "body": "Das Repository wird zu einem Service-Rahmen auf dem Board. Später kannst du weitere hinzufügen, in einem Monorepo auch einen Service pro Ordner."
5988
+ },
5989
+ "finish": {
5990
+ "title": "Du hast einen Service",
5991
+ "body": "In diesem Rahmen leben die Aufgaben. Die nächste Tour legt eine hinein."
5992
+ }
5993
+ }
5994
+ },
5965
5995
  "firstTask": {
5966
5996
  "title": "Erstelle deine erste Aufgabe",
5967
5997
  "description": "Füge einem Service eine Aufgabe hinzu und sieh zu, wie sie auf dem Board erscheint.",
@@ -5991,6 +6021,96 @@
5991
6021
  "body": "Das ist der Kernablauf: Aufgabe beschreiben, ausführen, Ergebnis prüfen. Entdecke die weiteren Touren, wann immer du magst."
5992
6022
  }
5993
6023
  }
6024
+ },
6025
+ "runTask": {
6026
+ "title": "Aufgabe ausführen",
6027
+ "description": "Öffne eine Aufgabe, wähle ihre Pipeline und lass die Agenten loslegen.",
6028
+ "steps": {
6029
+ "intro": {
6030
+ "title": "Von der Aufgabe zum Lauf",
6031
+ "body": "Eine Aufgabe auf dem Board ist eine Anfrage. Wenn du sie öffnest, siehst du die Pipeline, die sie liefert, und die Bedienelemente, die sie starten."
6032
+ },
6033
+ "openTask": {
6034
+ "title": "Aufgabe öffnen",
6035
+ "body": "Ein Klick auf eine Karte öffnet ihren Inspektor, in dem alles zu dieser Aufgabe steht."
6036
+ },
6037
+ "inspector": {
6038
+ "title": "Der Inspektor",
6039
+ "body": "Status, Repository, Pipeline und der Lauf selbst: dieses Panel ist die ganze Geschichte der Aufgabe."
6040
+ },
6041
+ "pipeline": {
6042
+ "title": "Pipeline wählen",
6043
+ "body": "Eine Pipeline ist die Abfolge von Agenten, die die Arbeit erledigen: Spezifikation schreiben, umsetzen, prüfen, Checks laufen lassen, mergen. Wähle die, die zur Aufgabe passt."
6044
+ },
6045
+ "start": {
6046
+ "title": "Einen Lauf starten",
6047
+ "body": "Das startet die Pipeline wirklich, und Agenten verbrauchen Modellbudget. Deshalb bleibt der Klick bei dir: drücke ihn, wann du bereit bist, während dieser Tour oder danach."
6048
+ },
6049
+ "steps": {
6050
+ "title": "Beim Arbeiten zusehen",
6051
+ "body": "Jeder Schritt meldet seinen Fortschritt hier, live übertragen. Klicke einen Schritt an, um zu lesen, was der Agent tatsächlich produziert hat."
6052
+ },
6053
+ "finish": {
6054
+ "title": "Das ist der Kreislauf",
6055
+ "body": "Aufgabe planen, Pipeline wählen, starten, zusehen. Wenn ein Lauf etwas von dir braucht, hält er an und sagt es, was die nächste Tour behandelt."
6056
+ }
6057
+ }
6058
+ },
6059
+ "answerPark": {
6060
+ "title": "Wartenden Lauf beantworten",
6061
+ "description": "Ein Lauf pausiert und wartet auf einen Menschen. Sieh, wo er fragt und wie du antwortest.",
6062
+ "steps": {
6063
+ "intro": {
6064
+ "title": "Ein Lauf wartet auf dich",
6065
+ "body": "Manche Schritte halten an und fragen: eine Rückfrage zu den Anforderungen, ein Plan zur Freigabe, eine Wahl zwischen Ansätzen. Ein pausierter Lauf wartet unbegrenzt auf eine Antwort, also bewegt sich nichts, bis du antwortest."
6066
+ },
6067
+ "resolve": {
6068
+ "title": "Wo er fragt",
6069
+ "body": "Eine Aufgabe, die auf einen Menschen wartet, zeigt das auf ihrer Karte und bietet diese Aktion an. Sie bringt dich direkt zu dem, was gefragt wird."
6070
+ },
6071
+ "decide": {
6072
+ "title": "Eine Antwort wählen",
6073
+ "body": "Jede Option ist eine echte Anweisung an den Lauf: wähle eine, und die Pipeline macht mit deiner Wahl weiter."
6074
+ },
6075
+ "approve": {
6076
+ "title": "Die Arbeit freigeben",
6077
+ "body": "Gib frei, damit der Lauf weitergeht, oder fordere Änderungen an, um den Schritt mit deinen Anmerkungen zurückzuschicken. Beides sind Antworten, und der Lauf läuft so oder so weiter."
6078
+ },
6079
+ "finish": {
6080
+ "title": "Nichts wartet stillschweigend",
6081
+ "body": "Wartende Aufgaben sind auf dem Board markiert und in der Werkzeugleiste gezählt, damit du sie findest, ohne zu suchen."
6082
+ }
6083
+ }
6084
+ },
6085
+ "reviewMerge": {
6086
+ "title": "Prüfen und mergen",
6087
+ "description": "Lies, was ein fertiger Lauf produziert hat, und bring es in den Hauptzweig.",
6088
+ "steps": {
6089
+ "intro": {
6090
+ "title": "Ein Lauf ist fertig",
6091
+ "body": "Fertig ist nicht dasselbe wie ausgeliefert. Eine Aufgabe ist erledigt, wenn ihr Pull Request gemergt ist, also geht es hier um die letzte Meile."
6092
+ },
6093
+ "openTask": {
6094
+ "title": "Aufgabe öffnen",
6095
+ "body": "Öffne eine Aufgabe, deren Lauf fertig ist. Ihr Inspektor enthält die vollständige Schrittliste."
6096
+ },
6097
+ "openStep": {
6098
+ "title": "Schritt öffnen",
6099
+ "body": "Ein Klick auf einen Schritt zeigt, was dieser Agent produziert hat: seinen Bericht, seine Befunde und was er geändert hat."
6100
+ },
6101
+ "result": {
6102
+ "title": "Das Ergebnis lesen",
6103
+ "body": "Das ist die eigene Darstellung des Agenten. Review-Schritte listen Befunde, ein Tester meldet Urteile, der Merger erklärt, wie er die Änderung bewertet hat."
6104
+ },
6105
+ "merge": {
6106
+ "title": "Mergen",
6107
+ "body": "Wenn ein Lauf einen Pull Request öffnet, bietet der Inspektor hier den Merge an. Eine Pipeline mit Merger-Schritt kann auch selbst mergen, wenn die Änderung über deinem Schwellenwert liegt."
6108
+ },
6109
+ "finish": {
6110
+ "title": "Ausgeliefert",
6111
+ "body": "Gemergte Arbeit markiert die Aufgabe auf dem Board als erledigt. Das ist der ganze Kreislauf: planen, ausführen, antworten, prüfen, mergen."
6112
+ }
6113
+ }
5994
6114
  }
5995
6115
  }
5996
6116
  }
@@ -6163,12 +6163,45 @@
6163
6163
  "title": "Board controls",
6164
6164
  "body": "Zoom in and out or fit the whole board into view with these controls."
6165
6165
  },
6166
+ "interfaceTier": {
6167
+ "title": "Basic and advanced",
6168
+ "body": "The interface starts in basic mode, which shows the everyday delivery surfaces. Switch to advanced here when you also want the experimentation, bootstrap and operator surfaces."
6169
+ },
6166
6170
  "finish": {
6167
6171
  "title": "That's the layout",
6168
6172
  "body": "You know your way around now. Try the next tour to create and run your first task, or come back later via the command palette."
6169
6173
  }
6170
6174
  }
6171
6175
  },
6176
+ "addService": {
6177
+ "title": "Add your first repository",
6178
+ "description": "Link a repository so the board has a service to plan work against.",
6179
+ "steps": {
6180
+ "intro": {
6181
+ "title": "Start with a repository",
6182
+ "body": "Work happens against code, so a board needs at least one service before an agent has anywhere to do it. This tour links one."
6183
+ },
6184
+ "open": {
6185
+ "title": "Add service from repo",
6186
+ "body": "This opens the repository picker. It lists the repositories this workspace's connection can see."
6187
+ },
6188
+ "search": {
6189
+ "title": "Pick a repository",
6190
+ "body": "Search for one of your own repositories. If you would rather practise on something small, {repo} is a sample service kept deliberately unfinished for these tours.",
6191
+ "@body": {
6192
+ "description": "{repo} is a repository slug (owner/name). Keep it verbatim, do not translate or reformat it."
6193
+ }
6194
+ },
6195
+ "add": {
6196
+ "title": "Add it",
6197
+ "body": "The repository becomes a service frame on the board. You can add more later, including one service per folder of a monorepo."
6198
+ },
6199
+ "finish": {
6200
+ "title": "You have a service",
6201
+ "body": "That frame is where tasks live. The next tour puts one in it."
6202
+ }
6203
+ }
6204
+ },
6172
6205
  "firstTask": {
6173
6206
  "title": "Create your first task",
6174
6207
  "description": "Add a task to a service and see it appear on the board.",
@@ -6198,6 +6231,96 @@
6198
6231
  "body": "That is the core loop: describe a task, run it, review the result. Explore the other tours whenever you like."
6199
6232
  }
6200
6233
  }
6234
+ },
6235
+ "runTask": {
6236
+ "title": "Run a task",
6237
+ "description": "Open a task, choose its pipeline and start the agents working.",
6238
+ "steps": {
6239
+ "intro": {
6240
+ "title": "From task to run",
6241
+ "body": "A task on the board is a request. Opening it shows the pipeline that will deliver it and the controls that start it."
6242
+ },
6243
+ "openTask": {
6244
+ "title": "Open a task",
6245
+ "body": "Clicking a card opens its inspector, which is where everything about that task lives."
6246
+ },
6247
+ "inspector": {
6248
+ "title": "The inspector",
6249
+ "body": "Status, repository, pipeline and the run itself: this panel is the task's whole story."
6250
+ },
6251
+ "pipeline": {
6252
+ "title": "Choose a pipeline",
6253
+ "body": "A pipeline is the sequence of agents that will do the work: write a spec, build it, review it, run the checks, merge it. Pick the one that fits the task."
6254
+ },
6255
+ "start": {
6256
+ "title": "Starting a run",
6257
+ "body": "This starts the pipeline for real, and agents spend model budget. So the click is yours to make: press it whenever you are ready, during this tour or after it."
6258
+ },
6259
+ "steps": {
6260
+ "title": "Watching it work",
6261
+ "body": "Every step reports its own progress here as it runs, pushed live. Click a step to read what the agent actually produced."
6262
+ },
6263
+ "finish": {
6264
+ "title": "That is the loop",
6265
+ "body": "Plan a task, pick a pipeline, start it, watch it. When a run needs something from you it pauses and says so, which the next tour covers."
6266
+ }
6267
+ }
6268
+ },
6269
+ "answerPark": {
6270
+ "title": "Answer a waiting run",
6271
+ "description": "A run has paused for a human. See where it asks, and how to reply.",
6272
+ "steps": {
6273
+ "intro": {
6274
+ "title": "A run is waiting for you",
6275
+ "body": "Some steps stop and ask: a question about the requirements, a plan to approve, a choice between approaches. A paused run waits for an answer indefinitely, so nothing moves until you reply."
6276
+ },
6277
+ "resolve": {
6278
+ "title": "Where it asks",
6279
+ "body": "A task waiting on a human says so on its card and offers this action. It takes you straight to whatever is being asked."
6280
+ },
6281
+ "decide": {
6282
+ "title": "Choosing an answer",
6283
+ "body": "Each option is a real instruction to the run: pick one and the pipeline carries on from there with your choice."
6284
+ },
6285
+ "approve": {
6286
+ "title": "Approving the work",
6287
+ "body": "Approve to let the run continue, or request changes to send the step back with your notes. Both are answers, and the run resumes either way."
6288
+ },
6289
+ "finish": {
6290
+ "title": "Nothing waits silently",
6291
+ "body": "Waiting tasks are marked on the board and counted in the toolbar, so you can find them without hunting."
6292
+ }
6293
+ }
6294
+ },
6295
+ "reviewMerge": {
6296
+ "title": "Review and merge",
6297
+ "description": "Read what a finished run produced, and get it merged.",
6298
+ "steps": {
6299
+ "intro": {
6300
+ "title": "A run finished",
6301
+ "body": "Finished is not the same as shipped. A task is done when its pull request is merged, so this tour is the last mile."
6302
+ },
6303
+ "openTask": {
6304
+ "title": "Open the task",
6305
+ "body": "Open a task whose run has finished. Its inspector holds the full step list."
6306
+ },
6307
+ "openStep": {
6308
+ "title": "Open a step",
6309
+ "body": "Clicking a step opens what that agent produced: its report, its findings and what it changed."
6310
+ },
6311
+ "result": {
6312
+ "title": "Reading the result",
6313
+ "body": "This is the agent's own account of the work. Review steps list findings, a tester reports verdicts, the merger explains how it scored the change."
6314
+ },
6315
+ "merge": {
6316
+ "title": "Merging",
6317
+ "body": "When a run opens a pull request, the inspector offers the merge here. A pipeline with a merger step can also merge for itself when the change scores above your threshold."
6318
+ },
6319
+ "finish": {
6320
+ "title": "Shipped",
6321
+ "body": "Merged work marks the task done on the board. That is the whole loop: plan, run, answer, review, merge."
6322
+ }
6323
+ }
6201
6324
  }
6202
6325
  }
6203
6326
  }
@@ -5944,12 +5944,42 @@
5944
5944
  "title": "Controles del tablero",
5945
5945
  "body": "Con estos controles acercas, alejas o ajustas todo el tablero a la vista."
5946
5946
  },
5947
+ "interfaceTier": {
5948
+ "title": "Básico y avanzado",
5949
+ "body": "La interfaz arranca en modo básico, que muestra las superficies del trabajo diario. Cambia aquí a avanzado cuando también quieras las de experimentación, arranque de repositorios y operación."
5950
+ },
5947
5951
  "finish": {
5948
5952
  "title": "Eso es todo",
5949
5953
  "body": "Ya sabes orientarte. Prueba el siguiente recorrido para crear y ejecutar tu primera tarea, o vuelve más tarde desde la paleta de comandos."
5950
5954
  }
5951
5955
  }
5952
5956
  },
5957
+ "addService": {
5958
+ "title": "Añade tu primer repositorio",
5959
+ "description": "Vincula un repositorio para que el tablero tenga un servicio sobre el que planificar trabajo.",
5960
+ "steps": {
5961
+ "intro": {
5962
+ "title": "Empieza por un repositorio",
5963
+ "body": "El trabajo ocurre sobre código, así que un tablero necesita al menos un servicio antes de que un agente tenga dónde trabajar. Este recorrido vincula uno."
5964
+ },
5965
+ "open": {
5966
+ "title": "Añadir servicio desde repositorio",
5967
+ "body": "Esto abre el selector de repositorios. Lista los repositorios que la conexión de este espacio de trabajo puede ver."
5968
+ },
5969
+ "search": {
5970
+ "title": "Elige un repositorio",
5971
+ "body": "Busca uno de tus propios repositorios. Si prefieres practicar con algo pequeño, {repo} es un servicio de ejemplo que se mantiene sin terminar a propósito para estos recorridos."
5972
+ },
5973
+ "add": {
5974
+ "title": "Añádelo",
5975
+ "body": "El repositorio pasa a ser un marco de servicio en el tablero. Después puedes añadir más, incluido un servicio por carpeta en un monorrepo."
5976
+ },
5977
+ "finish": {
5978
+ "title": "Ya tienes un servicio",
5979
+ "body": "En ese marco viven las tareas. El siguiente recorrido coloca una dentro."
5980
+ }
5981
+ }
5982
+ },
5953
5983
  "firstTask": {
5954
5984
  "title": "Crea tu primera tarea",
5955
5985
  "description": "Añade una tarea a un servicio y mírala aparecer en el tablero.",
@@ -5979,6 +6009,96 @@
5979
6009
  "body": "Ese es el ciclo principal: describir una tarea, ejecutarla y revisar el resultado. Explora los demás recorridos cuando quieras."
5980
6010
  }
5981
6011
  }
6012
+ },
6013
+ "runTask": {
6014
+ "title": "Ejecutar una tarea",
6015
+ "description": "Abre una tarea, elige su pipeline y pon a trabajar a los agentes.",
6016
+ "steps": {
6017
+ "intro": {
6018
+ "title": "De la tarea a la ejecución",
6019
+ "body": "Una tarea en el tablero es una petición. Al abrirla verás el pipeline que la entregará y los controles que lo arrancan."
6020
+ },
6021
+ "openTask": {
6022
+ "title": "Abre una tarea",
6023
+ "body": "Al hacer clic en una tarjeta se abre su inspector, donde está todo lo relativo a esa tarea."
6024
+ },
6025
+ "inspector": {
6026
+ "title": "El inspector",
6027
+ "body": "Estado, repositorio, pipeline y la propia ejecución: este panel es la historia completa de la tarea."
6028
+ },
6029
+ "pipeline": {
6030
+ "title": "Elige un pipeline",
6031
+ "body": "Un pipeline es la secuencia de agentes que hará el trabajo: escribir una especificación, construirla, revisarla, pasar las comprobaciones y fusionarla. Elige el que encaje con la tarea."
6032
+ },
6033
+ "start": {
6034
+ "title": "Arrancar una ejecución",
6035
+ "body": "Esto arranca el pipeline de verdad, y los agentes gastan presupuesto de modelo. Por eso el clic es tuyo: púlsalo cuando quieras, durante este recorrido o después."
6036
+ },
6037
+ "steps": {
6038
+ "title": "Ver cómo avanza",
6039
+ "body": "Cada paso informa aquí de su propio progreso, en directo. Haz clic en un paso para leer lo que el agente produjo realmente."
6040
+ },
6041
+ "finish": {
6042
+ "title": "Ese es el ciclo",
6043
+ "body": "Planificar una tarea, elegir un pipeline, arrancarla y seguirla. Cuando una ejecución necesita algo de ti se detiene y lo dice, que es lo que cubre el siguiente recorrido."
6044
+ }
6045
+ }
6046
+ },
6047
+ "answerPark": {
6048
+ "title": "Responder a una ejecución en espera",
6049
+ "description": "Una ejecución se ha detenido a esperar a una persona. Mira dónde pregunta y cómo responder.",
6050
+ "steps": {
6051
+ "intro": {
6052
+ "title": "Una ejecución te está esperando",
6053
+ "body": "Algunos pasos se detienen y preguntan: una duda sobre los requisitos, un plan que aprobar, una elección entre enfoques. Una ejecución en pausa espera respuesta indefinidamente, así que nada avanza hasta que contestes."
6054
+ },
6055
+ "resolve": {
6056
+ "title": "Dónde pregunta",
6057
+ "body": "Una tarea que espera a una persona lo indica en su tarjeta y ofrece esta acción. Te lleva directo a lo que se está preguntando."
6058
+ },
6059
+ "decide": {
6060
+ "title": "Elegir una respuesta",
6061
+ "body": "Cada opción es una instrucción real para la ejecución: elige una y el pipeline continúa desde ahí con tu decisión."
6062
+ },
6063
+ "approve": {
6064
+ "title": "Aprobar el trabajo",
6065
+ "body": "Aprueba para que la ejecución siga, o pide cambios para devolver el paso con tus notas. Ambas son respuestas, y la ejecución se reanuda en cualquier caso."
6066
+ },
6067
+ "finish": {
6068
+ "title": "Nada espera en silencio",
6069
+ "body": "Las tareas en espera se marcan en el tablero y se cuentan en la barra de herramientas, para que las encuentres sin buscarlas."
6070
+ }
6071
+ }
6072
+ },
6073
+ "reviewMerge": {
6074
+ "title": "Revisar y fusionar",
6075
+ "description": "Lee lo que produjo una ejecución terminada y consigue fusionarlo.",
6076
+ "steps": {
6077
+ "intro": {
6078
+ "title": "Una ejecución ha terminado",
6079
+ "body": "Terminado no es lo mismo que entregado. Una tarea está hecha cuando su pull request se fusiona, así que este recorrido es la última milla."
6080
+ },
6081
+ "openTask": {
6082
+ "title": "Abre la tarea",
6083
+ "body": "Abre una tarea cuya ejecución haya terminado. Su inspector contiene la lista completa de pasos."
6084
+ },
6085
+ "openStep": {
6086
+ "title": "Abre un paso",
6087
+ "body": "Al hacer clic en un paso se abre lo que produjo ese agente: su informe, sus hallazgos y lo que cambió."
6088
+ },
6089
+ "result": {
6090
+ "title": "Leer el resultado",
6091
+ "body": "Este es el relato del propio agente. Los pasos de revisión listan hallazgos, un tester informa de veredictos y el fusionador explica cómo puntuó el cambio."
6092
+ },
6093
+ "merge": {
6094
+ "title": "Fusionar",
6095
+ "body": "Cuando una ejecución abre una pull request, el inspector ofrece aquí la fusión. Un pipeline con paso de fusión también puede fusionar por su cuenta si el cambio supera tu umbral."
6096
+ },
6097
+ "finish": {
6098
+ "title": "Entregado",
6099
+ "body": "El trabajo fusionado marca la tarea como hecha en el tablero. Ese es el ciclo completo: planificar, ejecutar, responder, revisar y fusionar."
6100
+ }
6101
+ }
5982
6102
  }
5983
6103
  }
5984
6104
  }
@@ -5944,12 +5944,42 @@
5944
5944
  "title": "Contrôles du tableau",
5945
5945
  "body": "Ces contrôles permettent de zoomer ou d'ajuster tout le tableau à la vue."
5946
5946
  },
5947
+ "interfaceTier": {
5948
+ "title": "Simple et avancé",
5949
+ "body": "L'interface démarre en mode simple, qui montre les surfaces de travail quotidiennes. Passez en avancé ici lorsque vous voulez aussi les surfaces d'expérimentation, d'amorçage et d'exploitation."
5950
+ },
5947
5951
  "finish": {
5948
5952
  "title": "Voilà pour la disposition",
5949
5953
  "body": "Vous savez maintenant vous repérer. Essayez la visite suivante pour créer et lancer votre première tâche, ou revenez plus tard via la palette de commandes."
5950
5954
  }
5951
5955
  }
5952
5956
  },
5957
+ "addService": {
5958
+ "title": "Ajoutez votre premier dépôt",
5959
+ "description": "Liez un dépôt pour que le tableau ait un service sur lequel planifier du travail.",
5960
+ "steps": {
5961
+ "intro": {
5962
+ "title": "Commencez par un dépôt",
5963
+ "body": "Le travail se fait sur du code, donc un tableau a besoin d'au moins un service avant qu'un agent ait un endroit où travailler. Cette visite en lie un."
5964
+ },
5965
+ "open": {
5966
+ "title": "Ajouter un service depuis un dépôt",
5967
+ "body": "Ceci ouvre le sélecteur de dépôts. Il liste les dépôts que la connexion de cet espace de travail peut voir."
5968
+ },
5969
+ "search": {
5970
+ "title": "Choisissez un dépôt",
5971
+ "body": "Cherchez l'un de vos propres dépôts. Si vous préférez vous entraîner sur quelque chose de petit, {repo} est un service d'exemple laissé volontairement inachevé pour ces visites."
5972
+ },
5973
+ "add": {
5974
+ "title": "Ajoutez-le",
5975
+ "body": "Le dépôt devient un cadre de service sur le tableau. Vous pourrez en ajouter d'autres plus tard, y compris un service par dossier dans un monorepo."
5976
+ },
5977
+ "finish": {
5978
+ "title": "Vous avez un service",
5979
+ "body": "C'est dans ce cadre que vivent les tâches. La visite suivante y en place une."
5980
+ }
5981
+ }
5982
+ },
5953
5983
  "firstTask": {
5954
5984
  "title": "Créez votre première tâche",
5955
5985
  "description": "Ajoutez une tâche à un service et regardez-la apparaître sur le tableau.",
@@ -5979,6 +6009,96 @@
5979
6009
  "body": "C'est la boucle principale : décrire une tâche, la lancer, vérifier le résultat. Explorez les autres visites quand vous voulez."
5980
6010
  }
5981
6011
  }
6012
+ },
6013
+ "runTask": {
6014
+ "title": "Lancer une tâche",
6015
+ "description": "Ouvrez une tâche, choisissez son pipeline et mettez les agents au travail.",
6016
+ "steps": {
6017
+ "intro": {
6018
+ "title": "De la tâche à l'exécution",
6019
+ "body": "Une tâche sur le tableau est une demande. En l'ouvrant, vous voyez le pipeline qui la livrera et les commandes qui le démarrent."
6020
+ },
6021
+ "openTask": {
6022
+ "title": "Ouvrez une tâche",
6023
+ "body": "Cliquer sur une carte ouvre son inspecteur, où se trouve tout ce qui concerne cette tâche."
6024
+ },
6025
+ "inspector": {
6026
+ "title": "L'inspecteur",
6027
+ "body": "Statut, dépôt, pipeline et l'exécution elle-même : ce panneau raconte toute l'histoire de la tâche."
6028
+ },
6029
+ "pipeline": {
6030
+ "title": "Choisissez un pipeline",
6031
+ "body": "Un pipeline est la suite d'agents qui feront le travail : écrire une spécification, la réaliser, la relire, lancer les vérifications, fusionner. Prenez celui qui convient à la tâche."
6032
+ },
6033
+ "start": {
6034
+ "title": "Démarrer une exécution",
6035
+ "body": "Ceci démarre réellement le pipeline, et les agents consomment du budget de modèle. Le clic vous revient donc : appuyez quand vous êtes prêt, pendant cette visite ou après."
6036
+ },
6037
+ "steps": {
6038
+ "title": "Suivre le travail",
6039
+ "body": "Chaque étape rapporte ici sa propre progression, en direct. Cliquez sur une étape pour lire ce que l'agent a réellement produit."
6040
+ },
6041
+ "finish": {
6042
+ "title": "Voilà la boucle",
6043
+ "body": "Planifier une tâche, choisir un pipeline, la lancer, la suivre. Quand une exécution a besoin de vous, elle s'arrête et le dit, ce que couvre la visite suivante."
6044
+ }
6045
+ }
6046
+ },
6047
+ "answerPark": {
6048
+ "title": "Répondre à une exécution en attente",
6049
+ "description": "Une exécution s'est arrêtée pour attendre un humain. Voyez où elle demande, et comment répondre.",
6050
+ "steps": {
6051
+ "intro": {
6052
+ "title": "Une exécution vous attend",
6053
+ "body": "Certaines étapes s'arrêtent et posent une question : une précision sur les besoins, un plan à valider, un choix entre plusieurs approches. Une exécution en pause attend une réponse indéfiniment, donc rien n'avance tant que vous n'avez pas répondu."
6054
+ },
6055
+ "resolve": {
6056
+ "title": "Où elle demande",
6057
+ "body": "Une tâche qui attend un humain le signale sur sa carte et propose cette action. Elle vous emmène directement à ce qui est demandé."
6058
+ },
6059
+ "decide": {
6060
+ "title": "Choisir une réponse",
6061
+ "body": "Chaque option est une véritable instruction donnée à l'exécution : choisissez-en une et le pipeline repart avec votre choix."
6062
+ },
6063
+ "approve": {
6064
+ "title": "Valider le travail",
6065
+ "body": "Validez pour laisser l'exécution continuer, ou demandez des modifications pour renvoyer l'étape avec vos remarques. Les deux sont des réponses, et l'exécution repart dans les deux cas."
6066
+ },
6067
+ "finish": {
6068
+ "title": "Rien n'attend en silence",
6069
+ "body": "Les tâches en attente sont marquées sur le tableau et comptées dans la barre d'outils, pour que vous les trouviez sans chercher."
6070
+ }
6071
+ }
6072
+ },
6073
+ "reviewMerge": {
6074
+ "title": "Relire et fusionner",
6075
+ "description": "Lisez ce qu'une exécution terminée a produit, et faites-le fusionner.",
6076
+ "steps": {
6077
+ "intro": {
6078
+ "title": "Une exécution est terminée",
6079
+ "body": "Terminé n'est pas livré. Une tâche est faite quand sa pull request est fusionnée : cette visite est le dernier kilomètre."
6080
+ },
6081
+ "openTask": {
6082
+ "title": "Ouvrez la tâche",
6083
+ "body": "Ouvrez une tâche dont l'exécution est terminée. Son inspecteur contient la liste complète des étapes."
6084
+ },
6085
+ "openStep": {
6086
+ "title": "Ouvrez une étape",
6087
+ "body": "Cliquer sur une étape montre ce que cet agent a produit : son rapport, ses constats et ce qu'il a changé."
6088
+ },
6089
+ "result": {
6090
+ "title": "Lire le résultat",
6091
+ "body": "C'est le compte rendu de l'agent lui-même. Les étapes de relecture listent des constats, un testeur rend des verdicts, le fusionneur explique comment il a noté le changement."
6092
+ },
6093
+ "merge": {
6094
+ "title": "Fusionner",
6095
+ "body": "Quand une exécution ouvre une pull request, l'inspecteur propose la fusion ici. Un pipeline avec une étape de fusion peut aussi fusionner tout seul si le changement dépasse votre seuil."
6096
+ },
6097
+ "finish": {
6098
+ "title": "Livré",
6099
+ "body": "Le travail fusionné marque la tâche comme faite sur le tableau. Voilà la boucle entière : planifier, exécuter, répondre, relire, fusionner."
6100
+ }
6101
+ }
5982
6102
  }
5983
6103
  }
5984
6104
  }