From 068ac684969a16f67ac807f08394e6a61cc09fe7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 1 Dec 2025 09:14:54 -0500 Subject: [PATCH] docs: add rebase instructions to commit command --- .opencode/command/commit.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index 2e3d759b6..570bc7f6a 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -21,3 +21,6 @@ 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