Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.06 KB

File metadata and controls

15 lines (10 loc) · 1.06 KB

Agent guides

Canonical documentation lives under .claude/guides, surfaced via Claude Code skills:

  • dial-architectureArchitecture: NX layout, Redux + RxJS epics, store/selectors/actions barrels, layer responsibilities
  • dial-api-patternsAPI patterns: Next.js API routes, session validation, streaming, error handling
  • dial-developmentDevelopment practices: naming conventions, component/hook patterns, lint/format, commits
  • dial-testingTesting patterns: Vitest + @testing-library/react, Playwright e2e, fixtures, commands

Each skill auto-triggers when relevant (e.g., dial-architecture on store domain work, dial-api-patterns on /pages/api/ changes).

Source originals: .codemie/guides (generated 2026-03-15).

Project setup (this repo)

  • CLAUDE.md — NX layout, commands, env vars, store/API overview for DIAL Chat.