test: final CI validation
ci / buf (push) Successful in 44s
ci / codegen-check (push) Failing after 3m3s

This commit is contained in:
2026-08-30 09:37:03 -07:00
parent 93b0188826
commit f28b793cec
+1
View File
@@ -28,3 +28,4 @@ git add -A && git commit -m "..." && git tag vX.Y.Z && git push --tags
CI (`buf-lint-and-breaking`) gates lint + breaking-change checks. CI (`codegen-check`) re-runs `buf generate` and fails if `gen/` doesn't match what's committed — never hand-edit `gen/`. CI (`buf-lint-and-breaking`) gates lint + breaking-change checks. CI (`codegen-check`) re-runs `buf generate` and fails if `gen/` doesn't match what's committed — never hand-edit `gen/`.
See `PLAN.md` for the full rollout plan (tagging convention, server/SDK/CLI migration). See `PLAN.md` for the full rollout plan (tagging convention, server/SDK/CLI migration).
# Final test - clean cache removal