Commit Graph

10 Commits

Author SHA1 Message Date
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