Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 519 Bytes

File metadata and controls

23 lines (14 loc) · 519 Bytes

Project Overview

Directory Structure

  • Follow the standard Go project layout.

Documentation

  • README.md – User guide

Build Commands

  • make build – Build the project
  • make test – Apply fixes and format the code
  • make format – Run tests

Development Guidelines

  • Use the red/green/refactor TDD cycle.
  • After changing code, run make format and make test.
  • Use git ai-commit to create commits.
    • Always include a short, clear summary in English using the --context option.