diff --git a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md index e44a8a3..eea489a 100644 --- a/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md +++ b/Auto Run Docs/SpecKit-web-header-analyzer-Phase-01-Project-Setup.md @@ -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 diff --git a/frontend/src/lib/api-client.ts b/frontend/src/lib/api-client.ts index 4261fdb..7d98d76 100644 --- a/frontend/src/lib/api-client.ts +++ b/frontend/src/lib/api-client.ts @@ -39,7 +39,10 @@ export interface StreamRequestOptions
{ } export interface ApiClient { - request