feat(code-review-resolve): 議題模式待人工處理問題寫回 findings 後一律關閉議題(0.0.8) #11

Merged
admin merged 2 commits from develop into master 2026-07-20 07:16:42 +00:00
Member

變更摘要

調整 code-review-resolve skill 的**議題模式收尾(B5)**行為,並將 plugin 版本 bump 至 0.0.8

主要異動

feat(code-review-resolve)

議題模式(--issue)收尾行為調整:

  • 待人工處理問題寫回 findings:修復後仍為 ⏭️ 待人工處理 的問題,改為寫成一個新的 wrapper 物件檔到 .gitea/ai-review/findings/(時間戳檔名、excluded:[]、補流水號 id),供後續 review/resolve 追蹤;無待人工項則不建檔。
  • 一律關閉議題:問題已全部分流為 已修復 / 🚫 誤報寫入 exclusions / ⏭️ 待人工處理寫回 findings,因此收尾時關閉議題(先在留言標明各待人工項寫回哪個 findings 檔與原因,避免遺失待辦)。原本「僅在全部解決時才關閉、有待人工項就不關」的行為移除。
  • 同步更新 frontmatter、intro、階段表、--issue 參數說明、B0 說明與總結段落中舊的「全解決時關閉」描述。

chore(plugin 版本)

  • plugin.json.claude-plugin/plugin.json.codex-plugin/plugin.json 版本號 0.0.70.0.8

影響範圍

  • 僅影響 code-review-resolve skill 的議題模式收尾行為與版本號;不動其他 skill、不影響檔案/目錄來源的 findings 處理流程。

風險與注意事項

  • 純文件(SKILL.md)與 manifest 版本號變更,無程式碼執行風險。
## 變更摘要 調整 `code-review-resolve` skill 的**議題模式收尾(B5)**行為,並將 plugin 版本 bump 至 `0.0.8`。 ## 主要異動 ### feat(code-review-resolve) 議題模式(`--issue`)收尾行為調整: - **待人工處理問題寫回 findings**:修復後仍為 ⏭️ 待人工處理 的問題,改為寫成一個新的 wrapper 物件檔到 `.gitea/ai-review/findings/`(時間戳檔名、`excluded:[]`、補流水號 `id`),供後續 review/resolve 追蹤;無待人工項則不建檔。 - **一律關閉議題**:問題已全部分流為 ✅ 已修復 / 🚫 誤報寫入 exclusions / ⏭️ 待人工處理寫回 findings,因此收尾時關閉議題(先在留言標明各待人工項寫回哪個 findings 檔與原因,避免遺失待辦)。原本「僅在全部解決時才關閉、有待人工項就不關」的行為移除。 - 同步更新 frontmatter、intro、階段表、`--issue` 參數說明、B0 說明與總結段落中舊的「全解決時關閉」描述。 ### chore(plugin 版本) - `plugin.json`、`.claude-plugin/plugin.json`、`.codex-plugin/plugin.json` 版本號 `0.0.7` → `0.0.8`。 ## 影響範圍 - 僅影響 `code-review-resolve` skill 的議題模式收尾行為與版本號;不動其他 skill、不影響檔案/目錄來源的 findings 處理流程。 ## 風險與注意事項 - 純文件(SKILL.md)與 manifest 版本號變更,無程式碼執行風險。
jiantw83 added 2 commits 2026-07-20 07:15:54 +00:00
admin approved these changes 2026-07-20 07:16:39 +00:00
admin merged commit 7af96f1230 into master 2026-07-20 07:16:42 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: plugins/code#11