@worldresources/wri-design-systems 2.191.10-alpha-ds-cli.1 → 2.191.10-alpha-ds-cli.2

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- // scripts/setup-ai.js — WRI Design System AI Setup
2
+ // agents/setup-ai.mjs — WRI Design System AI Setup
3
3
  // Distributes AGENTS.md to the correct location for each detected IDE.
4
- // Usage: yarn setup:ai
4
+ // Usage: npx ds setup-ai
5
5
 
6
6
  import {
7
7
  existsSync,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.191.10-alpha-ds-cli.1",
3
+ "version": "2.191.10-alpha-ds-cli.2",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",