From ad5b790bb33db597dc3b36bc378c8f6bc1522c6c Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 31 Jan 2026 20:31:33 -0500 Subject: [PATCH] docs: simplify commit command by removing unnecessary instructions --- .opencode/command/commit.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index d8a420b173..e88932a244 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -16,15 +16,12 @@ wip: For anything in the packages/web use the docs: prefix. -For anything in the packages/app use the ignore: prefix. - prefer to explain WHY something was done from an end user perspective instead of WHAT was done. do not do generic messages like "improved agent experience" be very specific about what user facing changes were made -if there are changes do a git pull --rebase if there are conflicts DO NOT FIX THEM. notify me and I will fix them ## GIT DIFF