mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-04-29 00:05:04 +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.
24 lines
1.4 KiB
JSON
24 lines
1.4 KiB
JSON
{
|
|
"error_github_token_missing": "Error: GITHUB_TOKEN environment variable not set.",
|
|
"info_integrated_repo": "Integrated with repository: {repo_name}",
|
|
"warn_github_init_failed": "Warning: GitHub integration failed: {error}",
|
|
"error_sdlc_context": "Error fetching SDLC context: {error}",
|
|
"user_next_step": "What should I do next?",
|
|
"info_tool_call_requested": "Tool call requested...",
|
|
"info_executing_create_branch": "Executing: create_branch({args})",
|
|
"info_executing_create_pr": "Executing: create_pull_request({args})",
|
|
"info_executing_tool": "Executing tool: {name}",
|
|
"error_tool_not_found": "Tool {name} not found or unavailable.",
|
|
"error_github_not_available": "Error: GitHub integration not available for tool call.",
|
|
"error_github_repo_missing": "GITHUB_REPOSITORY environment variable not set",
|
|
"sdlc_context_label": "SDLC Context:",
|
|
"roadmap_label": "ROADMAP.md Content:",
|
|
"open_issues_label": "Open Issues:",
|
|
"open_prs_label": "Open Pull Requests:",
|
|
"missing_roadmap_msg": "ROADMAP.md is missing. Please analyze the repository, create ROADMAP.md with tickboxes for completed items, and list tasks that need to be done.",
|
|
"confirm_tool_execution": "Do you want to execute {name} with {args}? [y/N]: ",
|
|
"info_tool_skipped": "Skipping tool: {name}",
|
|
"info_dry_run_skipping": "DRY RUN: Skipping state-modifying tool {name}",
|
|
"info_second_pass": "Performing second pass with tool results..."
|
|
}
|