Skip to content

Commit 18bc2e1

Browse files
committed
[conf] Reference model-co-authors skill for co-author info
1 parent ec613cd commit 18bc2e1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.agents/skills/docs-git-commit/SKILL.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ git commit -m "<中文描述>" -- <文件列表>
7979

8080
`git commit -- <files>` 只提交指定文件,staging area 中其他文件不变。
8181

82-
在 commit body 中附加 co-author 信息(根据实际模型选择邮箱):
83-
- DeepSeek: `Co-authored-by: DeepSeek <service@deepseek.com>`
84-
- MiniMax: `Co-authored-by: MiniMax <model@minimax.io>`
85-
- GPT/Codex: `Co-authored-by: GPT <noreply@openai.com>`
82+
在 commit body 中附加 co-author 信息,参见 `model-co-authors` skill:
8683

8784
```bash
8885
git commit -m "<中文描述>" -m "" -m "Co-authored-by: DeepSeek <service@deepseek.com>" -- <files>

0 commit comments

Comments
 (0)