diff --git a/.gitignore b/.gitignore index 90c8dd5..26b0262 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ !.env.example !LICENSE +!AGENTS.md !assets/**/* diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..8ccde46 --- /dev/null +++ b/AGENTS.md @@ -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.