Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.31 KB

File metadata and controls

27 lines (21 loc) · 2.31 KB

CLAUDE.md

Project-specific guidance for Claude Code lives in .cursor/rules/. Read those files — they apply to Claude as well as Cursor:

Claude-specific

  • This repo intentionally does not ship project-level subagents or slash commands. Use Claude Code's built-in subagent types (e.g., backend-architect, code-reviewer, frontend-developer, test-engineer) and built-in PR/commit flows.
  • MCP servers typically configured in this workspace: Databricks, Playwright, Shadcn UI, Ref, magicui, sequential-thinking, context7, memory. Prefer them over ad-hoc shell commands when applicable.

Operational must-knows (mirrors of the rules above; repeated here because they bite)

  • NEVER restart the dev server processes. Backend and frontend run with auto-reload. See 08-testing-and-deployment.mdc.
  • Backend logs: /tmp/backend.log. Frontend logs: /tmp/frontend.log. Read them for debugging.
  • Backend port: 8000. Frontend port: 3000.
  • Run Python via hatch -e dev run ....
  • Frontend package manager is yarn, not npm.