Observed after HIMP-016 through HIMP-025 landed in PR #539.
Rust Holmes now has enough local substrate to ingest and normalize weslaw evidence: evidence bundles, law diff JSON, law coverage JSON, law capability reports, contract bundle manifests, semantic findings, and coverage gate decisions. What it still lacks is a public command that exercises that path end to end.
Idea: add a command such as wesley holmes review or wesley law review that consumes a Holmes evidence bundle plus producer artifacts and emits a deterministic Markdown/JSON report with an exit posture.
Acceptance criteria:
- Design the command shape and document which artifacts are producer facts versus Holmes validation outputs.
- Add fixture evidence bundles that cover pass, warning, failure, and unavailable-evidence states.
- Emit versioned JSON suitable for CI and Markdown suitable for humans.
- Preserve the current boundary: Holmes validates and summarizes evidence, but does not recompute Wesley producer facts.
Observed after HIMP-016 through HIMP-025 landed in PR #539.
Rust Holmes now has enough local substrate to ingest and normalize weslaw evidence: evidence bundles, law diff JSON, law coverage JSON, law capability reports, contract bundle manifests, semantic findings, and coverage gate decisions. What it still lacks is a public command that exercises that path end to end.
Idea: add a command such as
wesley holmes revieworwesley law reviewthat consumes a Holmes evidence bundle plus producer artifacts and emits a deterministic Markdown/JSON report with an exit posture.Acceptance criteria: