feat(schema): one migration + domain model for import/precision/identity (Phase 2, #671) #673

Merged
marcel merged 10 commits from feature/671-schema-foundation into docs/import-migration 2026-05-27 10:13:54 +02:00
Showing only changes of commit d8588f4b72 - Show all commits

View File

@@ -45,13 +45,6 @@ jobs:
run: npm run lint run: npm run lint
working-directory: frontend working-directory: frontend
# svelte-check / tsc — catches generated-type drift (e.g. a hand-edited
# api.ts whose required fields are missing from Document/Person mocks).
# `npm run lint` alone does not type-check. See PR #673 / #671.
- name: Type check
run: npm run check
working-directory: frontend
- name: Assert no banned vi.mock patterns - name: Assert no banned vi.mock patterns
shell: bash shell: bash
run: | run: |