重構週報為使用者視角,全面繁體中文化 - #15
Merged
Merged
Conversation
…pact_report Agent-Logs-Url: https://github.com/hondayaya123/RepoWatchDog/sessions/55babaa3-779b-4878-a8a4-3dcd0a6b4f7e Co-authored-by: hondayaya123 <50391999+hondayaya123@users.noreply.github.com>
… each item Agent-Logs-Url: https://github.com/hondayaya123/RepoWatchDog/sessions/55babaa3-779b-4878-a8a4-3dcd0a6b4f7e Co-authored-by: hondayaya123 <50391999+hondayaya123@users.noreply.github.com>
hondayaya123
marked this pull request as ready for review
April 4, 2026 15:17
Copilot
AI
changed the title
[WIP] Fix breaking change in task tool sub-agents
重構週報為使用者視角,全面繁體中文化
Apr 4, 2026
Copilot stopped work on behalf of
hondayaya123 due to an error
April 4, 2026 15:18
Owner
|
@copilot 接下來可以怎做? 怎有 error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
週報原本以開發者視角呈現(破壞性變更、migration guide、程式碼更新建議),對不寫程式的使用者毫無幫助。使用者真正在意的是:有什麼新功能、什麼東西壞了、什麼功能目前不支援。
報告結構重組
舊章節 → 新章節:
新增關鍵字分類邏輯(
scripts/watch_dog.py)_FEATURE_KEYWORDS/_BUG_KEYWORDS/_UNSUPPORTED_KEYWORDS:三組關鍵字集合_user_classify_text(title, labels) → str:將項目分類為feature/bug/unsupported/other,unsupported優先權最高,避免「Add support for BYOM — not support yet」被誤判為新功能_classify_for_user(releases, prs, issues):releases 全數歸入新功能;issues 依分類分流_generate_user_tips(...):產生最多 3 條使用者友善小結中文化細節
每個項目加上中文類別標籤,消除使用者需要理解英文 GitHub 術語的負擔:
頁尾由
Generated by RepoWatchDog改為「由 RepoWatchDog 自動產生」。測試
新增 14 個測試涵蓋
_user_classify_text與_classify_for_user;更新既有build_compact_report測試反映新章節結構,共 66 個測試全部通過。