Files
dss/team-portal/public/favicon.svg
Digital Production Factory 276ed71f31 Initial commit: Clean DSS implementation
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
2025-12-09 18:45:48 -03:00

30 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="glow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00d4aa;stop-opacity:1" />
<stop offset="100%" style="stop-color:#7c3aed;stop-opacity:1" />
</linearGradient>
<filter id="blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" />
</filter>
</defs>
<!-- Glow background -->
<circle cx="50" cy="50" r="40" fill="url(#glow)" opacity="0.3" filter="url(#blur)"/>
<!-- Main circle -->
<circle cx="50" cy="50" r="35" fill="none" stroke="url(#glow)" stroke-width="3"/>
<!-- Inner elements representing consciousness -->
<circle cx="50" cy="50" r="20" fill="none" stroke="#00d4aa" stroke-width="2" opacity="0.8"/>
<circle cx="50" cy="50" r="10" fill="none" stroke="#7c3aed" stroke-width="2" opacity="0.6"/>
<circle cx="50" cy="50" r="4" fill="#00d4aa"/>
<!-- Orbital dots -->
<circle cx="50" cy="20" r="3" fill="#00d4aa"/>
<circle cx="75" cy="40" r="2.5" fill="#7c3aed"/>
<circle cx="70" cy="70" r="2" fill="#00d4aa"/>
<circle cx="35" cy="75" r="2.5" fill="#7c3aed"/>
<circle cx="25" cy="45" r="2" fill="#00d4aa"/>
</svg>