fix: remove embedded dashboard snapshot #20
Reference in New Issue
Block a user
Delete Branch "codex/issue-5-dashboard-shell"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses #5.\n\nScope:\n- remove the stale April 2026 operational snapshot from dashboard/public/jarvis.html\n- ship an explicit offline-shell data shape instead of hidden production-looking fallback data\n- server mode now always fetches /api/data before initialization/rendering\n- keep inject.mjs static injection compatible by retaining the let D assignment target\n- add regression checks that the stale snapshot is absent and server mode fetches API data before init\n\nValidation:\n- rg for stale snapshot markers\n- git diff --check\n- no local npm/node test run per runner-only workflow; Gitea runner should execute npm run test:unit
49d0763d57to6096a0ad03Anpassen.