Standard practices
Trunk-based development
Tuist repositories follow trunk-based development with main
as the default branch, requiring at least two approvals for pull requests and CI to pass before merging. CI checks should include thorough testing, linting, and code formatting that ensures code style consistency throughout the organization.