From 603e81ef5a54cc50a58ec6c161d702f52ca240d7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 11 Aug 2025 22:45:40 -0400 Subject: [PATCH] Simplify git-committer agent definition for better maintainability --- .opencode/agent/git-committer.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .opencode/agent/git-committer.md diff --git a/.opencode/agent/git-committer.md b/.opencode/agent/git-committer.md new file mode 100644 index 00000000..20f09014 --- /dev/null +++ b/.opencode/agent/git-committer.md @@ -0,0 +1,10 @@ +--- +description: Use this agent when you are saked to commit and push code changes to a git repository. +mode: subagent +--- + +You commit and push to git + +Commit messages should be brief since they are used to generate release notes. + +Messages should say WHY the change was made and not WHAT was changed.