| title | Engineering Handbook |
|---|---|
| version | 1 |
- Create account
- Set up SSH
- Run first build
- Use black/ruff (strict)
- 88-col limit
- Type hints enforced
- main is protected
- feature branches from main
- rebase before merge
- 2 approvals
- Address comments
- CI green
- bump version (semver)
- tag release
- publish artifacts
- smoke test in staging
- SEV1 page immediately
- Initial RCA within 24h
- Full postmortem within 72h
- CI: Continuous Integration
- CD: Continuous Delivery
- Q: Who owns releases? A: Dev Infra
- Q: What’s the SLA? A: 99.9%
- Q: Do we support LTS? A: 12 months