auto-backup: 2025-12-11 20:35:05 (68 files: +19 ~23 -25)

Generated by DSS Git Backup Hook
This commit is contained in:
2025-12-11 17:35:05 -03:00
parent 09b234a07f
commit 1ff198c177
68 changed files with 3229 additions and 7102 deletions

View File

@@ -27,9 +27,9 @@ admin-ui/src/
│ ├── client.ts # API client with all endpoints
│ └── types.ts # TypeScript interfaces
├── components/
│ ├── base/ # Button, Card, Input, Badge, Spinner
│ ├── base/ # Button, Card, Input, Badge, Spinner, Skeleton
│ ├── layout/ # Shell, Header, Sidebar, Panel, ChatSidebar
│ └── shared/ # CommandPalette, Toast
│ └── shared/ # CommandPalette, Toast, Modal, ErrorBoundary, DataTable
├── workdesks/ # Team-specific views
│ ├── UIWorkdesk.tsx # Figma extraction, code generation
│ ├── UXWorkdesk.tsx # Token list, Figma files
@@ -170,8 +170,10 @@ endpoints.mcp.status() // GET /api/mcp/status
**Tools**:
- `dashboard` - Figma connection status, file sync status
- `token-list` - View tokens from Figma
- `figma-files` - Manage connected Figma files
- `token-list` - View tokens from Figma
- `asset-list` - Gallery of design assets (icons, images, illustrations)
- `component-list` - Design system components
- `figma-plugin` - Plugin installation info
### QA Team (`QAWorkdesk.tsx`)
@@ -179,8 +181,10 @@ endpoints.mcp.status() // GET /api/mcp/status
**Tools**:
- `dashboard` - Health score, ESRE definitions count
- `figma-live-compare` - QA validation: Figma vs live implementation
- `esre-editor` - Create/edit/delete ESRE definitions
- `console-viewer` - Browser console log capture
- `network-monitor` - Track network requests in real-time
- `test-results` - View ESRE test results
### Admin (`AdminWorkdesk.tsx`)
@@ -190,6 +194,7 @@ endpoints.mcp.status() // GET /api/mcp/status
- `settings` - Server config, Figma token, Storybook URL
- `projects` - CRUD for projects
- `integrations` - External service connections
- `mcp-tools` - View and execute MCP tools for AI assistants
- `audit-log` - System activity with filtering/export
- `cache-management` - Clear/purge cache
- `health-monitor` - Service status with auto-refresh