Create AI hint files for Copilot/Claude in the repository and turn on nx mcp server#3728
Open
Create AI hint files for Copilot/Claude in the repository and turn on nx mcp server#3728
Conversation
Saadnajmi
reviewed
Aug 8, 2025
Saadnajmi
reviewed
Aug 8, 2025
Saadnajmi
reviewed
Aug 8, 2025
Saadnajmi
reviewed
Aug 8, 2025
| @@ -0,0 +1,149 @@ | |||
| # CLAUDE.md | |||
|
|
|||
| This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. | |||
Collaborator
There was a problem hiding this comment.
If this is a copy, is there a way to generate these or enforce they are in sync?
Collaborator
There was a problem hiding this comment.
Or is that what the addition to nx.json is doing?
Collaborator
Author
There was a problem hiding this comment.
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.
Member
There was a problem hiding this comment.
It looks like you can reference other files: https://docs.anthropic.com/en/docs/claude-code/memory#claude-md-imports
tido64
reviewed
Aug 13, 2025
Member
There was a problem hiding this comment.
Can we add the information that is useful for humans in CONTRIBUTING.md and just reference it in this file?
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.
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.