You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is automatically generated by Nx Console
6
+
7
+
You are in an nx workspace using Nx 20.0.10 and npm as the package manager.
8
+
9
+
You have access to the Nx MCP server and the tools it provides. Use them. Follow these guidelines in order to best help the user:
10
+
11
+
# General Guidelines
12
+
- When answering questions, use the nx_workspace tool first to gain an understanding of the workspace architecture
13
+
- For questions around nx configuration, best practices or if you're unsure, use the nx_docs tool to get relevant, up-to-date docs!! Always use this instead of assuming things about nx configuration
14
+
- If the user needs help with an Nx configuration or project graph error, use the 'nx_workspace' tool to get any errors
15
+
- To help answer questions about the workspace structure or simply help with demonstrating how tasks depend on each other, use the 'nx_visualize_graph' tool
16
+
17
+
# Generation Guidelines
18
+
If the user wants to generate something, use the following flow:
19
+
20
+
- learn about the nx workspace and any specifics the user needs by using the 'nx_workspace' tool and the 'nx_project_details' tool if applicable
21
+
- get the available generators using the 'nx_generators' tool
22
+
- decide which generator to use. If no generators seem relevant, check the 'nx_available_plugins' tool to see if the user could install a plugin to help them
23
+
- get generator details using the 'nx_generator_schema' tool
24
+
- you may use the 'nx_docs' tool to learn more about a specific generator or technology if you're unsure
25
+
- decide which options to provide in order to best complete the user's request. Don't make any assumptions and keep the options minimalistic
26
+
- open the generator UI using the 'nx_open_generate_ui' tool
27
+
- wait for the user to finish the generator
28
+
- read the generator log file using the 'nx_read_generator_log' tool
29
+
- use the information provided in the log file to answer the user's question or continue with what they were doing
(node:2484169) ESLintRCWarning: You are using an eslintrc configuration file, which is deprecated and support will be removed in v10.0.0. Please migrate to an eslint.config.js file. See https://eslint.org/docs/latest/use/configure/migration-guide for details. An eslintrc configuration file is used because you have the ESLINT_USE_FLAT_CONFIG environment variable set to false. If you want to use an eslint.config.js file, remove the environment variable. If you want to find the location of the eslintrc configuration file, use the --debug flag.
4
+
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2475636) ESLintRCWarning: You are using an eslintrc configuration file, which is deprecated and support will be removed in v10.0.0. Please migrate to an eslint.config.js file. See https://eslint.org/docs/latest/use/configure/migration-guide for details. An eslintrc configuration file is used because you have the ESLINT_USE_FLAT_CONFIG environment variable set to false. If you want to use an eslint.config.js file, remove the environment variable. If you want to find the location of the eslintrc configuration file, use the --debug flag.
4
+
(Use `node --trace-warnings ...` to show where the warning was created)
0 commit comments