Files
opencode/.opencode/command/commit.md
T
2026-08-14 23:25:47 -04:00

632 B

description, model, subtask
description model subtask
git commit and push opencode/kimi-k2.5 true

commit and push

Use type(scope): summary with one of these types: feat, fix, docs, chore, refactor, or test. The scope is optional.

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 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