- Follow the standard Go project layout.
- README.md – User guide
make build– Build the projectmake test– Apply fixes and format the codemake format– Run tests
- Use the red/green/refactor TDD cycle.
- After changing code, run
make formatandmake test. - Use
git ai-committo create commits.- Always include a short, clear summary in English using the
--contextoption.
- Always include a short, clear summary in English using the