cognite-create 0.2.5 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7,6 +7,7 @@ alwaysApply: true
|
|
|
7
7
|
Use the ShadCN MCP server to check the Cognite registry for components you could use before making your own. If there are Cognite components available for what you are trying to do you must always use them over alternatives. We want to make sure our app aligns with the Cognite design system. If there are no Cognite components you can fallback to the default ShadCN ones just make sure they align with the consistent style of the Cognite ones.
|
|
8
8
|
|
|
9
9
|
Before generating anything:
|
|
10
|
-
-
|
|
11
|
-
-
|
|
10
|
+
- If references are provided, list all components you can identify in the images that may be needed later, this should include layouts, navigation, headers, actions, copy text.
|
|
11
|
+
- Use the ShadCN MCP to list the Cognite components you can use
|
|
12
|
+
- Include all Cognite components you will need and fill any gaps with ShadCN
|
|
12
13
|
- Make sure to check the globals.css file for any styling gaps
|