login: default command is claude auth login

This commit is contained in:
müde 2026-05-15 13:32:51 +02:00
commit d81a845dbe
6 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
//! destroy/recreate so OAuth tokens survive.
//!
//! "Has session" today means "the dir contains at least one regular file."
//! That's a heuristic: a fresh bind-mount starts empty, and `claude /login`
//! That's a heuristic: a fresh bind-mount starts empty, and `claude auth login`
//! writes credentials into the dir. We may refine later (probe for the
//! specific credentials filename, or run a no-op `claude` call) once the
//! exact layout is locked in.