You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The VSC v2.4 Go Core Prototype Preparation draft is available in [`docs/vsc-v2-4
24
24
25
25
**Experimental Go verifier prototype (v2.5):**`go run ./cmd/vsc-go verify-bundle <bundle-folder>`. Read-only. Preserves VSC result semantics. Node.js remains the reference implementation.
26
26
27
+
The VSC v2.6 Machine-readable Verification Result Schema draft is available in [`docs/vsc-v2-6-machine-readable-verification-result-schema-draft.md`](docs/vsc-v2-6-machine-readable-verification-result-schema-draft.md). It defines a stable JSON result surface for future Go `--json` output, conformance comparisons, APIs, and interop receipts.
0 commit comments