From e1dbf3cc45ecd66adc5f6cf1fe2032f4826801c4 Mon Sep 17 00:00:00 2001 From: csh Date: Fri, 15 May 2026 17:15:10 +0800 Subject: [PATCH] :bug: fix(skills): remove dual-path from commit-message skill Drop the vendoring-scenario fallback path from commit-message/SKILL.md. rewrite_skill_docs_links handles path rewriting at install time, so the source file only needs the canonical docs/common/ path. Co-Authored-By: Claude Opus 4.7 (1M context) --- codex/skills/commit-message/SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codex/skills/commit-message/SKILL.md b/codex/skills/commit-message/SKILL.md index ceb9a285..75173bb9 100644 --- a/codex/skills/commit-message/SKILL.md +++ b/codex/skills/commit-message/SKILL.md @@ -11,11 +11,9 @@ description: 目标:基于 `git diff --cached`(staged diff)生成 1–3 条提交信息建议:`:emoji: type(scope): subject`(可选 body/footer)。 -权威规范(单一真源,优先就近路径): +权威规范(单一真源): - `docs/common/commit_message.md` -- `docs/standards/playbook/docs/common/commit_message.md`(Playbook - vendoring 场景) ## When to use