mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 08:44:22 +01:00
25 lines
473 B
Markdown
25 lines
473 B
Markdown
---
|
|
description: Git commit and push
|
|
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
|