(none)
-
Add CHANGELOG - Track changes for releases with structured-changelog
-
Extract testable libraries - Move CLI/MCP functionality to
pkg/configandpkg/inputfor unit testing -
Remove local replace directive - Clean up
go.modbefore 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.ymlwith project-specific linting rules -
Add Makefile - Common targets for build, test, lint, install