mix lemon.doctor (lemon_core v0.1.0)

View Source

Runs structured diagnostics across Lemon's configuration, secrets, runtime, providers, system tools, and skills store.

Each check produces a pass / warn / fail / skip result with a remediation hint for anything that needs attention.

Usage

mix lemon.doctor
mix lemon.doctor --verbose
mix lemon.doctor --json
mix lemon.doctor --bundle

Options

--verbose, -v       Show all checks including passing and skipped ones.
--json              Output results as a JSON document (CI-friendly).
--project-dir PATH  Use a specific project directory for project-config checks.
--bundle            Write a redacted support bundle zip.
--bundle-path PATH  Write the support bundle to a specific path.

Exit codes

0  All checks passed or warned (no failures).
1  One or more checks failed.