Add CLAUDE.MD context file for AI development#1751
Closed
Conversation
This file provides comprehensive project context for Claude AI sessions, including: - Project overview and tech stack - Directory structure and key files - Development workflow and testing procedures - Common tasks and code patterns - Architecture notes and deployment info This will help AI assistants better understand the project structure and provide more accurate assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Greptile OverviewGreptile SummaryAdded a comprehensive
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant AI as AI Assistant (Claude Code)
participant Context as CLAUDE.MD
participant Repo as Repository Files
Dev->>AI: Request code change or question
AI->>Context: Read project overview and structure
Context-->>AI: Return tech stack, directories, key files
AI->>Context: Check relevant sections (styling/db/testing)
Context-->>AI: Return specific guidance and patterns
AI->>Repo: Navigate to relevant files using paths from context
Repo-->>AI: Return file contents
AI->>AI: Apply project conventions from context
AI->>Dev: Provide accurate suggestion following project patterns
|
| reflex-web/ | ||
| ├── pcweb/ # Main Reflex application | ||
| │ ├── pages/ # Page components (landing, docs, blog, pricing, etc.) | ||
| │ ├── components/ # Reusable UI components (22 subdirectories) |
Contributor
There was a problem hiding this comment.
doc says 22 subdirectories but pcweb/components/ only has 4 subdirectories
Suggested change
| │ ├── components/ # Reusable UI components (22 subdirectories) | |
| │ ├── components/ # Reusable UI components (4 subdirectories) |
| │ ├── enterprise/ # Enterprise features (AG Grid, Mantine, React Flow) | ||
| │ └── api-reference/ # API documentation | ||
| │ | ||
| ├── blog/ # Blog posts (29+ markdown files) |
Contributor
There was a problem hiding this comment.
doc says 29+ markdown files but blog/ directory has 27 markdown files
Suggested change
| ├── blog/ # Blog posts (29+ markdown files) | |
| ├── blog/ # Blog posts (27 markdown files) |
| 7. **Enterprise** - AG Grid, Mantine, React Flow integration | ||
| 8. **API Reference** - Complete API documentation | ||
|
|
||
| Blog posts (29+) cover technical topics and framework updates. |
Contributor
There was a problem hiding this comment.
doc says 29+ blog posts but there are 27 markdown files in the blog/ directory
Suggested change
| Blog posts (29+) cover technical topics and framework updates. | |
| Blog posts (27) cover technical topics and framework updates. |
Comment on lines
+301
to
+304
|
|
||
| Current branch: `focused-euler` | ||
| Main branch: `main` | ||
| This is a git worktree (check git status for current location and main repository path) |
Contributor
There was a problem hiding this comment.
hard-coding branch name will quickly become outdated - consider removing or making this dynamic
- Remove extensive documentation and architecture details - Keep only: running the app, testing commands, and PR guidelines - Make it more concise and practical for contributors Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Kastier1
approved these changes
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a comprehensive CLAUDE.MD file that provides project context for AI development assistants, particularly Claude Code.
What's Included
Why This Helps
This file will help AI assistants:
Test Plan
🤖 Generated with Claude Code