feat: expose generated Rite CLI reads - #11
Conversation
🤖 Automated Review PanelReviewer A — gpt-5.6-terraResolved finding: generated-read validation errors initially mixed timestamped diagnostics with JSON. Read-mode config validation now suppresses diagnostics and returns only deterministic Reviewer B — independent reviewAPPROVE. Confirmed flattened Both initial review findings (manual generated-command duplication and non-JSON setup errors) were addressed before this PR was opened. |
Auto-Merge GateConfidence: 0.93 The generated Observed checks: GitHub Actions Scope reviewed: four coherent files (CLI wiring, dependencies/lockfile, README); no deployment, credential, destructive, or manual-review scope was found. |
Summary
list-sources,list-handlers, andget-handlercommands directly fromrite-cliexecute_operationdispatcher with JSON output/error contractsserveand no-subcommand server invocation; document CLI/MCP usageVerification
cargo fmt --all -- --checkcargo build --all-targetscargo test --all-targetscargo clippy --all-targets -- -D warningsCloses COD-464.