meticulous-cli-auth
Installation
SKILL.md
meticulous auth
Authentication management for the Meticulous CLI. OAuth tokens are stored on disk and reused across sessions.
auth whoami
meticulous auth whoami
Purpose: Display the currently authenticated user. If no valid token is stored, opens an OAuth browser login flow to authenticate.
Output: Logs name, email, admin status, and the list of organizations the user belongs to.
Effects:
- Reads the stored OAuth token
- If no token exists or it is expired (HTTP 403), prompts an interactive OAuth login
- Does not modify any stored state itself