Skip to content

chore(ci): trigger codegen verification post v0.12 release#15

Merged
scarmuega merged 2 commits into
mainfrom
ci/verify-codegen-v0.12
May 24, 2026
Merged

chore(ci): trigger codegen verification post v0.12 release#15
scarmuega merged 2 commits into
mainfrom
ci/verify-codegen-v0.12

Conversation

@scarmuega
Copy link
Copy Markdown
Contributor

Summary

Trivial doc-comment edit to codegen-check.sh — exists to trigger a fresh CI run now that the fleet v0.12.0 release is published and the codegen-v1beta0 tag has been force-moved to point at the v0.12.0 HEAD.

The codegen job was failing on every prior CI run because it pulls the runtime SDK from the public registry, and the template was rendering against a v0.11-pinned SDK that did not yet expose Tx3ClientBuilder.fromParts. After the v0.12.0 publish + the codegen-v1beta0 tag move, both halves now agree.

Decision after CI

  • If codegen passes ✅ → close the PR (the doc comment is cosmetic; not worth merging on its own).
  • If codegen fails ❌ → fix the underlying issue in this branch and merge.

🤖 Generated with Claude Code

scarmuega and others added 2 commits May 24, 2026 16:19
Trivial doc-comment touch to trigger a fresh CI run now that:

  - The v0.12.0 release is published to the public registry
    (npm / PyPI / Go proxy / crates.io).
  - The codegen-v1beta0 tag was force-moved to the v0.12.0 HEAD so
    the rendered templates target the published SDK.

Together this should clear the codegen job, which was structurally
red before the release tags landed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The script still looked for `PROFILES` and asserted on
`module.PROFILES`. After the unified-builder port, the template emits
individual `_LOCAL_PROFILE` / `_PREPROD_PROFILE` named items plus a
typed `Profile(str, Enum)` per
sdks/sdk-spec/codegen/generated-surface.md — there is no aggregate.

Replaces the stale greps and the `set(module.PROFILES)` runtime
assertion with checks against the new shape (Profile enum, per-profile
consts, Tx3ClientBuilder.from_parts seeding, with_party_unchecked
routing).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@scarmuega scarmuega merged commit 2d8f0c4 into main May 24, 2026
3 checks passed
@scarmuega scarmuega deleted the ci/verify-codegen-v0.12 branch May 24, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant