Files
games/AGENTS.md
2026-03-02 23:07:38 -10:00

268 B

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.