Add CLAUDE.md with codebase architecture and dev workflow guidance#2
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdds ChangesRepository Guidance Document
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Summary
Adds a
CLAUDE.mdat the repo root to orient future AI assistants (and developers) working in this codebase.The doc focuses on the "big picture" that requires reading multiple files to grasp, and is honest about the current scaffold/stub state of the project:
A_ID/(React frontend + FastAPI backend).A_ID/frontend/) — CRA + React 19 + Tailwind + framer-motion + react-i18next. Public marketing site (App.js) and admin SPA (src/admin/) split viaroutes.js. Mocked auth inuseAuth.js. i18n details (7 languages, RTL Arabic, locales served frompublic/locales/). Design tokens intailwind.config.js.A_ID/backend/) — FastAPI + MongoDB stub with only aHello Worldroute; notes the ignoredFastAPI(prefix="/api")gotcha.requirements.txtis actually used, and that the Supabase/litellm/.env.examplepath is unimplemented.scripts/update-and-start.shtargets the hosted container and that the Azure/Node CI workflows don't match the actual app.Test plan
https://claude.ai/code/session_0124mY2CkBteqc8UBAPKpr4R
Generated by Claude Code
Summary by CodeRabbit