Files
ced4568 f7cdb48833 feat: rebrand to RootNode Academy + add Real Ops scenario bundle
- Rename app title, header, tagline, footer, terminal tab to RootNode Academy
- Apply RootNode color palette (#39FF14 green, #00D4FF blue, GitHub-style darks)
- Add rootnode-runaway-monitor scenario (homelab NOC incident: oversized memory request)
- Add rootnode-real-ops bundle in terminal-green accent
- Update package name to rootnode-academy-ui
2026-06-21 03:27:46 -05:00

14 lines
324 B
JSON

{
"id": "rootnode-real-ops",
"name": "RootNode: Real Ops",
"icon": "🌳",
"tagline": "Real-world cluster failures, drawn from a working homelab NOC.",
"color": "#39FF14",
"colorDim": "rgba(57,255,20,0.12)",
"exam_minutes": 60,
"scenario_ids": [
"rootnode-runaway-monitor",
"broken-deployment"
]
}