Merged
Conversation
- Add MIT license - Add GoReleaser config for automated cross-platform releases - Replace manual release workflow with goreleaser-action - Harden CI: race detector, coverage, govulncheck job, permissions - Improve golangci-lint: enable gosec, misspell, bodyclose, unconvert, errname linters; add goimports formatter with local-prefixes - Add dependabot for Go modules and GitHub Actions - Add CONTRIBUTING.md and SECURITY.md - Add Makefile targets: vet, vuln, audit, coverage; inject version ldflags into all builds; remove redundant release target - Add version variable to taskd for ldflags injection - Add .gitignore entries for dist/ and coverage artifacts - Add CI/Go Reference/Go Report Card badges to README - Fix goimports ordering across all Go files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- golang.org/x/crypto v0.37.0 → v0.45.0 (unbounded memory in ssh) - golang.org/x/net v0.36.0 → v0.47.0 (input neutralization in html) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
permissions: contents: readreleasetarget removedTest plan
make vet— passesmake lint— 0 issuesmake test— all tests pass with-racemake build— builds both binaries with version ldflagsv0.x.x-rc1) to validate goreleaser release workflow end-to-end🤖 Generated with Claude Code