Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 628 Bytes

File metadata and controls

37 lines (25 loc) · 628 Bytes
description model subtask
git commit and push
opencode/kimi-k2.5
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