Commit Graph

10 Commits

Author SHA1 Message Date
jiantw83 1324f1575d feat: 階段一 - 基本流程串接骨架
- 重寫 action.yaml:支援所有 LLM providers 的 inputs
- 重寫 Dockerfile:python:3.11-slim + git
- 重寫 entrypoint.sh:啟動 app/main.py
- app/config.py:環境變數與 LLM 自動偵測
- app/llm.py:OpenAI-compatible 統一介面
- app/gitea.py:PR diff 取得與 comment 發布
- app/roles.py:從 prompts/roles/*.yaml 載入角色
- app/main.py:pipeline 骨架,log 每個主要階段
- app/prompts/roles/:五個角色定義(Aria/Rex/Zara/Leo/Maya)
2026-05-11 07:23:06 +00:00
jiantw83 6e8b6492da Add initial TODO documentation for development phases and workflow processes
Co-authored-by: Copilot <copilot@github.com>
2026-05-11 07:09:37 +00:00
jiantw83 2ec18843a3 Update README.md to clarify workflow behavior when severe issues are present 2026-05-11 07:08:59 +00:00
jiantw83 713289737a Update README.md to include instruction for placing prompts in ./app/prompts 2026-05-11 07:02:48 +00:00
jiantw83 d7ef864458 Refactor README.md to update section headers and enhance application setup instructions 2026-05-11 06:52:51 +00:00
jiantw83 86f30f3158 Refactor README.md to clarify workflow process and additional notes 2026-05-11 06:50:33 +00:00
jiantw83 02247899a3 Update README.md to clarify instructions for ai-review.yaml configuration 2026-05-11 06:42:30 +00:00
jiantw83 f158182229 Enhance README.md with detailed configuration examples for various AI Code Review services
Co-authored-by: Copilot <copilot@github.com>
2026-05-11 06:40:55 +00:00
jiantw83 1a45c53aa2 Add README.md for AI Code Review Action documentation 2026-05-11 06:22:59 +00:00
jiantw83 419404dcb6 Initial commit v0.0.1-beta.1 2026-05-07 13:58:22 +00:00