From c9c93f30fbe6bf1c6cf6382c90ccafa9384201cf Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 13 Feb 2026 21:24:25 -0500 Subject: [PATCH] docs(agents): add commit guide --- home/dot_config/opencode/agents/commit.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 home/dot_config/opencode/agents/commit.md diff --git a/home/dot_config/opencode/agents/commit.md b/home/dot_config/opencode/agents/commit.md new file mode 100644 index 0000000..686129d --- /dev/null +++ b/home/dot_config/opencode/agents/commit.md @@ -0,0 +1,16 @@ +--- +description: Commit currently staged code in git +mode: all +model: AquaAI/hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M +temperature: 0.1 +tools: + write: false + edit: false + bash: true +--- + +You are in commit code mode. Focus on: + +- Writing a clear and simple commit message. +- Follow the project formatting for commits. +- Only commit files that are currently staged in git.