Loading 4weirdโฆ
๐ฅ๏ธ DESKTOP / REMASTERY WAVE 2
Every Remastery Wave-2 route, graded against the desktop parity model: native-first + authenticated iframe fallback. Wave-2 scope per the remastery spec ยง7 โ AI Infrastructure, MCP, Chat Bot, & P2P Compute (@4weird/mcp package, Chat Bot, DebugPlay, DPS WebGPU Worker) โ mapped onto the five route groups: DPS console, skills API, MCP/chat-bot packages, DPS pricing API, Wave-2 docs, plus DebugPlay console + API rows.
Posture today is authenticated webview fallback for all Wave-2 routes: the desktop shell loads the signed-in web route in an authenticated view; dedicated native implementations have not landed yet. No secrets on this page; auth stays in the session, never in markup.
| Group | Route | Web path | Desktop posture | Offline behavior |
|---|---|---|---|---|
| dps console | DPS donor dashboard | /compute/dps | authenticated webview fallback | Donor share controls are disabled offline; last-known hardware readout renders read-only and share changes queue until reconnect. |
| dps pricing API | DPS compute pricing | /api/cloud/services | authenticated webview fallback | Last-synced price snapshot is display-only; no new quotes or provisioning estimates offline. |
| mcp/chat-bot packages | @4weird/mcp package | (@4weird/mcp npm package) | authenticated webview fallback | Package docs render from the cached snapshot; installs and inspector sessions require connectivity. |
| mcp/chat-bot packages | Chat bot status | /bot/setup | authenticated webview fallback | Last-synced bot status is read-only; setup steps and command verification are unavailable offline. |
| skills API | VCW skills | /skill.md (+ /bot/skill.md) | authenticated webview fallback | Cached skill markdown stays readable offline; key verification and live skill fetches fail closed until reconnect. |
| debug-play | DebugPlay headless game-test console | /vibecodeworker/debug-play | authenticated webview fallback | Unavailable offline (cloud execution required); run requests queue and dispatch on reconnect. |
| debug-play | DebugPlay frame-analyzer API | /api/vcw/debug-play | authenticated webview fallback | Unavailable offline (cloud execution required); analysis jobs queue and dispatch on reconnect. |
| wave-2 docs | Wave-2 remastery docs | /docs/remastery | authenticated webview fallback | Bundled cached snapshot when available; otherwise an offline notice with a retry on reconnect. |
Coverage: 8 Wave-2 routes listed across all groups โ DPS console, DPS pricing API, MCP/chat-bot packages, skills API, DebugPlay, Wave-2 docs. Native upgrades, when they land, flip individual rows without changing this board's shape.