-
Notifications
You must be signed in to change notification settings - Fork 8
adding cursor rules #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding cursor rules #424
Conversation
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Cursor IDE configuration rules to define coding patterns and conventions across the Hypergraph monorepo. The rules are organized by package/application type to provide context-specific guidance for development.
- Establishes coding standards and architectural patterns for each package and application
- Implements project-wide rules for consistent development practices across the monorepo
- Provides technology-specific guidance for different parts of the codebase (React, Next.js, CLI tools, etc.)
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
packages/hypergraph/.cursor/rules/core-sdk.mdc | Core SDK patterns including Effect usage, CRDT, and type safety |
packages/hypergraph-react/.cursor/rules/react-patterns.mdc | React component patterns, hooks, and state management guidelines |
docs/.cursor/rules/docusaurus-docs.mdc | Documentation structure and Docusaurus-specific patterns |
apps/typesync/.cursor/rules/typesync-app.mdc | TypeSync application patterns for GraphQL and type generation |
apps/server/.cursor/rules/backend-api.mdc | Backend API patterns for Express, Prisma, and authentication |
apps/next-example/.cursor/rules/nextjs-example.mdc | Next.js 15+ patterns with App Router and Server Components |
apps/events/.cursor/rules/events-app.mdc | Events application patterns using Vite and TanStack Router |
apps/create-hypergraph/.cursor/rules/cli-tool.mdc | CLI tool patterns for scaffolding and template generation |
apps/create-hypergraph-app/.cursor/rules/cli-app.mdc | CLI app patterns for application scaffolding |
apps/connect/.cursor/rules/frontend-app.mdc | Connect frontend patterns with TanStack Router and React 19 |
.cursor/rules/root-config.mdc | Root configuration for package management and build tools |
.cursor/rules/project-wide.mdc | Project-wide standards for TypeScript, testing, and documentation |
Co-authored-by: Copilot <[email protected]>
adding these rules, we can iteratively improve them