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
The CI/CD setup in .github/workflows/ has 11 files grouped into four distinct buckets (CI, release, packaging publish, packaging validation) but the intent, relationships, and history aren't obvious from reading the YAML. Context is scattered across issues/PRs (#11, #100, #223, #224).
Proposal
Add .github/workflows/CLAUDE.md with:
Overview table grouping workflows into their four buckets
One-sentence intent per bucket (what triggers it, what it does not do)
Problem
The CI/CD setup in
.github/workflows/has 11 files grouped into four distinct buckets (CI, release, packaging publish, packaging validation) but the intent, relationships, and history aren't obvious from reading the YAML. Context is scattered across issues/PRs (#11, #100, #223, #224).Proposal
Add
.github/workflows/CLAUDE.mdwith:pull_requesttrigger removal on packaging test workflows per ci: remove pull_request trigger from packaging test workflows #224, and the GoReleaser tag-rename pattern)Docs only — no workflow behavior changes.