fix(ai-review 同步): 限制自動提交只包含問題檔 #18
Reference in New Issue
Block a user
Delete Branch "ai-review-resolve/20260618080715"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
變更摘要
.gitea/ai-review/findings.json與.gitea/ai-review/exclusions.json,不再同步 action 內建資產或入口檔到目標專案。.gitea/ai-review/exclusions.json中已過時的 skill 同步相關排除紀錄。影響範圍
app/git.js:移除 skill tree、入口檔同步與 instruction merge 邏輯,只複製並提交 review 問題檔。app/gitea.js:移除已不存在的 skill/入口路徑排除清單。Dockerfile:不再 COPY skill 與平台入口目錄。app/git.test.js、app/gitea.test.js:改驗證只提交問題檔、不覆寫 action source 檔,以及新的 diff filter 行為。驗證
npm test:142 tests passed。.gitea/ai-review/findings.json與.gitea/ai-review/exclusions.json為合法 JSON。Commits
fix(ai-review 同步): 限制自動提交只包含問題檔test(ai-review 同步): 更新只提交問題檔的測試docs(專案說明): 移除 skill 同步相關文件chore(ai-review 狀態): 移除過時 skill 排除紀錄🤖 AI Code Review 團隊