Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nx/src/ai/set-up-ai-agents/get-agent-rules.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export function getAgentRules(nxCloud: boolean) {
return `
# General Guidelines for working with Nx
## General Guidelines for working with Nx

- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through \`nx\` (i.e. \`nx run\`, \`nx run-many\`, \`nx affected\`) instead of using the underlying tooling directly
- You have access to the Nx MCP server and its tools, use them to help the user
Expand Down