forked from cleveragents/cleveragents-core
92f7feaa32
Implement auth login/logout/status and team list/use CLI commands with stubbed responses when server is disabled. Includes token storage via OS keyring with encrypted file fallback. Key changes: - Add agents auth login/logout/status commands - Add agents team list/use commands - Add TokenStore with keyring + encrypted file fallback - Add auth_token, active_team, default_namespace settings - Wire AuthClient and ServerClient stubs - Add Behave BDD tests, Robot integration tests, ASV benchmarks ISSUES CLOSED: #340