Complete operational playbook for the BlackRoad OS Deploy Agent (Cece):
- Full Railway project mapping (03ce1e43-5086-4255-b2bc-0146c8916f4c)
- Dual-domain architecture (blackroad.io + blackroad.systems)
- Service contract requirements (PORT, /health, /version)
- Dockerfile and railway.json templates
- Incident response runbook for failed services
- New service creation workflow
- Cross-service communication patterns
- Health check scripts and CLI commands
- Quick fixes cheatsheet
This is the authoritative reference for any AI agent deploying
to the BlackRoad OS infrastructure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add blackroad.io as the primary consumer-facing domain:
- Root domain → OS Shell (Railway)
- www → redirect to root
- app → OS Shell alias
- api → Public API gateway
- docs → Documentation site
blackroad.systems remains as the infrastructure domain.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Update the BR-95 Edition with the official brand gradient colors:
- #FF9D00 (orange) → #FF6B00 (deep orange) → #FF0066 (hot pink)
- → #FF006B (magenta-pink) → #D600AA (magenta)
- → #7700FF (electric purple) → #0066FF (electric blue)
Applied across boot logo, menu bar, and taskbar road logo
for cohesive brand identity throughout the interface.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This repo has been superseded. See BlackRoad-OS for active development.
🤖 Generated with Claude Code
Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM>
Co-authored-by: Claude <noreply@anthropic.com>
## Summary
- recreate the BR-95 desktop experience as a Next.js app in the new
`br95` folder with shared layout, taskbar, and menu components
- split each desktop window (Lucidia, Agents, RoadChain, Wallet,
Terminal, etc.) into dedicated React components wired through a
centralized window manager hook
- preserve the original styling and animations by moving the legacy CSS
into the app-wide stylesheet and adding minimal Next.js project
scaffolding
## Testing
- Not run (not requested)
------
[Codex
Task](https://chatgpt.com/codex/tasks/task_e_691fba31252c832987e3d3ec123db049)