From 69dee58e8bd08ceef9d5ac24ff224e9c2b1250a2 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 15 Feb 2026 21:41:06 -0500 Subject: [PATCH] docs(commit): clarify commit guideline wording and formatting --- home/dot_config/opencode/agents/commit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/dot_config/opencode/agents/commit.md b/home/dot_config/opencode/agents/commit.md index 7798c8a..4dd0d28 100644 --- a/home/dot_config/opencode/agents/commit.md +++ b/home/dot_config/opencode/agents/commit.md @@ -13,7 +13,8 @@ You are in commit code mode. Focus on: - Writing a clear and simple commit message. - Describe what the changes do at a high level. -- Never list what files were changed. +- Always mention only the changes, never any file names. +- Never mention specific files or what files changed. - Follow the project formatting for commits. - Only commit files that are currently staged in git. - Never add files to the staging.