v1.4.3
Hardening pass on the totem update flow from 1.4.2:
- Version picker dates each version by its commit date (so backfilled tags like v1.1.0 read 2026-05-26, in chronological order); dropped the duplicate v1.0.0 tag.
- Every deployment state handled — none / local / Fly·Railway·Cloud Run / self-hosted Docker — branching on your recorded deploy, never a hardcoded assumption. Self-host gets exact rebuild/restart steps instead of a
/healthcheck that falsely passed against the old container. - Missing platform CLI now gives a clear "local updated, deploy not pushed" message instead of a cryptic spawn ENOENT.
- Token carry-over after a cloud redeploy is surfaced (a restart can strand a rotated refresh token; points at
totem auth).