-
Notifications
You must be signed in to change notification settings - Fork 233
Add claude config [skip ci] #4086
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
base: main
Are you sure you want to change the base?
Conversation
Greptile OverviewGreptile SummaryAdded Claude Code/Cursor IDE configuration to help AI assistants understand the NVFlare project structure and development practices. Key additions:
The configuration is accurate and well-structured, referencing existing scripts ( Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Claude as Claude Code/Cursor
participant Repo as Repository
participant Config as CLAUDE.md
Dev->>Claude: Opens nvflare repository
Claude->>Repo: Reads repository files
Claude->>Config: Loads CLAUDE.md configuration
Config-->>Claude: Project overview, commands, architecture
Dev->>Claude: Asks about project structure
Claude->>Config: References package structure section
Claude-->>Dev: Explains nvflare/ directory layout
Dev->>Claude: Requests code changes
Claude->>Config: Checks code style requirements
Config-->>Claude: black (120 chars), Apache 2.0 license
Claude->>Repo: Makes changes following guidelines
Dev->>Claude: Wants personal preferences
Claude-->>Dev: Suggests creating CLAUDE.local.md
Dev->>Repo: Creates CLAUDE.local.md (gitignored)
Note over Repo: .gitignore prevents commit of local config
|
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.
2 files reviewed, 1 comment
|
/build |
1 similar comment
|
/build |
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.
2 files reviewed, no comments
Description
Add claude code config file (this is also used by cursor).
Types of changes
./runtest.sh.