From f28b793cecd48e8af86e87b1e818fc8a1bbbe967 Mon Sep 17 00:00:00 2001 From: rock Date: Sun, 30 Aug 2026 09:37:03 -0700 Subject: [PATCH] test: final CI validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aed0d27..4e2970e 100644 --- a/README.md +++ b/README.md @@ -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/`. See `PLAN.md` for the full rollout plan (tagging convention, server/SDK/CLI migration). +# Final test - clean cache removal