LAB-114 Foundation

Memory vault foundations are ready

The repo is configured for web, extension, and MCP workspaces, with the first production app living in apps/web.

This starter keeps the platform narrow on purpose: Next.js App Router on Vercel, shared Turborepo config, Biome, Vitest, GitHub Actions, and Lefthook wired from day one so follow-on tickets can focus on product behavior instead of repo plumbing.

App Surface

apps/web uses Next.js App Router, Tailwind, a src/ layout, and strict TypeScript defaults for the product UI.

Shared Config

Workspace packages hold Biome and TypeScript baselines so future apps inherit the same conventions without drift.

Quality Gates

Git hooks and PR checks run formatting, type checks, tests, and builds before changes move deeper into implementation.