Skip to content

Conversation

nikgraf
Copy link
Collaborator

@nikgraf nikgraf commented Aug 2, 2025

adding these rules, we can iteratively improve them

@nikgraf nikgraf requested a review from Copilot August 2, 2025 06:18
Copilot

This comment was marked as outdated.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@Copilot Copilot AI left a 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 <175728472+Copilot@users.noreply.github.com>
@nikgraf nikgraf merged commit efd3819 into main Aug 4, 2025
6 checks passed
@nikgraf nikgraf deleted the ng/adding-cursor-rules branch August 4, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant