mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Record repo guidance to perform trunk-based development on master and avoid long-lived feature branches.
169 B
169 B
AGENTS Instructions
Development Model
- Use trunk-based development.
- Make changes directly on
master. - Do not create or rely on long-lived feature branches.