@jphutchins/code-review 0.1.0-alpha.6 → 0.1.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,7 +42,7 @@ npx @jphutchins/code-review <subcommand>
42
42
  | `inline` | Build the GitHub reviews `comments[]` payload from findings + diff (in-diff validation; strays demote to the summary) |
43
43
  | `adapt` | Map a native agent-CLI result envelope onto the abstract SPEC §6.1 envelope |
44
44
  | `extract` | Recover findings/triage JSON from a native envelope via the deterministic extraction ladder |
45
- | `lower-suggestions` | Validate each finding's `patch` against the real PR-head file and lower it to an exact `suggestion` + line range, or drop it |
45
+ | `validate-patches` | Validate each finding's `patch` against the real PR-head file, aligning the finding's line range to it and keeping the patch (projected into a suggestion at render time), or dropping the patch |
46
46
  | `cost` | Recompute USD cost from the envelope's per-model token counts + a price map |
47
47
  | `validate` | Validate findings JSON against the published schema |
48
48
  | `print-schema` | Print a bundled schema (findings, triage, prices) |