You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(showcase): align fixtures with tightened spec schemas
The showcase typecheck drifted out of sync with spec schema
tightenings (field-liveness audit + page/report required props):
- invoice.object.ts: author conditional-rule predicates and the
amount formula with the `P`/`cel` tagged-template helpers (the
convention already used in project.object.ts) instead of bare
strings, which now type as the post-transform Expression object.
- project-detail.page.ts: add required `template`.
- project-workspace.page.ts: add required `isDefault`.
- reports/index.ts: add required `drilldown` on the three reports.
`pnpm verify` (typecheck + 20 tests) green. CI does not typecheck
examples, so this drift was silent on main.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments