This shows the recommended way to integrate codebase-context into your project's CLAUDE.md.
One-sentence project description here.
pnpm workspaces + Turborepo. Packages:
apps/web— Next.js frontendapps/api— Express API server
See each package's CLAUDE.md for package-specific guidance.
For full project structure and workflows, see .claude/codebase-context.md.
pnpm dev # Start dev servers
pnpm typecheck # Typecheck all packages
pnpm lint # Lint all packages
pnpm test # Run tests- Never commit without explicit approval
- Use Conventional Commits format
| Term | Meaning |
|---|---|
| Workspace | A team's shared environment |
| Member | A user within a workspace |