Migrated from design-system-swarm with fresh git history.
Old project history preserved in /home/overbits/apps/design-system-swarm
Core components:
- MCP Server (Python FastAPI with mcp 1.23.1)
- Claude Plugin (agents, commands, skills, strategies, hooks, core)
- DSS Backend (dss-mvp1 - token translation, Figma sync)
- Admin UI (Node.js/React)
- Server (Node.js/Express)
- Storybook integration (dss-mvp1/.storybook)
Self-contained configuration:
- All paths relative or use DSS_BASE_PATH=/home/overbits/dss
- PYTHONPATH configured for dss-mvp1 and dss-claude-plugin
- .env file with all configuration
- Claude plugin uses ${CLAUDE_PLUGIN_ROOT} for portability
Migration completed: $(date)
🤖 Clean migration with full functionality preserved
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"id": "heroui-ds-test",
|
|
"name": "HeroUI Design System",
|
|
"version": "1.0.0",
|
|
"description": "A modern design system based on HeroUI with shadcn components",
|
|
"theme": {
|
|
"name": "HeroUI Theme",
|
|
"version": "1.0.0",
|
|
"tokens": {
|
|
"primary": {
|
|
"name": "primary",
|
|
"value": "oklch(0.65 0.18 250)",
|
|
"type": "color",
|
|
"category": "color",
|
|
"description": "Primary brand color"
|
|
},
|
|
"secondary": {
|
|
"name": "secondary",
|
|
"value": "oklch(0.55 0.05 285)",
|
|
"type": "color",
|
|
"category": "color",
|
|
"description": "Secondary brand color"
|
|
},
|
|
"space-sm": {
|
|
"name": "space-sm",
|
|
"value": "8px",
|
|
"type": "dimension",
|
|
"category": "spacing",
|
|
"description": "Small spacing unit"
|
|
},
|
|
"space-md": {
|
|
"name": "space-md",
|
|
"value": "16px",
|
|
"type": "dimension",
|
|
"category": "spacing",
|
|
"description": "Medium spacing unit"
|
|
},
|
|
"space-lg": {
|
|
"name": "space-lg",
|
|
"value": "24px",
|
|
"type": "dimension",
|
|
"category": "spacing",
|
|
"description": "Large spacing unit"
|
|
},
|
|
"radius": {
|
|
"name": "radius",
|
|
"value": "12px",
|
|
"type": "dimension",
|
|
"category": "radius",
|
|
"description": "Default border radius"
|
|
}
|
|
}
|
|
},
|
|
"components": [
|
|
{
|
|
"name": "Button",
|
|
"source": "shadcn",
|
|
"description": "Primary action button with multiple variants",
|
|
"variants": ["default", "outline", "ghost", "destructive"],
|
|
"props": {
|
|
"variant": "string",
|
|
"size": "string",
|
|
"disabled": "boolean"
|
|
},
|
|
"dependencies": []
|
|
},
|
|
{
|
|
"name": "Card",
|
|
"source": "shadcn",
|
|
"description": "Content container card",
|
|
"variants": [],
|
|
"props": {
|
|
"className": "string"
|
|
},
|
|
"dependencies": []
|
|
}
|
|
],
|
|
"metadata": {
|
|
"author": "Test User",
|
|
"team": "QA",
|
|
"tags": ["heroui", "shadcn", "test"]
|
|
}
|
|
}
|