Added
- AI-powered CSV import pipeline with OpenAI Structured Outputs and Zod validation
- Versioned prompts (
v1baseline,v2active) with header bank and few-shot examples - Streaming CSV parse, batched AI calls with retry, bisection, and token accounting
- Async import jobs with SSE progress and polling fallback
- Optional Supabase Postgres persistence via Drizzle ORM
- Next.js 15 frontend: upload → preview → progress → result flow
- Golden-set AI evaluation harness (16 rows)
- 185 unit/component tests + Playwright E2E journeys
- Docker Compose, Railway, and Vercel deployment configs
- GitHub Actions CI: lint, typecheck, test, build, audit, E2E
Full Changelog: https://github.com/habinrahman/AI-CSV-IMPORTER/commits/v0.1.0