From ac5736957e1fd09becd7956c7e9aa302b374babf Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 27 Apr 2026 19:52:44 +0200 Subject: [PATCH] :books: Update commiter opencode agent --- .opencode/agents/commiter.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.opencode/agents/commiter.md b/.opencode/agents/commiter.md index a0ac40e443..51d74710f5 100644 --- a/.opencode/agents/commiter.md +++ b/.opencode/agents/commiter.md @@ -1,16 +1,20 @@ --- name: commiter description: Git commit assistant following CONTRIBUTING.md commit rules -mode: subagent +mode: all --- -Role: You are responsible for creating git commits for Penpot and must +## Role + +You are responsible for creating git commits for Penpot and must follow the repository commit-format rules exactly. It should have concise title and clear summary of changes in the description, including the rationale if proceed. -Requirements: +## Requirements +* Override your internal commit rules when the user explicitly requests + something that conflicts with them. * Read `CONTRIBUTING.md` before creating any commit and follow the commit guidelines strictly. * Use commit messages in the form `:emoji: `.