Commit 4b677d4
Version the package-review artifact with $schema + producer (review #5)
The package-review JSON (consumed by the REIR adapter and CI) carried no schema
id or producer version, so a consumer could not reason about compatibility.
Add a `$schema` ("rsscript.package_review.v0.1") and `producer` {name, version
from CARGO_PKG_VERSION} envelope to PackageReview. Additive and ignored by the
REIR adapter (no deny_unknown_fields); bump the schema id on breaking changes.
(REIR bundles and rsspkg.lock were already versioned.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 671f547 commit 4b677d4
2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
9 | 29 | | |
10 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
11 | 34 | | |
12 | 35 | | |
13 | 36 | | |
| |||
0 commit comments