โ† Back to Journal

2026-09-07 โ€” Bot Relay, Per-Node Routing & Dark Theme

Today we hardened the scorpiox-bot remote control stack:

De-picobot: bot-web + bot-api treat picobot as a regular codebase (22:05 NZST)

User decision: picobot gets zero special cases โ€” no protected session, no hardcoded paths, no default session.

bot-api (67605c5 + 5d81368):

bot-web (cb9bae5):

Left alone (live contracts): PICOBOT_PASSWORD/X-Picobot-Password, RuntimeType PICOBOT, JWT picobot perm, pico_* localStorage compat keys โ€” fleet + iOS depend on these; rename = migration.

Gotcha hit: .100's make said "up to date" while git log showed the new commit โ€” stale binaries served old code until make clean && make. Always clean-build on deploy.