AuthHelpers
AuthHelpers is the separate auth/session module behind mac-cli auth ....
It keeps the repo-workflow CLI focused on Git/workspace operations while still providing a standard entrypoint for AI readiness checks, token loading, and provider-based launch flows.
Current Major Areas
Current Public Shape
User-facing auth flows are routed through:
mac-cli auth check-aimac-cli auth load-github-mcp-tokenmac-cli auth start-ai
Internal helper function names still exist inside the module, but they are not the intended public command surface.
Current Provider Model
The tracked default config currently ships with:
- default provider =
Codex - default profile =
default - default launch command =
codex - default hook pipeline that loads
GITHUB_PAT_TOKENfrom 1Password before launch