Skip to main content

Module scan

Module scan 

Source
Expand description

ralph scan command: Clap types and handler.

Responsibilities:

  • Define clap arguments for scan commands.
  • Dispatch scan execution with resolved runner overrides.

Not handled here:

  • Queue storage and task persistence.
  • Runner implementation details or model execution.
  • Config precedence rules beyond loading the current repo config.

Invariants/assumptions:

  • Configuration is resolved from the current working directory.
  • Runner overrides are validated by the agent resolution helpers.

Structs§

ScanArgs

Enums§

ScanMode
Scan mode determining the focus of the repository scan.

Functions§

handle_scan