docs: add AGENTS.md with PR-based development workflow
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
!.env.example
|
!.env.example
|
||||||
!LICENSE
|
!LICENSE
|
||||||
|
!AGENTS.md
|
||||||
|
|
||||||
!assets/**/*
|
!assets/**/*
|
||||||
|
|
||||||
|
|||||||
10
AGENTS.md
Normal file
10
AGENTS.md
Normal 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.
|
||||||
Reference in New Issue
Block a user