This CLI is local-first and runs provider CLIs on the user's machine. Treat AI provider output as untrusted.
reviewandqualityare report-only by default. Provider adapters may grant read-only inspection tools for report-only runs, but write-capable tools are reserved for explicit--fixruns.reviewdefaults to all available real provider CLIs. Repository context and diffs are sent to each selected provider; use--provider <id>or--providers <ids>to restrict fan-out.doctor --pingsends only a small health-check prompt to selected providers. It does not include repository context or grant tools.review --fixorquality --fixis required before provider tools may edit files.review --fixandquality --fixrefuse dirty worktrees unless--allow-dirtyor--worktreeis explicitly provided.--worktreeis the recommended path for untrusted or large edits.--fixfirst asks an orchestrator for non-overlapping implementation tasks. Up to--max-implementerswrite-capable provider CLIs may run in parallel. The orchestrator chooses the actual task count up to that cap, and tasks with overlapping or unknown file ownership are serialized.--testis evaluated by the user's shell so commands likenpm testwork. Never construct--testfrom provider output or untrusted text. Captured--teststdout/stderr are capped at 10 MiB total per stream in run artifacts.review --fixandquality --fixsend repository context, diffs, synthesized findings, and task instructions to provider CLIs with tools enabled. Treat diff content as part of the trust boundary; use--worktreefor changes you do not fully trust.
Until the public repository is created, report security issues privately to the maintainers. Do not open public issues for exploitable behavior.