Commit Graph

10 Commits

Author SHA1 Message Date
Alexa Amundson
48ed56a878 Merge branch origin/copilot/add-prism-console-features into main 2025-11-28 23:13:45 -06:00
Alexa Amundson
6bc3f63e22 Merge branch 'main' of git@github.com:BlackRoad-OS/blackroad-os-prism-console.git 2025-11-28 20:33:43 -06:00
Alexa Louise
53796e97d5 Add Agent Dashboard for 16-agent system monitoring
Implemented comprehensive React dashboard for real-time AI agent monitoring:

Features:
- Real-time agent status monitoring with 5-second polling
- Summary cards showing total agents, active tasks, success rates
- Agent grid with tier-based color coding
  - Strategic (purple), Quality (blue), Performance (green)
  - Innovation (yellow), UX (pink), Coordination (orange), Assistant (gray)
- Recent activity feed with timestamps
- Active workflow monitoring with progress bars
- Agent detail modal with full stats and task history
- Responsive grid layout
- TypeScript type safety

Agent Dashboard (src/components/AgentDashboard.tsx):
- Displays all 16 agents with emoji identifiers
- Shows agent tier, domain, current task, stats
- Integrates with backend /api/agents endpoints
- Auto-refreshes data every 5 seconds
- Clean, modern UI matching BlackRoad OS design

Testing Infrastructure:
- Jest configuration for React testing
- Test setup with TypeScript support
- Component test structure

Documentation:
- Testing guide
- Component usage docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 21:51:48 -06:00
copilot-swe-agent[bot]
207363de0b feat: add PRISM_MISSION.md drop-in mission document with emoji-rich spec
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-25 22:23:48 +00:00
copilot-swe-agent[bot]
9777d02994 Add GitHub project management templates and ecosystem documentation
- Add issue templates for agents, packs, features, bugs, infra, and docs
- Add labels.yml with BlackRoad OS standard labels (team, type, prio, status)
- Add PR template with atomic commit guidelines
- Add CONTRIBUTING.md with development guidelines
- Add docs/REPOSITORY_ROLE.md documenting this repo's ecosystem role
- Update README.md with badges, ecosystem links, and comprehensive docs

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-24 16:26:03 +00:00
Alexa Amundson
ba1f57704b Merge commit '7ef5f99ea64954b229442c4996d1a617450831b5' 2025-11-24 01:05:46 -06:00
Alexa Amundson
9c46360244 Prism Gen-0 scaffold 2025-11-24 00:57:40 -06:00
Alexa Amundson
7ef5f99ea6 Add Prism Console agent prompt brief 2025-11-23 23:14:23 -06:00
Alexa Amundson
5c82a49a06 Add Prism console v2 layout and data scaffolding 2025-11-23 16:24:54 -06:00
Alexa Amundson
2c85eb7306 Build dashboard console with typed API layer 2025-11-23 14:51:28 -06:00