Quellcode durchsuchen

Simplify git-committer agent definition for better maintainability

Dax Raad vor 6 Monaten
Ursprung
Commit
603e81ef5a
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      .opencode/agent/git-committer.md

+ 10 - 0
.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.