MAESTRO: fix strict tsc compile

This commit is contained in:
Mariusz Banach
2026-02-17 23:20:37 +01:00
parent 0dc82e3c69
commit abc7aab840
2 changed files with 6 additions and 3 deletions

View File

@@ -74,5 +74,5 @@ The hacker-themed dark colour palette (from spec FR-14):
- [x] Frontend starts with `npm run dev` and renders a blank page
- [x] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`)
- [x] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error)
- [ ] TypeScript compilation succeeds with zero errors in strict mode
- [x] TypeScript compilation succeeds with zero errors in strict mode
- [ ] Run `/speckit.analyze` to verify consistency