src/— Next JS application with app router setup. Homepage lives under src/app/page.tsx.docs/— Single Source of Truth documentation (architecture, ADRs, glossary, API docs). Seedocs/ARCHITECTURE.mdfor context..context/— Agent-facing index and rules that link back to this documentation bundle. No unique content should exist outsidedocs/..github/— GitHub metadata including workflows, issue templates, Copilot guidance, and CODEOWNERS.
src/app/globals.css— Global styles and css variable definitions outside next yaksrc/components— design system componentssrc/cask— Core Cask component (polymorphic container primitive) with colocated tests
Keep this file synchronized with structural changes and ensure agent context files under .context/ refer back here for directory explanations.