@jphutchins/code-review 0.1.0-alpha.54 → 0.1.0-alpha.55

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
@@ -106,7 +106,7 @@ links to:
106
106
  [`src/surface.ts`](src/surface.ts).
107
107
 
108
108
  The embedded document is the agent's **complete** findings document — the same `schema_version`
109
- 0.9.0 contract the review agent is held to and
109
+ 0.10.0 contract the review agent is held to and
110
110
  [`schema/findings.schema.json`](schema/findings.schema.json) validates, and the same object the
111
111
  comment is rendered from. The agent's fields are embedded verbatim; the pipeline stamps one field the
112
112
  agent never writes — `convergence` (below) — so the whole review, findings and convergence signal
@@ -114,7 +114,7 @@ links to:
114
114
 
115
115
  ```json
116
116
  {
117
- "schema_version": "0.9.0",
117
+ "schema_version": "0.10.0",
118
118
  "verdict": "comment",
119
119
  "summary": "...",
120
120
  "findings": [],