Skip to content

Commit fd6ddd1

Browse files
committed
chore: update-changesets-config
1 parent 39c94fc commit fd6ddd1

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"@forgerock/davinci-app",
1818
"@forgerock/davinci-suites",
1919
"@forgerock/mock-api-v2",
20+
"@forgerock/oidc-app",
21+
"@forgerock/oidc-suites",
2022
"@forgerock/local-release-tool",
2123
"@pingidentity/protect"
2224
]

.github/instructions/nx.instructions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ You are in an nx workspace using Nx 21.0.3 and pnpm as the package manager.
99
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:
1010

1111
# General Guidelines
12-
1312
- When answering questions, use the nx_workspace tool first to gain an understanding of the workspace architecture
1413
- 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
1514
- If the user needs help with an Nx configuration or project graph error, use the 'nx_workspace' tool to get any errors
1615
- 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
1716

1817
# Generation Guidelines
19-
2018
If the user wants to generate something, use the following flow:
2119

2220
- 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
@@ -29,13 +27,13 @@ If the user wants to generate something, use the following flow:
2927
- wait for the user to finish the generator
3028
- read the generator log file using the 'nx_read_generator_log' tool
3129
- use the information provided in the log file to answer the user's question or continue with what they were doing
32-
undefined
30+
undefined
3331

3432
# CI Error Guidelines
35-
3633
If the user wants help with fixing an error in their CI pipeline, use the following flow:
37-
3834
- Retrieve the list of current CI Pipeline Executions (CIPEs) using the 'nx_cloud_cipe_details' tool
3935
- If there are any errors, use the 'nx_cloud_fix_cipe_failure' tool to retrieve the logs for a specific task
4036
- Use the task logs to see what's wrong and help the user fix their problem. Use the appropriate tools if necessary
4137
- Make sure that the problem is fixed by running the task that you passed into the 'nx_cloud_fix_cipe_failure' tool
38+
39+

nx.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@
33
"default": ["{projectRoot}/**/*", "sharedGlobals", "workspaceRootIgnores"],
44
"workspaceRootIgnores": [
55
"!{projectRoot}/LICENSE",
6-
"!{workspaceRoot}/*.md",
76
"!{workspaceRoot}/.whitesource",
87
"!{workspaceRoot}/commitlint.config.js",
98
"!{workspaceRoot}/renovate.json",
109
"!{workspaceRoot}/.github/pull_request_template.md",
1110
"!{workspaceRoot}/.husky/*",
12-
"!{workspaceRoot}/.changeset/*.md",
1311
"!{workspaceRoot}/contributing_docs/*.md",
1412
"!{workspaceRoot}/.verdaccio/*"
1513
],
16-
"sharedGlobals": ["{projectRoot}/.github/workflows/*.yml"],
14+
"sharedGlobals": [
15+
"{projectRoot}/.github/workflows/*.yml",
16+
"{workspaceRoot}/.changeset/*.md"
17+
],
1718
"production": [
1819
"default",
1920
"!{projectRoot}/**/?(*.)+(spec|test|mock).[jt]s?(x)?(.snap)",

0 commit comments

Comments
 (0)