develop
master
調整 code-review-resolve 的問題來源蒐集邏輯(findings 檔一律讀取、議題支援無/單選/多選/全部、兩來源合併去重),並將 Stage B 步驟重新編號;plugin 版本 bump 至 0.0.9。
code-review-resolve
0.0.9
1. 問題來源蒐集改為「findings 檔 + 議題」合併去重(B1)
.gitea/ai-review/findings/
*.json
findings.json
findings
--issue
--issue 12
--issue 12,15,20
--issue all
file + startLine + endLine + reviewer + problem
2. Stage B 步驟重新編號為 B1–B6
<編號|編號清單|all>
3. B4/B6 配合多來源調整
plugin.json
.claude-plugin/plugin.json
.codex-plugin/plugin.json
0.0.8
No dependencies set.
The note is not visible to the blocked user.
變更摘要
調整
code-review-resolve的問題來源蒐集邏輯(findings 檔一律讀取、議題支援無/單選/多選/全部、兩來源合併去重),並將 Stage B 步驟重新編號;plugin 版本 bump 至0.0.9。主要異動
feat(code-review-resolve)
1. 問題來源蒐集改為「findings 檔 + 議題」合併去重(B1)
.gitea/ai-review/findings/目錄下所有*.json與findings.json(wrapper 物件,取findings)。--issue支援四種:無(省略)、單選(--issue 12)、多選(--issue 12,15,20)、全部(--issue all,讀 repo 內所有 open 議題)。file + startLine + endLine + reviewer + problem為鍵去重;重複者合併來源清單(同一問題可同時來自檔案與議題),解決後同時回寫所有來源。2. Stage B 步驟重新編號為 B1–B6
--issue格式補為<編號|編號清單|all>。3. B4/B6 配合多來源調整
chore(plugin 版本)
plugin.json、.claude-plugin/plugin.json、.codex-plugin/plugin.json版本號0.0.8→0.0.9。影響範圍
code-review-resolveskill 的來源蒐集/去重邏輯、步驟編號與版本號;不動其他 skill。風險與注意事項