KINGDOM BOS ADMIN — LIGHT/DARK THEME UPDATE

SOURCE:
/home/kingdomid/platform/command

PRODUCTION:
/home/kingdomid/bos-admin

1. Extract this package over /home/kingdomid/platform/command
2. Run:
   cd /home/kingdomid/platform/command
   npm install
   npm run build
3. Back up production, then deploy:
   timestamp=$(date +%Y%m%d-%H%M%S)
   mkdir -p /home/kingdomid/bos-backups/admin-$timestamp
   cp -a /home/kingdomid/bos-admin/. /home/kingdomid/bos-backups/admin-$timestamp/
   rm -rf /home/kingdomid/bos-admin/assets
   cp -a /home/kingdomid/platform/command/dist/. /home/kingdomid/bos-admin/
4. Verify:
   sha256sum /home/kingdomid/platform/command/dist/index.html /home/kingdomid/bos-admin/index.html

The default appearance is Light. The selected Light or Dark preference is stored in the browser.
