chore(plugin 版本): bump 至 0.1.1 #13

Merged
admin merged 3 commits from develop into master 2026-06-18 05:01:48 +00:00
Member

變更摘要

  • 更新 code-review-resolve 的 findings 處理流程,加入 exclusions.json 的讀取、正規化、去重與誤報登記規則。
  • 調整已解決 finding 的移除條件:只有已修復或已成功登記為誤報的項目才會自 findings.json 移除,待人工處理項目會保留。
  • 將 PR 描述預設策略改為 full,讓未指定 --pr-desc 時自動產生完整摘要。
  • 補上 PR body 產生規範,要求使用實際換行與 UTF-8 JSON 檔送出,避免 Gitea 顯示字面 \n
  • 將 plugin 版本由 0.1.0 bump 至 0.1.1,並同步更新 Claude、Codex 與根目錄 manifest。

影響範圍

  • 主要影響 jsc:code-review-resolve skill 的執行指引與 PR 建立流程。
  • 更新 plugin manifest 版本號,供 Claude Code、Codex、Antigravity / OpenCode 相關入口辨識新版內容。
  • 不變更執行程式碼或外部 API,只更新 skill 文件與 manifest metadata。

重點檔案

  • skills/code-review-resolve/SKILL.md
  • .claude-plugin/plugin.json
  • .codex-plugin/plugin.json
  • plugin.json

Commit

  • 11fdd30 chore(plugin 版本): bump 至 0.1.1
  • 821b823 docs(code-review-resolve): 預設使用完整 PR 描述並修正換行規範
  • 4656705 docs(code-review-resolve): 更新 findings 與 exclusions 處理流程

驗證

  • 已執行 jq empty plugin.json .codex-plugin/plugin.json .claude-plugin/plugin.json .claude-plugin/marketplace.json,JSON 格式有效。
  • Plugin validation 腳本先前因環境缺少 Python yaml 套件無法執行完成。

風險與注意事項

  • 這次是文件與 metadata 更新,未執行程式測試。
  • 後續使用此 skill 建 PR 時,PR 描述應預設採完整摘要,且 Markdown 換行不應再被送成字面 \n
## 變更摘要 - 更新 `code-review-resolve` 的 findings 處理流程,加入 `exclusions.json` 的讀取、正規化、去重與誤報登記規則。 - 調整已解決 finding 的移除條件:只有已修復或已成功登記為誤報的項目才會自 `findings.json` 移除,待人工處理項目會保留。 - 將 PR 描述預設策略改為 `full`,讓未指定 `--pr-desc` 時自動產生完整摘要。 - 補上 PR body 產生規範,要求使用實際換行與 UTF-8 JSON 檔送出,避免 Gitea 顯示字面 `\n`。 - 將 plugin 版本由 `0.1.0` bump 至 `0.1.1`,並同步更新 Claude、Codex 與根目錄 manifest。 ## 影響範圍 - 主要影響 `jsc:code-review-resolve` skill 的執行指引與 PR 建立流程。 - 更新 plugin manifest 版本號,供 Claude Code、Codex、Antigravity / OpenCode 相關入口辨識新版內容。 - 不變更執行程式碼或外部 API,只更新 skill 文件與 manifest metadata。 ## 重點檔案 - `skills/code-review-resolve/SKILL.md` - `.claude-plugin/plugin.json` - `.codex-plugin/plugin.json` - `plugin.json` ## Commit - `11fdd30 chore(plugin 版本): bump 至 0.1.1` - `821b823 docs(code-review-resolve): 預設使用完整 PR 描述並修正換行規範` - `4656705 docs(code-review-resolve): 更新 findings 與 exclusions 處理流程` ## 驗證 - 已執行 `jq empty plugin.json .codex-plugin/plugin.json .claude-plugin/plugin.json .claude-plugin/marketplace.json`,JSON 格式有效。 - Plugin validation 腳本先前因環境缺少 Python `yaml` 套件無法執行完成。 ## 風險與注意事項 - 這次是文件與 metadata 更新,未執行程式測試。 - 後續使用此 skill 建 PR 時,PR 描述應預設採完整摘要,且 Markdown 換行不應再被送成字面 `\n`。
jiantw83 added 1 commit 2026-06-18 04:52:31 +00:00
jiantw83 added 1 commit 2026-06-18 04:57:40 +00:00
jiantw83 changed title from docs(code-review-resolve): 更新 findings 與 exclusions 處理流程 to docs(code-review-resolve): 更新 findings 與 PR 描述流程 2026-06-18 04:58:04 +00:00
admin approved these changes 2026-06-18 04:58:51 +00:00
Dismissed
admin approved these changes 2026-06-18 04:59:09 +00:00
Dismissed
jiantw83 added 1 commit 2026-06-18 05:00:45 +00:00
jiantw83 changed title from docs(code-review-resolve): 更新 findings 與 PR 描述流程 to chore(plugin 版本): bump 至 0.1.1 2026-06-18 05:01:11 +00:00
admin approved these changes 2026-06-18 05:01:45 +00:00
admin merged commit 52ac658106 into master 2026-06-18 05:01:48 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No labels
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: plugins/code-review#13