You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt kit git helpers and pin the Go toolchain (#576)
## Summary
- Switch git repository discovery and author lookup onto `go.kenn.io/kit v0.1.0`
- Thread caller `ctx` through the git outcome path instead of using background contexts
- Pin the Go toolchain consistently in `go.mod` and the Docker build image
## Testing
- `go test ./internal/db/git ./internal/db`
- `docker build --target build -t agentsview-kit-check .`
- `go test ./...` reported one unrelated existing failure in `internal/parser` (`TestParseWorkBuddySession`)
Co-authored-by: Marius van Niekerk <mariusvniekerk@users.noreply.github.com>
0 commit comments