Expand description
Command-line interface and audit report types.
Modules§
- configured
configuredsubcommand — applies the rubric using a TOML config file written by the Home Manager module.- pipeline
- Two-stage pipeline: vision extraction → rubric scoring.
Structs§
- Audit
Report - JSON report produced by the
auditcommand. - Cli
- Parsed command-line interface for
visual-rubric. - Question
Source - Source of the rubric question: either an explicit
--questionstring or a named--preset. At least one of the two must be provided.
Enums§
- Audit
Status - Aggregate status for an audit run.
Functions§
- run
- Runs a parsed CLI command.