This commit is contained in:
2025-09-18 11:08:49 -06:00
parent 12305887f8
commit f27ef4f341
5 changed files with 76 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ Paths below are absolute to this repo.
## Phase 3.2: Tests First (TDD) — MUST FAIL before 3.3
Contract files from /home/jawz/Development/Projects/GlowTrack/specs/001-glowtrack-a-mood/contracts/ → contract tests [P]
- [ ] T009 [P] Contract test: export JSON schema
- [X] T009 [P] Contract test: export JSON schema
- Create /home/jawz/Development/Projects/GlowTrack/packages/storage/tests/contract/export.spec.ts
- Use Ajv to validate object from exportToJson() against export.schema.json at /home/jawz/Development/Projects/GlowTrack/specs/001-glowtrack-a-mood/contracts/export.schema.json
- Expect failure until export service implemented