8 lines
316 B
Markdown
8 lines
316 B
Markdown
# Agent instructions
|
|
|
|
## Git workflow
|
|
|
|
- After completing a discrete unit of work, **always commit and push** to the current branch without waiting for the user to ask.
|
|
- Use a clear commit message describing why the change was made.
|
|
- Do not force-push or rewrite published history unless the user explicitly asks.
|