Skip to content

Commit 3186ac5

Browse files
committed
chore: git workflow agent docs
1 parent 353fb5f commit 3186ac5

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/agents/git-workflow.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Git Workflow
22

3-
Recent history uses short imperative commit subjects, often with `chore:` for maintenance, for example:
3+
Do not create commits, stage files, or unstage files. The user handles all staging and committing, including while you are working. Expect that the user may stage or commit files at any point during a task — do not treat an unexpected git state as an error.
44

5-
```text
6-
chore: upgrade web-vite example
7-
```
8-
9-
Keep commits focused on one example or one cross-example concern.
5+
Commit messages use short imperative subjects with a `chore:` prefix for maintenance work, e.g. `chore: upgrade web-vite example`.
106

117
Pull requests should include:
128

0 commit comments

Comments
 (0)