補強 README 產生規則 #15

Merged
admin merged 2 commits from develop into master 2026-06-22 06:00:28 +00:00
Member

變更摘要

  • 補強 doc-funcs 的 README 產生規則,遇到跨專案或跨命名空間的同名型別時,功能名稱需補上可辨識的模組/專案前綴。
  • 要求 Markdown 表格、link text、heading 中的 C# 泛型角括號先轉為 < / >,同時 anchor id 維持安全 slug。
  • 新增 README 產生後的錨點一致性檢查,包含重複 anchor、未引用 anchor、最後一筆連結對應與最後一列 link 閉合檢查。
  • 將 plugin manifest 版本更新為 0.0.5

影響範圍

  • skills/doc-funcs/SKILL.md
  • README.md
  • .claude-plugin/plugin.json
  • .codex-plugin/plugin.json
  • plugin.json

驗證

  • jq empty .claude-plugin/plugin.json .codex-plugin/plugin.json plugin.json
  • git diff --check
## 變更摘要 - 補強 `doc-funcs` 的 README 產生規則,遇到跨專案或跨命名空間的同名型別時,功能名稱需補上可辨識的模組/專案前綴。 - 要求 Markdown 表格、link text、heading 中的 C# 泛型角括號先轉為 `<` / `>`,同時 anchor id 維持安全 slug。 - 新增 README 產生後的錨點一致性檢查,包含重複 anchor、未引用 anchor、最後一筆連結對應與最後一列 link 閉合檢查。 - 將 plugin manifest 版本更新為 `0.0.5`。 ## 影響範圍 - `skills/doc-funcs/SKILL.md` - `README.md` - `.claude-plugin/plugin.json` - `.codex-plugin/plugin.json` - `plugin.json` ## 驗證 - `jq empty .claude-plugin/plugin.json .codex-plugin/plugin.json plugin.json` - `git diff --check`
jiantw83 added 2 commits 2026-06-22 05:59:55 +00:00
admin approved these changes 2026-06-22 06:00:25 +00:00
admin merged commit 72c26eb5fc into master 2026-06-22 06:00:28 +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/doc#15