Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new CLAUDE.md file that outlines guidance for Claude Code when interacting with this repository. It covers development commands, architecture patterns, tooling, and differences from Prisma.
- Adds a comprehensive guide for build, test, and CLI commands
- Describes core components, architecture overview, and ZModel flow
- Documents dependencies, testing strategy, and Prisma differences
Comments suppressed due to low confidence (2)
CLAUDE.md:1
- [nitpick] The top-level header currently includes the file extension. Consider simplifying to
# CLAUDEor# Claude Code Guidelinesto make the title more descriptive and user-friendly.
# CLAUDE.md
CLAUDE.md:11
- The
pnpm testcommand is documented twice (once under 'Development Commands' and again under 'Testing'). You might consolidate these entries or clarify if they differ in scope (e.g., workspace-wide vs. individual package tests) to reduce duplication.
- `pnpm test` - Run tests for all packages
No description provided.