11 lines
268 B
Markdown
11 lines
268 B
Markdown
# Agent Instructions
|
|
|
|
## Development Workflow
|
|
|
|
Never push directly to `main`. The correct process is:
|
|
|
|
1. Create a feature branch from `main`.
|
|
2. Make commits on the feature branch.
|
|
3. Push the branch and open a pull request.
|
|
4. Wait for the user to review and merge.
|