develop
master
為 doc-funcs 技能加入「Dockerfile 與 README 檔名依專案內多數檔案的大小寫命名慣例正規化」規則,並同步 README 說明與 plugin 版本。
doc-funcs
Dockerfile
skills/doc-funcs/SKILL.md
*.md
.docs/doc-funcs-index.md
git mv
dockerfile:
README.md
readme.md
description
plugin.json
.claude-plugin/plugin.json
.codex-plugin/plugin.json
No dependencies set.
The note is not visible to the blocked user.
變更摘要
為
doc-funcs技能加入「Dockerfile與 README 檔名依專案內多數檔案的大小寫命名慣例正規化」規則,並同步 README 說明與 plugin 版本。重點內容
修改:
skills/doc-funcs/SKILL.md*.md、Dockerfile 看其他容器/建置檔),同類樣本不足 3 個才改看全專案分布;只有某風格明顯過半才視為「專案多數慣例」,判斷結果記錄在.docs/doc-funcs-index.md。git mv調整(大小寫不敏感檔案系統用兩段式改名),並同步更新所有引用(docker-compose 的dockerfile:、CI build 參數、文件連結),確保建置行為不變。README.md、多數全小寫→readme.md);無明顯多數則沿用既有檔名,無既有 README 才預設README.md,且不得同時留下兩種大小寫版本。description:補上檔名正規化行為,維持跨助理自動觸發依據的完整性。修改:
README.mddoc-funcs說明段補上檔名正規化規則。版本
plugin.json、.claude-plugin/plugin.json、.codex-plugin/plugin.json版本 0.1.5 → 0.1.6。影響範圍與風險
doc-funcs技能對目標專案的Dockerfile與 README 檔名處理;其他技能不受影響。Commits