2025-10-14 20:43:48 +00:00
|
|
|
---
|
2025-12-02 23:09:16 +00:00
|
|
|
description: git commit and push
|
2025-12-09 20:06:24 +00:00
|
|
|
model: opencode/glm-4.6
|
2025-12-16 21:42:21 +00:00
|
|
|
subtask: true
|
2025-10-14 20:43:48 +00:00
|
|
|
---
|
|
|
|
|
|
2025-08-22 21:04:28 +00:00
|
|
|
commit and push
|
|
|
|
|
|
|
|
|
|
make sure it includes a prefix like
|
|
|
|
|
docs:
|
|
|
|
|
tui:
|
|
|
|
|
core:
|
|
|
|
|
ci:
|
|
|
|
|
ignore:
|
|
|
|
|
wip:
|
2025-10-01 09:06:27 +00:00
|
|
|
|
2025-10-14 21:45:10 +00:00
|
|
|
For anything in the packages/web use the docs: prefix.
|
|
|
|
|
|
|
|
|
|
For anything in the packages/app use the ignore: prefix.
|
|
|
|
|
|
2025-10-01 09:06:27 +00:00
|
|
|
prefer to explain WHY something was done from an end user perspective instead of
|
|
|
|
|
WHAT was done.
|
2025-10-31 19:07:36 +00:00
|
|
|
|
2025-11-01 15:14:53 +00:00
|
|
|
do not do generic messages like "improved agent experience" be very specific
|
2025-10-31 19:07:36 +00:00
|
|
|
about what user facing changes were made
|
2025-12-01 14:14:54 +00:00
|
|
|
|
|
|
|
|
if there are changes do a git pull --rebase
|
|
|
|
|
if there are conflicts DO NOT FIX THEM. notify me and I will fix them
|