From 697a825d76c5d7bd8b28a57b0d4be049a91f2455 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 7 May 2026 01:04:38 +0200 Subject: [PATCH] :books: Update opencode planner agent --- .opencode/agents/planner.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.opencode/agents/planner.md b/.opencode/agents/planner.md index 1236dd7458..ff838d77a5 100644 --- a/.opencode/agents/planner.md +++ b/.opencode/agents/planner.md @@ -20,6 +20,9 @@ everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. +Do **not** suggest commit messages or commit names anywhere in your plans or +responses — committing is the developer's responsibility. + Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.