Functional audit found dashboard and editor render blank — they depend on the removed sw.* imperative SDK (sw.tabs, sw.chat, sw.layout, etc). Tagged with requires: ["legacy-sdk"] so the installer auto-sets dormant. Generalized the dormant requires check: any unmet requirement now triggers dormant status, not just "chat". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
483 B
JSON
17 lines
483 B
JSON
{
|
|
"id": "dashboard",
|
|
"title": "Dashboard",
|
|
"type": "full",
|
|
"version": "0.31.1",
|
|
"tier": "browser",
|
|
"author": "Switchboard Core",
|
|
"icon": "📊",
|
|
"description": "Project dashboard exercising all SDK primitives (requires legacy sw.* SDK — dormant until rewritten)",
|
|
"requires": ["legacy-sdk"],
|
|
"route": "/s/dashboard",
|
|
"permissions": [],
|
|
"settings": [
|
|
{ "key": "refresh_interval", "label": "Auto-Refresh (seconds)", "type": "number", "default": 0 }
|
|
]
|
|
}
|