docs: add AGENTS.md with PR-based development workflow

This commit is contained in:
Ryan Hamamura
2026-03-02 23:07:38 -10:00
parent 64b5d384ed
commit 598fec5aeb
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@
!.env.example !.env.example
!LICENSE !LICENSE
!AGENTS.md
!assets/**/* !assets/**/*

10
AGENTS.md Normal file
View File

@@ -0,0 +1,10 @@
# 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.