Commit Graph

16 Commits

Author SHA1 Message Date
ea48390d9e Add run_docker_task tool for executing commands in Docker containers, update ROADMAP.md for Dockerization phase, and implement Docker utility functions. 2026-01-09 14:01:26 +00:00
8f9cc00f94 Add command-line options for dry-run and yolo mode, improve tool execution feedback, and enhance message localization across languages. 2026-01-09 13:56:22 +00:00
7ad7bca978 Integrate CI/CD with GitHub Actions, add testing and linting functions, and mark roadmap tasks as complete 2026-01-09 13:46:25 +00:00
2b25e0d5d7 Implement roadmap updates, repository indexing, and declarative tool processing. Add functions for managing ROADMAP.md, file listing, and feedback loop with PR comments. 2026-01-09 13:43:06 +00:00
7d62fe18a4 Add ROADMAP.md to outline project phases and upcoming features 2026-01-09 13:40:10 +00:00
7b69501273 Remove remote prompt loading, update to use local prompts only 2026-01-09 13:34:11 +00:00
a8574d156c Support local and remote prompt loading: add default prompt path and environment variable; update load_prompt_yaml to handle local files and adjust main function call accordingly. 2026-01-09 13:31:42 +00:00
160864a320 Refactor codebase for better modularity: move load_messages to __init__.py, streamline GitHub operations in github_integration.py, and enhance main.py with improved function organization and error handling. 2026-01-09 13:27:44 +00:00
2aa566d07a Add multilingual support by externalizing messages to JSON files; update main.py and GitHub integration to use loaded messages for better localization. 2026-01-09 13:19:41 +00:00
f438ab0753 Externalize SDLC tool definitions to tools.json and update environment configuration; replace hardcoded URLs with environment variables. 2026-01-09 13:14:00 +00:00
10769bbb13 Refactor import statement for GitHub integration to simplify code and remove fallback logic. 2026-01-09 13:11:48 +00:00
ad4d4234eb Integrate GitHub functionality: add GitHub integration class and implement branch/PR management; update dependencies and add initial README documentation. 2026-01-09 13:09:43 +00:00
163c918d56 Refactor and reorganize project structure: move main.py to src/autometabuilder; implement .env support and add poetry.lock file; prepare for more comprehensive documentation. 2026-01-09 13:03:10 +00:00
45a960b537 Update .gitignore to exclude IntelliJ IDEA files 2026-01-09 12:46:03 +00:00
2c8ea589d8 Remove IntelliJ IDEA project configuration files 2026-01-09 12:45:07 +00:00
e2e47a2e6b Add main.py for fetching and printing OpenAI chat completions, update gitignore and IDE settings 2026-01-09 12:43:45 +00:00