From ed62c7ee9457055801ded677346c0995d3d9e043 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 26 Apr 2026 12:01:10 -0400 Subject: [PATCH] OpenClaw: Add Codex commit prefix guidance --- .openclaw/TOOLS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.openclaw/TOOLS.md b/.openclaw/TOOLS.md index 8952283ae..ee21de901 100644 --- a/.openclaw/TOOLS.md +++ b/.openclaw/TOOLS.md @@ -58,8 +58,11 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update - **Never `git add`** — William stages files himself - **Never `git push`** — William pushes himself -- **Commit workflow:** `git diff --cached` → understand the changes → write title/description → `git commit -m "OpenClaw: ..."` or `"Claude: ..."` -- Title prefix: `OpenClaw:` or `Claude:` +- **Commit workflow:** `git diff --cached` → understand the changes → write title/description → choose the title prefix based on the tool used → `git commit -m "OpenClaw: ..."`, `"Claude: ..."`, or `"Codex: ..."` +- Title prefix: + - Use `OpenClaw:` if OpenClaw made the changes. + - Use `Claude:` if Claude made the changes. + - Use `Codex:` if Codex made the changes. - **Co-author for ACP Claude Code:** If Claude Code (ACP) was used to make the changes, add: `Co-authored-by: Claude Opus 4.6 ` - **Co-author for ACP Codex:** If Codex (ACP) was used to make the changes, add: