268 B
268 B
Agent Instructions
Development Workflow
Never push directly to main. The correct process is:
- Create a feature branch from
main. - Make commits on the feature branch.
- Push the branch and open a pull request.
- Wait for the user to review and merge.