Expand description
runtime auth — login / logout / status.
login follows a two-step API dance:
signIn(username, password)→ session token.createPersonalAccessToken { name, scopes: [REPO_ADMIN] }→ persistent PAT.
The PAT is what we keep on disk; the short-lived session token is discarded. The public hosted Runtime remote is the default host.