rafters 0.0.54 → 0.0.56

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
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "rafters",
3
- "version": "0.0.54",
4
- "description": "CLI for Rafters design system - scaffold tokens and add components",
3
+ "version": "0.0.56",
4
+ "description": "Design Intelligence CLI. Scaffold tokens, import existing shadcn/Tailwind v4 sources, add components, and serve an MCP server so AI agents read decisions instead of guessing.",
5
+ "homepage": "https://rafters.studio",
5
6
  "license": "MIT",
6
7
  "type": "module",
7
8
  "bin": {
@@ -44,6 +45,7 @@
44
45
  "@rafters/color-utils": "workspace:*",
45
46
  "@rafters/composites": "workspace:*",
46
47
  "@rafters/design-tokens": "workspace:*",
48
+ "@rafters/math-utils": "workspace:*",
47
49
  "@rafters/shared": "workspace:*",
48
50
  "@rafters/studio": "workspace:*",
49
51
  "@types/css-tree": "^2.3.11",