-
Add integration tests for the remote config server (client registration, token sync, webhook push/pull)
-
Add integration tests for BoltDB store (encryption round-trip, concurrent access, file watch reload)
-
Add end-to-end tests for the
runcommand (proxy lifecycle, env var injection, cleanup on exit) -
Add tests for remote webhook receiver (signature verification, event filtering, error handling)
-
Add tests for remote client periodic sync (interval timing, conflict resolution, network failure recovery)
-
Add store tests for edge cases (expired tokens, corrupt data, large policies, db file permissions)
-
Fix memory formatting issues
- Publish to Homebrew (macOS/Linux): create a tap at
rickcrawford/homebrew-tapwith a formula - Publish to APT (Debian/Ubuntu): build
.debpackages and host a PPA or use GitHub releases - Publish to Chocolatey (Windows): create a
.nuspecpackage and submit to the community repository - Update
docs/DISTRIBUTION.mdwith install instructions for each package manager - Add GoReleaser config to automate package builds on release tags