/** * `cortex dashboard ...` — manage browser-session login tokens for the * Cortex dashboard. * * Tokens are how the dashboard's browser UI authenticates against the * HTTP API on `localhost:4141`. The operator runs * * cortex dashboard create-token --label my-laptop * * which prints a 64-char hex string. Paste that into the dashboard * login page once; it sets an HttpOnly `cortex_dash_sid` cookie that * the browser keeps for 24h. We never store the raw token — only the * Argon2id hash, written to the active workspace's `.env` under * `PRZM_CORTEX_DASHBOARD_TOKEN_HASH_