- 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
14 lines
324 B
JSON
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"
|
|
]
|
|
}
|