Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 698 Bytes

File metadata and controls

17 lines (12 loc) · 698 Bytes

Tasks

Open

(none)

Completed

  • Add CHANGELOG - Track changes for releases with structured-changelog

  • Extract testable libraries - Move CLI/MCP functionality to pkg/config and pkg/input for unit testing

  • Remove local replace directive - Clean up go.mod before pushing to origin

  • Add tests - Unit tests for pkg/review

  • Add CI workflow - GitHub Actions workflow for lint/test/build

  • Add error wrapping - Wrap errors in SDK write operations for better debugging

  • Add golangci-lint config - Create .golangci.yml with project-specific linting rules

  • Add Makefile - Common targets for build, test, lint, install