@jphutchins/code-review 0.1.0-alpha.53 → 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 +2 -2
- package/dist/index.js +480 -145
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schema/VERSIONING.md +6 -2
- package/schema/findings.schema.json +17 -16
- package/schema/v0.9/findings.schema.json +418 -0
- package/templates/comment.eta +10 -6
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.
|
|
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.
|
|
117
|
+
"schema_version": "0.10.0",
|
|
118
118
|
"verdict": "comment",
|
|
119
119
|
"summary": "...",
|
|
120
120
|
"findings": [],
|