@archetypeai/ds-cli 0.3.32 → 0.4.1

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.
@@ -82,7 +82,7 @@ For class merging with `cn()`, see `@rules/components`.
82
82
  In your global CSS file:
83
83
 
84
84
  ```css
85
- @import '@archetypeai/ds-lib-fonts-internal';
85
+ @import '@archetypeai/ds-lib-tokens/fonts.css';
86
86
  @import '@archetypeai/ds-lib-tokens/theme.css';
87
87
  @import 'tailwindcss';
88
88
  @import 'tw-animate-css'; /* optional, for animations */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archetypeai/ds-cli",
3
- "version": "0.3.32",
3
+ "version": "0.4.1",
4
4
  "description": "Archetype AI Design System CLI Tool",
5
5
  "type": "module",
6
6
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "@clack/prompts": "^0.10.0"
22
22
  },
23
23
  "scripts": {
24
- "build": "rm -rf dist && mkdir -p dist/commands dist/lib dist/files && cp bin.js package.json ../LICENSE dist/ && cp commands/*.js dist/commands/ && cp lib/*.js dist/lib/ && cp -r ../ds-config-codeagent/AGENTS.md ../ds-config-codeagent/CLAUDE.md dist/files/ && cp -r ../ds-config-codeagent/skills ../ds-config-codeagent/rules dist/files/ && cp ../LICENSE dist/files/ && chmod +x dist/bin.js && cp ../docs/DS-CLI.md dist/README.md"
24
+ "build": "rm -rf dist && mkdir -p dist/commands dist/lib dist/files && cp bin.js package.json ../LICENSE dist/ && cp commands/*.js dist/commands/ && cp lib/*.js dist/lib/ && cp -r ../ds-config-codeagent/atai/AGENTS.md ../ds-config-codeagent/atai/CLAUDE.md dist/files/ && cp -r ../ds-config-codeagent/atai/skills ../ds-config-codeagent/atai/rules dist/files/ && cp ../LICENSE dist/files/ && chmod +x dist/bin.js && cp ../docs/DS-CLI.md dist/README.md"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",