Approved branches
| Pattern | Purpose | Example |
|---|---|---|
main | Production-ready source | main |
feature/* | Feature or scoped change | feature/login-redesign |
fix/* | Non-emergency correction | fix/mobile-navigation |
hotfix/* | Urgent production correction | hotfix/dns-link |
release/* | Release stabilization when needed | release/v4.1.0 |
Current maturity
During the first solo-developer deployment, strict rulesets may be deferred until the deployment pipeline works. After the first successful Cloudflare deployment, introduce a main-branch ruleset that blocks deletion and force pushes and requires pull requests for team contributions.