Commit Graph

2 Commits

Author SHA1 Message Date
Alexa Amundson
c03a2884ec Fix deploy workflow: auto-create Pages project if missing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 18:57:53 -06:00
Alexa Amundson
e28875c335 Scaffold blackroad-web: Next.js 15 dashboard with brand design system
- App Router pages: dashboard, agents, agents/[name], metrics
- UI components: Button, Card, Badge with brand variants
- Layout: Header with gradient, Sidebar with navigation
- Agent components: AgentCard, AgentGrid
- Lib: gateway API client, utility functions, brand constants
- Hooks: useAgents, useMetrics, useWebSocket
- Zustand stores: agent-store, ui-store
- Tailwind CSS 4 with brand custom properties and golden ratio spacing
- 11 Vitest tests across 2 test suites
- CI and deploy GitHub Actions workflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 17:25:57 -06:00