-
Notifications
You must be signed in to change notification settings - Fork 112
Create AI hint files for Copilot/Claude in the repository and turn on nx mcp server #3728
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
| @@ -0,0 +1,149 @@ | |||
| # CLAUDE.md | |||
|
|
|||
| This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. | |||
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.
If this is a copy, is there a way to generate these or enforce they are in sync?
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.
Or is that what the addition to nx.json is doing?
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.
Nx does a runtime mcp server that integrates with vscode. In terms of the two files they are copies as each model type needs a dedicated file to keep the token count reasonable.
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.
It looks like you can reference other files: https://docs.anthropic.com/en/docs/claude-code/memory#claude-md-imports
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.
Can we add the information that is useful for humans in CONTRIBUTING.md and just reference it in this file?
Description
This creates the AI hint files for both Copilot and the Claude console for anyone using those tools. It also enables the nx mcp information.
Test plan
Non-coding change, has no impact on packages in the repository.