diff options
| author | Dax Raad <[email protected]> | 2025-08-11 22:45:40 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-11 22:45:40 -0400 |
| commit | 603e81ef5a54cc50a58ec6c161d702f52ca240d7 (patch) | |
| tree | 0fac279389bb9b18e609b500d088979ced6ce418 /.opencode/agent | |
| parent | fb0a200ecfa421d2bee9d2c053985f32d8b6b03d (diff) | |
| download | opencode-603e81ef5a54cc50a58ec6c161d702f52ca240d7.tar.gz opencode-603e81ef5a54cc50a58ec6c161d702f52ca240d7.zip | |
Simplify git-committer agent definition for better maintainability
Diffstat (limited to '.opencode/agent')
| -rw-r--r-- | .opencode/agent/git-committer.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.opencode/agent/git-committer.md b/.opencode/agent/git-committer.md new file mode 100644 index 000000000..20f090147 --- /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. |
