mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
29 lines
612 B
Markdown
29 lines
612 B
Markdown
---
|
|
description: git commit and push
|
|
model: opencode/glm-4.6
|
|
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.
|
|
|
|
For anything in the packages/app use the ignore: 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 changes do a git pull --rebase
|
|
if there are conflicts DO NOT FIX THEM. notify me and I will fix them
|