11 lines
276 B
Markdown
11 lines
276 B
Markdown
# Agent Instructions
|
|
|
|
## Commit Policy
|
|
|
|
Automatically commit changes once a full feature, bugfix, refactor, or other
|
|
coherent unit of work is finished. Do not wait for the user to ask for a commit.
|
|
|
|
## Justfile
|
|
|
|
Use the `justfile` to add or execute commands for common tasks.
|