Commit cc9e9ce
fix: update CI schema validation to import generated types directly
The validation step was importing through adcp.types which triggers
the full package import chain. This fails when upstream schema changes
introduce/remove types that types/__init__.py doesn't expect.
Now imports directly from _generated to validate the generated code
without requiring the manually-curated types/__init__.py to match.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7521420 commit cc9e9ce
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
0 commit comments