opencode / .opencode /command /commit.md
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
9697ede verified
|
Raw
History Blame Contribute Delete
628 Bytes
metadata
description: git commit and push
model: opencode/kimi-k2.5
subtask: true

commit and push

make sure it includes a prefix like docs: tui: core: ci: ignore: wip:

For anything in the packages/web use the docs: 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 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