- NEVER push directly to
stagingormainbranches. Always create a feature branch and open a PR. - Feature branches must be created from the latest
stagingbranch (git checkout -b feat/xxx origin/staging). - PRs can only target
staging. Never open a PR directly tomain.
- NEVER edit any files under
*/migrations/*directories. Migration files are immutable once created.