Engineering handbook
This handbook describes how we build software at Trak. It covers our workflow, code review, and release process.
Workflow
Every change starts as an issue in the current sprint. We branch from main, open a draft PR early, and keep changes small and reviewable.
Code review
At least one approval is required. Reviewers focus on correctness, readability, and test coverage. Nits are optional; blocking comments must be actionable.