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.1 KiB
JSON
20 lines
1.1 KiB
JSON
{
|
|
"error_github_token_missing": "Fout: GITHUB_TOKEN omgevingsvariabele is niet ingesteld.",
|
|
"info_integrated_repo": "Geïntegreerd met repository: {repo_name}",
|
|
"warn_github_init_failed": "Waarschuwing: GitHub-integratie mislukt: {error}",
|
|
"error_sdlc_context": "Fout bij het ophalen van SDLC-context: {error}",
|
|
"user_next_step": "Wat moet ik nu doen?",
|
|
"info_tool_call_requested": "Tool-aanroep aangevraagd...",
|
|
"info_executing_create_branch": "Uitvoeren: create_branch({args})",
|
|
"info_executing_create_pr": "Uitvoeren: create_pull_request({args})",
|
|
"error_github_not_available": "Fout: GitHub-integratie niet beschikbaar voor tool-aanroep.",
|
|
"error_github_repo_missing": "GITHUB_REPOSITORY omgevingsvariabele is niet ingesteld",
|
|
"sdlc_context_label": "SDLC-context:",
|
|
"open_issues_label": "Openstaande issues:",
|
|
"open_prs_label": "Openstaande pull requests:",
|
|
"confirm_tool_execution": "Wilt u {name} uitvoeren met {args}? [y/N]: ",
|
|
"info_tool_skipped": "Overslaan van tool: {name}",
|
|
"info_dry_run_skipping": "DRY RUN: Overslaan van statuswijzigende tool {name}",
|
|
"info_second_pass": "Tweede ronde uitvoeren met tool-resultaten..."
|
|
}
|