jiantw83
|
1c321b7ba2
|
fix: commitAndPush 加上 await
|
2026-05-11 10:00:08 +00:00 |
|
jiantw83
|
5ae0549453
|
feat: 階段五六 - findings commit/push 到來源分支,critical 問題 exit 1
|
2026-05-11 09:49:07 +00:00 |
|
jiantw83
|
81e38de649
|
feat: 階段四 - findings 寫入與 comment 依序發布(舊問題→非嚴重→嚴重)
|
2026-05-11 09:44:45 +00:00 |
|
jiantw83
|
4a67dec32a
|
feat: 階段三 - AI 語意去重,失敗時降級保留所有問題
|
2026-05-11 09:40:38 +00:00 |
|
jiantw83
|
46dd8320d1
|
feat: 階段二 - Findings 產生與合併
- app/findings.js: 各角色分析 diff、讀取舊 findings、合併去重、等級排序
- app/main.js: 實作 Step2/Step3,log findings 統計
|
2026-05-11 07:52:21 +00:00 |
|
jiantw83
|
ec1f6c96e7
|
feat: 階段一 - 改用 Node.js 實作基本流程骨架
- Dockerfile: 改用 node:20-slim
- entrypoint.sh: 執行 app/main.js
- app/package.json: axios + js-yaml + openai
- app/config.js: 環境變數與 LLM 自動偵測(10 種服務)
- app/llm.js: OpenAI-compatible 統一介面
- app/gitea.js: PR diff 取得與 comment 發布
- app/roles.js: 從 prompts/roles/*.yaml 載入角色
- app/main.js: pipeline 骨架,log 每個主要階段
|
2026-05-11 07:24:47 +00:00 |
|