Commit cce63da
feat: add generated schemas index for future use
Add src/generated/index.ts that re-exports generated schemas and spec types.
This provides a foundation for eventually using generated schemas as the
source of truth while maintaining backwards compatibility.
Current state (zero breaking changes):
- types.ts unchanged - all existing exports preserved
- Generated schemas available in src/generated/ for reference
- 95 comparison tests verify equivalence between generated and manual schemas
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 30cfefc commit cce63da
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments