@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.
- package/agents/setup-ai.mjs +2 -2
- package/package.json +1 -1
package/agents/setup-ai.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
//
|
|
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:
|
|
4
|
+
// Usage: npx ds setup-ai
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
existsSync,
|