chore: initial project scaffold#1
Conversation
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
Co-authored-by: Ona <no-reply@ona.com>
|
@casualzach must be a member of the Ona team on Vercel to deploy. Learn more about collaboration on Vercel and other options here. |
Vitest exits with code 1 when no test files exist. The scaffold has no app logic yet, so no tests are expected. Adding passWithNoTests: true lets CI pass until real tests are added. Co-authored-by: Ona <no-reply@ona.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
shadcn/ui theme tokens (text-muted-foreground, bg-primary) require CSS variables that aren't defined until shadcn is initialized. Use concrete Tailwind color classes instead. Co-authored-by: Ona <no-reply@ona.com>
|
Reviewed the full diff against AGENTS.md conventions. No blocking issues. Correctness — Health endpoint handles missing tables gracefully, Supabase SSR clients follow the official pattern, middleware matcher is correct, Sentry integration is properly wired. Security — No hardcoded secrets, Conventions — Strict TypeScript, server components by default, Testing — Vitest and Playwright configured. No app logic yet, so no tests needed. Scope — All changes are scaffold-related. No unrelated modifications. Approving. |
What
Scaffolds the full project harness: Next.js 16, Supabase clients, Sentry, health endpoint, landing page, CI, devcontainer, agent knowledge base, and product spec. Ready for Vercel deployment.
How
create-next-appwith TypeScript, Tailwind, App Router, andsrc/directory@sentry/nextjswith instrumentation hooks and global error boundary/api/healthendpoint with DB connectivity check.agents/) with architecture, conventions, and quality trackingTesting
pnpm lint✅pnpm typecheck✅pnpm build✅curlChecklist
anytypes