mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-24 22:04:58 +00:00
- Implement core components: CLI argument parsing, environment loading, GitHub service creation, and logging configuration. - Add support for OpenAI client setup and model resolution. - Develop SDLC context loader from GitHub and repository files. - Implement workflow context and engine builders. - Introduce major workflow packages: `game_tick_loop` and `contextual_iterative_loop`. - Update localization files with new package descriptions and labels. - Streamline web navigation by loading items from a dedicated JSON file.
20 lines
1.2 KiB
JSON
20 lines
1.2 KiB
JSON
{
|
|
"error_github_token_missing": "Erreur : la variable d'environnement GITHUB_TOKEN n'est pas définie.",
|
|
"info_integrated_repo": "Intégré au dépôt : {repo_name}",
|
|
"warn_github_init_failed": "Avertissement : l'intégration GitHub a échoué : {error}",
|
|
"error_sdlc_context": "Erreur lors de la récupération du contexte SDLC : {error}",
|
|
"user_next_step": "Que dois-je faire ensuite ?",
|
|
"info_tool_call_requested": "Appel d'outil demandé...",
|
|
"info_executing_create_branch": "Exécution : create_branch({args})",
|
|
"info_executing_create_pr": "Exécution : create_pull_request({args})",
|
|
"error_github_not_available": "Erreur : l'intégration GitHub n'est pas disponible pour l'appel d'outil.",
|
|
"error_github_repo_missing": "La variable d'environnement GITHUB_REPOSITORY n'est pas définie",
|
|
"sdlc_context_label": "Contexte SDLC :",
|
|
"open_issues_label": "Tickets ouverts :",
|
|
"open_prs_label": "Pull Requests ouvertes :",
|
|
"confirm_tool_execution": "Voulez-vous exécuter {name} avec {args} ? [y/N] : ",
|
|
"info_tool_skipped": "Omission de l'outil : {name}",
|
|
"info_dry_run_skipping": "DRY RUN : Omission de l'outil de modification d'état {name}",
|
|
"info_second_pass": "Deuxième passage avec les résultats de l'outil..."
|
|
}
|