···21212222## Code Quality
23232424+- **Run `go fmt`** on all Go code before committing
2425- **No trailing whitespace** - validate with `git diff --check` before committing
2526- **No Docker usage** without explicitly discussing it first
2627- **Keep changes minimal** - avoid over-engineering or adding unnecessary features