i18n: traduzioni it/fr per tutti gli agenti

This commit is contained in:
2026-07-19 09:30:25 +01:00
parent c389962e3c
commit ffea3f41f9
15 changed files with 201 additions and 5 deletions
+10
View File
@@ -2,6 +2,16 @@
"name": "Generalist",
"description": "General-purpose task executor: carries out the well-defined work ordered by the calling agent — file edits, shell commands, batch operations. No planning or QA.",
"friendly_description": "Carries out well-defined hands-on work — file edits, shell commands, batch operations — exactly as instructed.",
"i18n": {
"it": {
"name": "Generalista",
"friendly_description": "Esegue lavori pratici ben definiti — modifiche a file, comandi shell, operazioni batch — esattamente come richiesto."
},
"fr": {
"name": "Généraliste",
"friendly_description": "Exécute un travail pratique bien défini — modifications de fichiers, commandes shell, opérations par lots — exactement comme demandé."
}
},
"instructions": "Hand it a fully-specified task: what to change and where. It executes but does not plan, decide scope, or QA its own output, so be explicit about the desired outcome.",
"type": "task",
"scope": "general",