Skip to main content

AI Readiness

PropertyValue
descriptionRead-only AI provider/profile readiness checks in AuthHelpers.
relatedAuthHelpers, GitHub MCP Token, Start AI, OpenAI Codex, Claude Code

mac-cli auth check-ai is the read-only readiness surface.

It resolves the configured provider/profile, validates the launch command, inspects the configured hooks, and reports whether the current session is ready to launch.

Example Usage

mac-cli auth check-ai
mac-cli auth check-ai -List
mac-cli auth check-ai -Provider Claude -List
mac-cli auth check-ai -Hook mac-cli-auth-load-github-mcp-token -Pass | Format-List *

Current Output Model

The readiness check can report:

  • resolved provider/profile
  • config path
  • launch command and whether it is available
  • hook readiness
  • 1Password CLI availability when the hook pipeline depends on it

Current Maintainer Notes

  • check-ai does not run hooks
  • check-ai does not launch the AI CLI
  • it is the safe diagnostic entrypoint for provider/profile and hook readiness problems