From d9eebba90ed6028f2367ea09f753696ee93b2366 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 24 Jan 2026 17:27:03 +0000 Subject: [PATCH] chore: generate --- .opencode/command/commit.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index c7ffa8d4f..826002919 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -27,12 +27,14 @@ 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 + !`git diff` ## GIT DIFF --cached + !`git diff --cached` ## GIT STATUS --short + !`git status --short`