- @codewalk-district/shared exports AppRouter and entity types - Re-exports Initiative, Phase, Plan, Task, Agent, Message from schema - Types-only package with no runtime dependencies - TypeScript resolves directly (no build step needed)
- packages/web/ with Vite dev server, React 19, TypeScript - Server proxy /trpc -> http://127.0.0.1:3847 for CORS-free dev - Root npm workspaces configured (packages/*) - dev:web script for workspace dev server