2025-10-15 04:43:48 +08:00
|
|
|
---
|
2025-12-03 07:09:16 +08:00
|
|
|
description: git commit and push
|
2025-12-10 04:06:24 +08:00
|
|
|
model: opencode/glm-4.6
|
2025-12-17 05:42:21 +08:00
|
|
|
subtask: true
|
2025-10-15 04:43:48 +08:00
|
|
|
---
|
|
|
|
|
|
2025-08-23 05:04:28 +08:00
|
|
|
commit and push
|
|
|
|
|
|
|
|
|
|
make sure it includes a prefix like
|
|
|
|
|
docs:
|
|
|
|
|
tui:
|
|
|
|
|
core:
|
|
|
|
|
ci:
|
|
|
|
|
ignore:
|
|
|
|
|
wip:
|
2025-10-01 17:06:27 +08:00
|
|
|
|
2025-10-15 05:45:10 +08:00
|
|
|
For anything in the packages/web use the docs: prefix.
|
|
|
|
|
|
|
|
|
|
For anything in the packages/app use the ignore: prefix.
|
|
|
|
|
|
2025-10-01 17:06:27 +08:00
|
|
|
prefer to explain WHY something was done from an end user perspective instead of
|
|
|
|
|
WHAT was done.
|
2025-11-01 03:07:36 +08:00
|
|
|
|
2025-11-01 23:14:53 +08:00
|
|
|
do not do generic messages like "improved agent experience" be very specific
|
2025-11-01 03:07:36 +08:00
|
|
|
about what user facing changes were made
|
2025-12-01 22:14:54 +08: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
|