Phase 1.5 — shared golangci.yml + release-please reusable workflow#1
Merged
Conversation
depguard bans fiber/gin/viper/koanf/gorm/ent/bun/gomock/testify-mock; forbidigo blocks os.Getenv/errors.New/http.DefaultClient. Service repos extend via include URL (go-coding-conventions §3). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Conventional Commits → release PR + tag + CHANGELOG via release-please-action v4. sdk + proto autorelease wires next; service repos opt in by adding .github/workflows/release-please.yaml wrapper (build-release §3.3). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Indexes community files, shared golangci.yml baseline, and reusable workflow templates with wiring examples. Co-Authored-By: Claude Opus 4.7 (1M context) <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
golangci.ymlv2 shared baseline (Plan Task 12). depguard bans fiber/gin/viper/koanf/gorm/ent/bun/gomock/testify-mock; forbidigo blocksos.Getenv,errors.New,http.DefaultClient. Service repos extend viainclude:URL.workflow-templates/release-please.yamlreusable workflow (Plan Task 13). Conventional Commits → release PR + tag + CHANGELOG. Unblocks sdk + proto autorelease wiring.README.mdindexing community files, lint baseline, and reusable workflows.References
agent-manager/tasks/2026-05-02-adr-0010-gap-analysis.mdTasks 12–13agent-manager/docs/standards/go-coding-conventions.md§3agent-manager/docs/standards/build-release.md§3.3Test plan
golangci.ymlcleanly (run on a downstream service repo extending viainclude:)release-please.yamlwrapper and a Conventional Commit produces a release PRgoogleapis/release-please-actionup to date🤖 Generated with Claude Code