Documentation
¶
Overview ¶
Package claudecli registers a CLI-tool-backed provider that drives Anthropic's Claude Code (`claude`) binary as the review engine. The user-facing name is `claude-cli` (selectable with `--cli claude` or `--provider claude-cli`); the underlying transport is a subprocess of the host CLI rather than an HTTPS API call, so no API key is required when `claude` is already authenticated locally.
Layout naming: the `-cli` directory suffix is purely a developer signal that this is the CLI-backed sibling of the existing internal/provider/anthropic/ package (which talks to api.anthropic.com). Mixing them up would be easy without the suffix.
Index ¶
Constants ¶
const Name = "claude-cli"
Name is what users type. Matches the directory suffix convention.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.