You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cli): replace untyped Store with typed CredentialStore
- Replace `Store` interface (`Read(any)/Write(any)/Clear()`) with typed
`CredentialStore` interface (`Load()/Save()/Clear()`)
- Replace `FileStore` with `CredentialFileStore` — pure `encoding/json`,
remove dead `protojson`/`proto` imports
- Export `Credentials` struct for use by external integrators
- Simplify credential resolution to single-path logic