Skip to content

Conversation

@yannamsellem
Copy link

  • login
  • logout
  • status

- login flow authenticate the user on Agnostic app and store credentials in `<agnostic_dir>/user/auth.json`
- logout remove `<agnostic_dir>/user/auth.json` if it exists
- add `user status` command to display current authenticated user.
- extensive code cleanup and reorganization across commands and utils. Simplified command wiring, improved error handling, and consolidated shared utilities.
- auth: centralize token handling into `AuthTokens` struct. Unify load/save/refresh/validation logic and remove scattered token handling.
@yannamsellem yannamsellem force-pushed the feat/authentication branch 3 times, most recently from 9c7c66e to 52e1547 Compare November 17, 2025 16:12
split user command into multiple files

remove status global command

add system command with status subcommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants