Commit 2d8f0c4
chore(ci): trigger codegen verification post v0.12 release (#15)
* chore(ci): note codegen-check verified against fleet v0.12.0
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>
* fix(ci): align codegen-check greps + runtime assertion with new template
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>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 282c741 commit 2d8f0c4
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | | - | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
0 commit comments