feat(ai-code-review): 建問題模式導向 issue,並整併流程調整、文件與 CI #6

Merged
admin merged 79 commits from ai-review-resolve/develop-20260717-185330 into develop 2026-07-21 09:39:48 +00:00
Showing only changes of commit cfbbbe5f6c - Show all commits
+2 -1
View File
@@ -728,7 +728,8 @@ ${JSON.stringify(brief)}
* @remarks
* 使用情境:建問題模式(input: create-issue)下,`main()`src/index.js)於防守方裁決後
* 建立追蹤 issue、寫入情境留言,再以本函式把嚴重問題逐條留言到該 issue;
* 警告+建議則 {@link templates.othersComment} 彙整成單一表格另發到同一 issue。
* 警告+建議則 {@link postOthersToIssue} 同樣逐條留言到同一 issue(皆可個別回覆),
* 不使用 {@link templates.othersComment} 的單一表格——表格僅用於一般模式(PR)。
*/
async function postSevereToIssue({ ctx, gitea, issueNumber, severe }) {
for (const finding of severe) {