@research-engineering/agentic-proofkit 0.2.1 → 0.4.0
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/ADOPTION.md +1 -1
- package/dist/platform/darwin-arm64/agentic-proofkit +0 -0
- package/dist/platform/darwin-x64/agentic-proofkit +0 -0
- package/dist/platform/linux-arm64/agentic-proofkit +0 -0
- package/dist/platform/linux-x64/agentic-proofkit +0 -0
- package/docs/proofkit-contract-map.md +5 -5
- package/docs/release-process.md +10 -1
- package/docs/specs/proofkit-consumer-infra-retirement/overview.md +5 -3
- package/docs/specs/proofkit-consumer-infra-retirement/requirements.v1.json +1 -1
- package/docs/specs/proofkit-spec-proof-core/overview.md +41 -18
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +19 -6
- package/docs/specs/proofkit-supply-chain-quality/overview.md +19 -10
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +3 -3
- package/package.json +1 -1
- package/proofkit/cli-contract.v2.json +298 -272
- package/proofkit/requirement-bindings.json +575 -6
- package/proofkit/witness-plan.json +10 -0
|
@@ -126,15 +126,15 @@
|
|
|
126
126
|
"--mode"
|
|
127
127
|
],
|
|
128
128
|
"inputContract": {
|
|
129
|
-
"contractId": "proofkit.adoption-contract-envelope.input.
|
|
130
|
-
"schemaVersion":
|
|
129
|
+
"contractId": "proofkit.adoption-contract-envelope.input.v2",
|
|
130
|
+
"schemaVersion": 2,
|
|
131
131
|
"rootType": "object",
|
|
132
132
|
"closed": true,
|
|
133
|
-
"rootDefinitionRef": "proofkit.adoption-contract-envelope.input.
|
|
134
|
-
"rootDefinitionDigest": "sha256:
|
|
133
|
+
"rootDefinitionRef": "proofkit.adoption-contract-envelope.input.v2.root-shape",
|
|
134
|
+
"rootDefinitionDigest": "sha256:98fd5df72714bf773f3b90ad675ddcd9b214454fa083012c28f59a1cf3241b77",
|
|
135
135
|
"nativeSource": {
|
|
136
136
|
"path": "internal/command/adoptioncontract",
|
|
137
|
-
"canonicalDigest": "sha256:
|
|
137
|
+
"canonicalDigest": "sha256:167819db65616fcb8dec0e42ed91ee2f037db5d127ce1001db953ce683d2fd84",
|
|
138
138
|
"evidenceClass": "source_checkout"
|
|
139
139
|
},
|
|
140
140
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
"evidenceClass": "source_checkout"
|
|
145
145
|
},
|
|
146
146
|
"compatibilitySummary": [
|
|
147
|
-
"schemaVersion=
|
|
148
|
-
"root-shape-only definition proofkit.adoption-contract-envelope.input.
|
|
147
|
+
"schemaVersion=2",
|
|
148
|
+
"root-shape-only definition proofkit.adoption-contract-envelope.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
149
149
|
],
|
|
150
150
|
"ownerRequirementRefs": [
|
|
151
151
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"rootDefinitionDigest": "sha256:6da2b641d38a05c97b6088bec7a38d8c9a76aa386eb101e48f9727bceae5cfa2",
|
|
163
163
|
"nativeSource": {
|
|
164
164
|
"path": "internal/command/adoptioncontract",
|
|
165
|
-
"canonicalDigest": "sha256:
|
|
165
|
+
"canonicalDigest": "sha256:167819db65616fcb8dec0e42ed91ee2f037db5d127ce1001db953ce683d2fd84",
|
|
166
166
|
"evidenceClass": "source_checkout"
|
|
167
167
|
},
|
|
168
168
|
"nativeOutputWitnessSelector": {
|
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
"rootDefinitionDigest": "sha256:fd1121285d1b357ed848febc248700a75417d06619e22ed36991631d7526375b",
|
|
511
511
|
"nativeSource": {
|
|
512
512
|
"path": "internal/command/agentroute",
|
|
513
|
-
"canonicalDigest": "sha256:
|
|
513
|
+
"canonicalDigest": "sha256:21ffaf8d53060e31f3dec92d7f39cf6e7654cc2268bde47599211d1d914acfeb",
|
|
514
514
|
"evidenceClass": "source_checkout"
|
|
515
515
|
},
|
|
516
516
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
"rootDefinitionDigest": "sha256:db7d5b29083a939eea0f23253632394212b0d73b5f1b6206d0811d236d6a84ca",
|
|
587
587
|
"nativeSource": {
|
|
588
588
|
"path": "internal/command/agentroute",
|
|
589
|
-
"canonicalDigest": "sha256:
|
|
589
|
+
"canonicalDigest": "sha256:21ffaf8d53060e31f3dec92d7f39cf6e7654cc2268bde47599211d1d914acfeb",
|
|
590
590
|
"evidenceClass": "source_checkout"
|
|
591
591
|
},
|
|
592
592
|
"nativeOutputWitnessSelector": {
|
|
@@ -992,15 +992,15 @@
|
|
|
992
992
|
"--format"
|
|
993
993
|
],
|
|
994
994
|
"inputContract": {
|
|
995
|
-
"contractId": "proofkit.conformance-profile.input.
|
|
996
|
-
"schemaVersion":
|
|
995
|
+
"contractId": "proofkit.conformance-profile.input.v2",
|
|
996
|
+
"schemaVersion": 2,
|
|
997
997
|
"rootType": "object",
|
|
998
998
|
"closed": true,
|
|
999
|
-
"rootDefinitionRef": "proofkit.conformance-profile.input.
|
|
1000
|
-
"rootDefinitionDigest": "sha256:
|
|
999
|
+
"rootDefinitionRef": "proofkit.conformance-profile.input.v2.root-shape",
|
|
1000
|
+
"rootDefinitionDigest": "sha256:b343c1093476cd9f50970f58608e43c1a6ae681a2c06b17c217ab4f22ea454e5",
|
|
1001
1001
|
"nativeSource": {
|
|
1002
1002
|
"path": "internal/command/conformanceprofile",
|
|
1003
|
-
|
|
1003
|
+
"canonicalDigest": "sha256:fba2ae58bf66cfc43834368dec84ca85abd11e08a541786dc59eafaf7628c322",
|
|
1004
1004
|
"evidenceClass": "source_checkout"
|
|
1005
1005
|
},
|
|
1006
1006
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -1010,8 +1010,8 @@
|
|
|
1010
1010
|
"evidenceClass": "source_checkout"
|
|
1011
1011
|
},
|
|
1012
1012
|
"compatibilitySummary": [
|
|
1013
|
-
"schemaVersion=
|
|
1014
|
-
"root-shape-only definition proofkit.conformance-profile.input.
|
|
1013
|
+
"schemaVersion=2",
|
|
1014
|
+
"root-shape-only definition proofkit.conformance-profile.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
1015
1015
|
],
|
|
1016
1016
|
"ownerRequirementRefs": [
|
|
1017
1017
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -1019,15 +1019,15 @@
|
|
|
1019
1019
|
]
|
|
1020
1020
|
},
|
|
1021
1021
|
"outputContract": {
|
|
1022
|
-
"contractId": "proofkit.conformance-profile.output.
|
|
1023
|
-
"schemaVersion":
|
|
1022
|
+
"contractId": "proofkit.conformance-profile.output.v2",
|
|
1023
|
+
"schemaVersion": 2,
|
|
1024
1024
|
"rootType": "object",
|
|
1025
1025
|
"closed": true,
|
|
1026
|
-
"rootDefinitionRef": "proofkit.conformance-profile.output.
|
|
1027
|
-
"rootDefinitionDigest": "sha256:
|
|
1026
|
+
"rootDefinitionRef": "proofkit.conformance-profile.output.v2.root-shape",
|
|
1027
|
+
"rootDefinitionDigest": "sha256:b3b1ed639969bba5213bb70e0a4ab9f86b69f180ad677ced78e600f87d55fb4f",
|
|
1028
1028
|
"nativeSource": {
|
|
1029
1029
|
"path": "internal/command/conformanceprofile",
|
|
1030
|
-
|
|
1030
|
+
"canonicalDigest": "sha256:fba2ae58bf66cfc43834368dec84ca85abd11e08a541786dc59eafaf7628c322",
|
|
1031
1031
|
"evidenceClass": "source_checkout"
|
|
1032
1032
|
},
|
|
1033
1033
|
"nativeOutputWitnessSelector": {
|
|
@@ -1037,8 +1037,8 @@
|
|
|
1037
1037
|
"evidenceClass": "source_checkout"
|
|
1038
1038
|
},
|
|
1039
1039
|
"compatibilitySummary": [
|
|
1040
|
-
"schemaVersion=
|
|
1041
|
-
"root-shape-only definition proofkit.conformance-profile.output.
|
|
1040
|
+
"schemaVersion=2",
|
|
1041
|
+
"root-shape-only definition proofkit.conformance-profile.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
1042
1042
|
],
|
|
1043
1043
|
"ownerRequirementRefs": [
|
|
1044
1044
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
"rootDefinitionDigest": "sha256:7ffe236ab203cf411dbfda6008ec8c10cc15691261031d4ed9ed90d81525dc12",
|
|
1277
1277
|
"nativeSource": {
|
|
1278
1278
|
"path": "internal/command/requirementbinding",
|
|
1279
|
-
"canonicalDigest": "sha256:
|
|
1279
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
1280
1280
|
"evidenceClass": "source_checkout"
|
|
1281
1281
|
},
|
|
1282
1282
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"rootDefinitionDigest": "sha256:2be3545f9329bb4e4ba4971fc04bf5811959cf0087fd7ab3a7c2c8b45b8d714a",
|
|
1305
1305
|
"nativeSource": {
|
|
1306
1306
|
"path": "internal/command/requirementbinding",
|
|
1307
|
-
"canonicalDigest": "sha256:
|
|
1307
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
1308
1308
|
"evidenceClass": "source_checkout"
|
|
1309
1309
|
},
|
|
1310
1310
|
"nativeOutputWitnessSelector": {
|
|
@@ -1642,15 +1642,15 @@
|
|
|
1642
1642
|
"--input-pointer"
|
|
1643
1643
|
],
|
|
1644
1644
|
"inputContract": {
|
|
1645
|
-
"contractId": "proofkit.impact.input.
|
|
1646
|
-
"schemaVersion":
|
|
1645
|
+
"contractId": "proofkit.impact.input.v2",
|
|
1646
|
+
"schemaVersion": 2,
|
|
1647
1647
|
"rootType": "object",
|
|
1648
1648
|
"closed": true,
|
|
1649
|
-
"rootDefinitionRef": "proofkit.impact.input.
|
|
1650
|
-
"rootDefinitionDigest": "sha256:
|
|
1649
|
+
"rootDefinitionRef": "proofkit.impact.input.v2.root-shape",
|
|
1650
|
+
"rootDefinitionDigest": "sha256:aa30fb2ab02bc74ef18f9cf599d319d06a44e374851c07f5d921e86654a42e57",
|
|
1651
1651
|
"nativeSource": {
|
|
1652
1652
|
"path": "internal/command/impact",
|
|
1653
|
-
"canonicalDigest": "sha256:
|
|
1653
|
+
"canonicalDigest": "sha256:a3735158aab6ad0c6c8d5173cc07906b900165addb2a3a8b58eefe95a8abc365",
|
|
1654
1654
|
"evidenceClass": "source_checkout"
|
|
1655
1655
|
},
|
|
1656
1656
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -1660,8 +1660,8 @@
|
|
|
1660
1660
|
"evidenceClass": "source_checkout"
|
|
1661
1661
|
},
|
|
1662
1662
|
"compatibilitySummary": [
|
|
1663
|
-
"schemaVersion=
|
|
1664
|
-
"root-shape-only definition proofkit.impact.input.
|
|
1663
|
+
"schemaVersion=2",
|
|
1664
|
+
"root-shape-only definition proofkit.impact.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
1665
1665
|
],
|
|
1666
1666
|
"ownerRequirementRefs": [
|
|
1667
1667
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -1669,15 +1669,15 @@
|
|
|
1669
1669
|
]
|
|
1670
1670
|
},
|
|
1671
1671
|
"outputContract": {
|
|
1672
|
-
"contractId": "proofkit.impact.output.
|
|
1673
|
-
"schemaVersion":
|
|
1672
|
+
"contractId": "proofkit.impact.output.v2",
|
|
1673
|
+
"schemaVersion": 2,
|
|
1674
1674
|
"rootType": "object",
|
|
1675
1675
|
"closed": true,
|
|
1676
|
-
"rootDefinitionRef": "proofkit.impact.output.
|
|
1677
|
-
"rootDefinitionDigest": "sha256:
|
|
1676
|
+
"rootDefinitionRef": "proofkit.impact.output.v2.root-shape",
|
|
1677
|
+
"rootDefinitionDigest": "sha256:e6dacd55cace039ca8e24bdec628b1498d0c12bbfcdb60c46854ab2047c3f2d7",
|
|
1678
1678
|
"nativeSource": {
|
|
1679
1679
|
"path": "internal/command/impact",
|
|
1680
|
-
"canonicalDigest": "sha256:
|
|
1680
|
+
"canonicalDigest": "sha256:a3735158aab6ad0c6c8d5173cc07906b900165addb2a3a8b58eefe95a8abc365",
|
|
1681
1681
|
"evidenceClass": "source_checkout"
|
|
1682
1682
|
},
|
|
1683
1683
|
"nativeOutputWitnessSelector": {
|
|
@@ -1687,8 +1687,8 @@
|
|
|
1687
1687
|
"evidenceClass": "source_checkout"
|
|
1688
1688
|
},
|
|
1689
1689
|
"compatibilitySummary": [
|
|
1690
|
-
"schemaVersion=
|
|
1691
|
-
"root-shape-only definition proofkit.impact.output.
|
|
1690
|
+
"schemaVersion=2",
|
|
1691
|
+
"root-shape-only definition proofkit.impact.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
1692
1692
|
],
|
|
1693
1693
|
"ownerRequirementRefs": [
|
|
1694
1694
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
"inputContract": {
|
|
1841
1841
|
"contractId": "proofkit.migration-parity-admission.input.v1",
|
|
1842
1842
|
"schemaVersion": 1,
|
|
1843
|
-
"authority": "caller-owned migration parity
|
|
1843
|
+
"authority": "caller-owned migration parity claims",
|
|
1844
1844
|
"requiredFields": [
|
|
1845
1845
|
"nonClaims",
|
|
1846
1846
|
"parityRecords",
|
|
@@ -1856,13 +1856,13 @@
|
|
|
1856
1856
|
"rootDefinitionDigest": "sha256:a1f8ab777249d7ff613bfb3256cd96514235ac90d02ad39ce8720330cbd71d38",
|
|
1857
1857
|
"nativeSource": {
|
|
1858
1858
|
"path": "internal/command/migrationparityadmission",
|
|
1859
|
-
"canonicalDigest": "sha256:
|
|
1859
|
+
"canonicalDigest": "sha256:37ea4422b751635bfd27f1afef8e7815b3efec2a8f71f96a7074e6185a18ee5b",
|
|
1860
1860
|
"evidenceClass": "source_checkout"
|
|
1861
1861
|
},
|
|
1862
1862
|
"nativeAdmissionWitnessSelector": {
|
|
1863
1863
|
"path": "internal/command/migrationparityadmission/migrationparityadmission_test.go",
|
|
1864
|
-
"test": "
|
|
1865
|
-
"command": "go test ./internal/command/migrationparityadmission -run '^
|
|
1864
|
+
"test": "TestBuildAdmitsCallerDeclaredMatchAndRejectsDigestDrift",
|
|
1865
|
+
"command": "go test ./internal/command/migrationparityadmission -run '^TestBuildAdmitsCallerDeclaredMatchAndRejectsDigestDrift$'",
|
|
1866
1866
|
"evidenceClass": "source_checkout"
|
|
1867
1867
|
},
|
|
1868
1868
|
"compatibilitySummary": [
|
|
@@ -1888,13 +1888,13 @@
|
|
|
1888
1888
|
"rootDefinitionDigest": "sha256:aaea5c7d9d12e1fbc406d080dcda5aca84351c5a2048d40535a1b3895cc37440",
|
|
1889
1889
|
"nativeSource": {
|
|
1890
1890
|
"path": "internal/command/migrationparityadmission",
|
|
1891
|
-
"canonicalDigest": "sha256:
|
|
1891
|
+
"canonicalDigest": "sha256:37ea4422b751635bfd27f1afef8e7815b3efec2a8f71f96a7074e6185a18ee5b",
|
|
1892
1892
|
"evidenceClass": "source_checkout"
|
|
1893
1893
|
},
|
|
1894
1894
|
"nativeOutputWitnessSelector": {
|
|
1895
1895
|
"path": "internal/command/migrationparityadmission/migrationparityadmission_test.go",
|
|
1896
|
-
"test": "
|
|
1897
|
-
"command": "go test ./internal/command/migrationparityadmission -run '^
|
|
1896
|
+
"test": "TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField",
|
|
1897
|
+
"command": "go test ./internal/command/migrationparityadmission -run '^TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField$'",
|
|
1898
1898
|
"evidenceClass": "source_checkout"
|
|
1899
1899
|
},
|
|
1900
1900
|
"compatibilitySummary": [
|
|
@@ -2195,15 +2195,15 @@
|
|
|
2195
2195
|
}
|
|
2196
2196
|
],
|
|
2197
2197
|
"inputContract": {
|
|
2198
|
-
"contractId": "proofkit.pilot-admission.input.
|
|
2199
|
-
"schemaVersion":
|
|
2198
|
+
"contractId": "proofkit.pilot-admission.input.v2",
|
|
2199
|
+
"schemaVersion": 2,
|
|
2200
2200
|
"rootType": "object",
|
|
2201
2201
|
"closed": true,
|
|
2202
|
-
"rootDefinitionRef": "proofkit.pilot-admission.input.
|
|
2203
|
-
"rootDefinitionDigest": "sha256:
|
|
2202
|
+
"rootDefinitionRef": "proofkit.pilot-admission.input.v2.root-shape",
|
|
2203
|
+
"rootDefinitionDigest": "sha256:e3f15bcf1927483bfda42ca49d7f6624c0d0fadac81ccab1266c1a6ae8f528f1",
|
|
2204
2204
|
"nativeSource": {
|
|
2205
2205
|
"path": "internal/command/pilotadmission",
|
|
2206
|
-
"canonicalDigest": "sha256:
|
|
2206
|
+
"canonicalDigest": "sha256:439a7efece3c003b1463758f206b236ce261a2f566ec59b4bddd83f815035850",
|
|
2207
2207
|
"evidenceClass": "source_checkout"
|
|
2208
2208
|
},
|
|
2209
2209
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -2213,8 +2213,8 @@
|
|
|
2213
2213
|
"evidenceClass": "source_checkout"
|
|
2214
2214
|
},
|
|
2215
2215
|
"compatibilitySummary": [
|
|
2216
|
-
"schemaVersion=
|
|
2217
|
-
"root-shape-only definition proofkit.pilot-admission.input.
|
|
2216
|
+
"schemaVersion=2",
|
|
2217
|
+
"root-shape-only definition proofkit.pilot-admission.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
2218
2218
|
],
|
|
2219
2219
|
"ownerRequirementRefs": [
|
|
2220
2220
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -2231,12 +2231,12 @@
|
|
|
2231
2231
|
"nativeSources": [
|
|
2232
2232
|
{
|
|
2233
2233
|
"path": "internal/app",
|
|
2234
|
-
"canonicalDigest": "sha256:
|
|
2234
|
+
"canonicalDigest": "sha256:6e888333db0edc8a6eaeb91dad38b876f0bbee22a43c1bd2424e155e5a58dc88",
|
|
2235
2235
|
"evidenceClass": "source_checkout"
|
|
2236
2236
|
},
|
|
2237
2237
|
{
|
|
2238
2238
|
"path": "internal/command/pilotadmission",
|
|
2239
|
-
"canonicalDigest": "sha256:
|
|
2239
|
+
"canonicalDigest": "sha256:439a7efece3c003b1463758f206b236ce261a2f566ec59b4bddd83f815035850",
|
|
2240
2240
|
"evidenceClass": "source_checkout"
|
|
2241
2241
|
}
|
|
2242
2242
|
],
|
|
@@ -2486,7 +2486,7 @@
|
|
|
2486
2486
|
"rootDefinitionDigest": "sha256:71914c95c70dbace0ebce1dc4609624e3b91c994cd8c5adc20ed84d4200f0ac9",
|
|
2487
2487
|
"nativeSource": {
|
|
2488
2488
|
"path": "internal/command/requirementbinding",
|
|
2489
|
-
"canonicalDigest": "sha256:
|
|
2489
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
2490
2490
|
"evidenceClass": "source_checkout"
|
|
2491
2491
|
},
|
|
2492
2492
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
"rootDefinitionDigest": "sha256:5fbdf25c90a2020525f97453c9d9fe5a774fe0e2eacf00d1b2aea3ff5f4fa0f0",
|
|
2515
2515
|
"nativeSource": {
|
|
2516
2516
|
"path": "internal/command/requirementbinding",
|
|
2517
|
-
"canonicalDigest": "sha256:
|
|
2517
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
2518
2518
|
"evidenceClass": "source_checkout"
|
|
2519
2519
|
},
|
|
2520
2520
|
"nativeOutputWitnessSelector": {
|
|
@@ -3196,7 +3196,7 @@
|
|
|
3196
3196
|
"rootDefinitionDigest": "sha256:86f8f4913b5316caa63c40d79125199b282d108cbd8b9711db21c2023d1a4ca4",
|
|
3197
3197
|
"nativeSource": {
|
|
3198
3198
|
"path": "internal/command/requirementauthoringplan",
|
|
3199
|
-
"canonicalDigest": "sha256:
|
|
3199
|
+
"canonicalDigest": "sha256:ec094da2d08e360992266402ec87fc361ef6b34023a91139015493d277bd3e76",
|
|
3200
3200
|
"evidenceClass": "source_checkout"
|
|
3201
3201
|
},
|
|
3202
3202
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -3216,26 +3216,26 @@
|
|
|
3216
3216
|
]
|
|
3217
3217
|
},
|
|
3218
3218
|
"outputContract": {
|
|
3219
|
-
"contractId": "proofkit.requirement-authoring-plan.output.
|
|
3220
|
-
"schemaVersion":
|
|
3219
|
+
"contractId": "proofkit.requirement-authoring-plan.output.v2",
|
|
3220
|
+
"schemaVersion": 2,
|
|
3221
3221
|
"rootType": "object",
|
|
3222
3222
|
"closed": true,
|
|
3223
|
-
"rootDefinitionRef": "proofkit.requirement-authoring-plan.output.
|
|
3224
|
-
"rootDefinitionDigest": "sha256:
|
|
3223
|
+
"rootDefinitionRef": "proofkit.requirement-authoring-plan.output.v2.root-shape",
|
|
3224
|
+
"rootDefinitionDigest": "sha256:c2264058757e40789005b7cf7417906461f064b9b9bca0c5ddda86704e3b36cc",
|
|
3225
3225
|
"nativeSource": {
|
|
3226
3226
|
"path": "internal/command/requirementauthoringplan",
|
|
3227
|
-
"canonicalDigest": "sha256:
|
|
3227
|
+
"canonicalDigest": "sha256:ec094da2d08e360992266402ec87fc361ef6b34023a91139015493d277bd3e76",
|
|
3228
3228
|
"evidenceClass": "source_checkout"
|
|
3229
3229
|
},
|
|
3230
3230
|
"nativeOutputWitnessSelector": {
|
|
3231
|
-
"path": "internal/
|
|
3232
|
-
"test": "
|
|
3233
|
-
"command": "go test ./internal/
|
|
3231
|
+
"path": "internal/app/cli_abi_test.go",
|
|
3232
|
+
"test": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
|
|
3233
|
+
"command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'",
|
|
3234
3234
|
"evidenceClass": "source_checkout"
|
|
3235
3235
|
},
|
|
3236
3236
|
"compatibilitySummary": [
|
|
3237
|
-
"schemaVersion=
|
|
3238
|
-
"root-shape-only definition proofkit.requirement-authoring-plan.output.
|
|
3237
|
+
"schemaVersion=2",
|
|
3238
|
+
"root-shape-only definition proofkit.requirement-authoring-plan.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3239
3239
|
],
|
|
3240
3240
|
"ownerRequirementRefs": [
|
|
3241
3241
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3266,7 +3266,7 @@
|
|
|
3266
3266
|
"rootDefinitionDigest": "sha256:e7da70a2267f2ca13771e864bba6a1a0416132c2d56decb5db9f9694de021daf",
|
|
3267
3267
|
"nativeSource": {
|
|
3268
3268
|
"path": "internal/command/requirementbinding",
|
|
3269
|
-
"canonicalDigest": "sha256:
|
|
3269
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
3270
3270
|
"evidenceClass": "source_checkout"
|
|
3271
3271
|
},
|
|
3272
3272
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -3294,7 +3294,7 @@
|
|
|
3294
3294
|
"rootDefinitionDigest": "sha256:f31dd686f28fce4bf74265b557dc25428179cbc282753b4bea01439cd98f73c2",
|
|
3295
3295
|
"nativeSource": {
|
|
3296
3296
|
"path": "internal/command/requirementbinding",
|
|
3297
|
-
"canonicalDigest": "sha256:
|
|
3297
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
3298
3298
|
"evidenceClass": "source_checkout"
|
|
3299
3299
|
},
|
|
3300
3300
|
"nativeOutputWitnessSelector": {
|
|
@@ -3450,7 +3450,7 @@
|
|
|
3450
3450
|
}
|
|
3451
3451
|
],
|
|
3452
3452
|
"inputContract": {
|
|
3453
|
-
"schemaVersion":
|
|
3453
|
+
"schemaVersion": 3,
|
|
3454
3454
|
"workspaceRequiredFields": [
|
|
3455
3455
|
"context",
|
|
3456
3456
|
"schemaVersion",
|
|
@@ -3475,11 +3475,11 @@
|
|
|
3475
3475
|
"view": "workspace"
|
|
3476
3476
|
},
|
|
3477
3477
|
"jsonLayoutRule": "allowed for non-serving JSON plans; serving and one-shot modes reject the global layout option because one-shot terminal packets are fixed compact JSON",
|
|
3478
|
-
"contractId": "proofkit.requirement-browser-server.input.
|
|
3478
|
+
"contractId": "proofkit.requirement-browser-server.input.v3",
|
|
3479
3479
|
"rootType": "object",
|
|
3480
3480
|
"closed": true,
|
|
3481
|
-
"rootDefinitionRef": "proofkit.requirement-browser-server.input.
|
|
3482
|
-
"rootDefinitionDigest": "sha256:
|
|
3481
|
+
"rootDefinitionRef": "proofkit.requirement-browser-server.input.v3.root-shape",
|
|
3482
|
+
"rootDefinitionDigest": "sha256:e6af5b9edb1284ab2ff2f1a276a6b924127b99810cd9446bffbc971f638a0997",
|
|
3483
3483
|
"nativeSource": {
|
|
3484
3484
|
"path": "internal/command/requirementbrowser",
|
|
3485
3485
|
"canonicalDigest": "sha256:df4d6ca7f6f08342e48e44dad7cfbbcb25869c039814efd875e6435b4aeefa33",
|
|
@@ -3501,7 +3501,7 @@
|
|
|
3501
3501
|
"one-shot-question requires --view workspace --serve --open",
|
|
3502
3502
|
"--session-timeout-seconds is 1..7200 and requires one-shot-question",
|
|
3503
3503
|
"source|proof|coverage|spec-tree modes retain their owner input contracts",
|
|
3504
|
-
"root-shape-only definition proofkit.requirement-browser-server.input.
|
|
3504
|
+
"root-shape-only definition proofkit.requirement-browser-server.input.v3.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3505
3505
|
],
|
|
3506
3506
|
"ownerRequirementRefs": [
|
|
3507
3507
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3728,8 +3728,8 @@
|
|
|
3728
3728
|
"--input-pointer"
|
|
3729
3729
|
],
|
|
3730
3730
|
"inputContract": {
|
|
3731
|
-
"contractId": "proofkit.requirement-coverage-input-compose.input.
|
|
3732
|
-
"schemaVersion":
|
|
3731
|
+
"contractId": "proofkit.requirement-coverage-input-compose.input.v2",
|
|
3732
|
+
"schemaVersion": 2,
|
|
3733
3733
|
"authority": "requirement coverage input compose input contract",
|
|
3734
3734
|
"commonRequiredFields": [
|
|
3735
3735
|
"coverageUniverse",
|
|
@@ -3775,11 +3775,11 @@
|
|
|
3775
3775
|
],
|
|
3776
3776
|
"rootType": "object",
|
|
3777
3777
|
"closed": true,
|
|
3778
|
-
"rootDefinitionRef": "proofkit.requirement-coverage-input-compose.input.
|
|
3779
|
-
"rootDefinitionDigest": "sha256:
|
|
3778
|
+
"rootDefinitionRef": "proofkit.requirement-coverage-input-compose.input.v2.root-shape",
|
|
3779
|
+
"rootDefinitionDigest": "sha256:f6300d6d0f80f5066fe4079433978132ee2bb1df75e602e59cf3dc37a385d3ce",
|
|
3780
3780
|
"nativeSource": {
|
|
3781
3781
|
"path": "internal/command/requirementcoverageinput",
|
|
3782
|
-
"canonicalDigest": "sha256:
|
|
3782
|
+
"canonicalDigest": "sha256:4c10b1cd675af7d7753bb72a44fca1bb9a568bcd4d3733ee1907e6c4e22757f8",
|
|
3783
3783
|
"evidenceClass": "source_checkout"
|
|
3784
3784
|
},
|
|
3785
3785
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -3789,8 +3789,8 @@
|
|
|
3789
3789
|
"evidenceClass": "source_checkout"
|
|
3790
3790
|
},
|
|
3791
3791
|
"compatibilitySummary": [
|
|
3792
|
-
"schemaVersion=
|
|
3793
|
-
"root-shape-only definition proofkit.requirement-coverage-input-compose.input.
|
|
3792
|
+
"schemaVersion=2",
|
|
3793
|
+
"root-shape-only definition proofkit.requirement-coverage-input-compose.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3794
3794
|
],
|
|
3795
3795
|
"ownerRequirementRefs": [
|
|
3796
3796
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3799,8 +3799,8 @@
|
|
|
3799
3799
|
]
|
|
3800
3800
|
},
|
|
3801
3801
|
"outputContract": {
|
|
3802
|
-
"contractId": "proofkit.requirement-coverage-input-compose.output.
|
|
3803
|
-
"schemaVersion":
|
|
3802
|
+
"contractId": "proofkit.requirement-coverage-input-compose.output.v2",
|
|
3803
|
+
"schemaVersion": 2,
|
|
3804
3804
|
"authority": "requirement coverage input compose output contract",
|
|
3805
3805
|
"requiredFields": [
|
|
3806
3806
|
"compactProofContract",
|
|
@@ -3823,11 +3823,11 @@
|
|
|
3823
3823
|
],
|
|
3824
3824
|
"rootType": "object",
|
|
3825
3825
|
"closed": true,
|
|
3826
|
-
"rootDefinitionRef": "proofkit.requirement-coverage-input-compose.output.
|
|
3827
|
-
"rootDefinitionDigest": "sha256:
|
|
3826
|
+
"rootDefinitionRef": "proofkit.requirement-coverage-input-compose.output.v2.root-shape",
|
|
3827
|
+
"rootDefinitionDigest": "sha256:0f264c996a058fb8aff102e42b95a4610d3a584b35687cc870b3d16c9589cfed",
|
|
3828
3828
|
"nativeSource": {
|
|
3829
3829
|
"path": "internal/command/requirementcoverageinput",
|
|
3830
|
-
"canonicalDigest": "sha256:
|
|
3830
|
+
"canonicalDigest": "sha256:4c10b1cd675af7d7753bb72a44fca1bb9a568bcd4d3733ee1907e6c4e22757f8",
|
|
3831
3831
|
"evidenceClass": "source_checkout"
|
|
3832
3832
|
},
|
|
3833
3833
|
"nativeOutputWitnessSelector": {
|
|
@@ -3847,7 +3847,7 @@
|
|
|
3847
3847
|
"schemaVersion",
|
|
3848
3848
|
"testEvidenceInventory",
|
|
3849
3849
|
"viewInputId",
|
|
3850
|
-
"root-shape-only definition proofkit.requirement-coverage-input-compose.output.
|
|
3850
|
+
"root-shape-only definition proofkit.requirement-coverage-input-compose.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3851
3851
|
],
|
|
3852
3852
|
"ownerRequirementRefs": [
|
|
3853
3853
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3878,8 +3878,8 @@
|
|
|
3878
3878
|
"--format"
|
|
3879
3879
|
],
|
|
3880
3880
|
"outputContract": {
|
|
3881
|
-
"contractId": "proofkit.requirement-coverage-view.output.
|
|
3882
|
-
"schemaVersion":
|
|
3881
|
+
"contractId": "proofkit.requirement-coverage-view.output.v3",
|
|
3882
|
+
"schemaVersion": 3,
|
|
3883
3883
|
"authority": "requirement coverage view output contract",
|
|
3884
3884
|
"classificationRecords": {
|
|
3885
3885
|
"failureClassifications": {
|
|
@@ -3895,15 +3895,18 @@
|
|
|
3895
3895
|
"declared_dead_zone",
|
|
3896
3896
|
"failed_test_inventory",
|
|
3897
3897
|
"missing_requirement_binding",
|
|
3898
|
-
"
|
|
3898
|
+
"missing_declared_test_route",
|
|
3899
3899
|
"nonsemantic_command_evidence",
|
|
3900
3900
|
"nonsemantic_governance_evidence",
|
|
3901
3901
|
"not_applicable_with_reason",
|
|
3902
3902
|
"owner_scope_violation",
|
|
3903
|
+
"proof_route_candidate_only",
|
|
3903
3904
|
"routing_smoke_only",
|
|
3905
|
+
"unclassified_gap",
|
|
3904
3906
|
"unknown_reference"
|
|
3905
3907
|
],
|
|
3906
3908
|
"requiredFields": [
|
|
3909
|
+
"coverageBasis",
|
|
3907
3910
|
"failureClassifications",
|
|
3908
3911
|
"failures",
|
|
3909
3912
|
"ownerInvariantCoverage",
|
|
@@ -3912,15 +3915,16 @@
|
|
|
3912
3915
|
"warnings"
|
|
3913
3916
|
],
|
|
3914
3917
|
"nonClaims": [
|
|
3915
|
-
"Classification records describe Proofkit coverage diagnostics only; consumer repositories own severity policy, merge admission, escalation, and native witness execution."
|
|
3918
|
+
"Classification records describe Proofkit coverage diagnostics only; consumer repositories own severity policy, merge admission, escalation, and native witness execution.",
|
|
3919
|
+
"Coverage basis commitments prove internal projection consistency only; they do not authenticate source inputs or producer identity."
|
|
3916
3920
|
],
|
|
3917
3921
|
"rootType": "object",
|
|
3918
3922
|
"closed": true,
|
|
3919
|
-
"rootDefinitionRef": "proofkit.requirement-coverage-view.output.
|
|
3920
|
-
"rootDefinitionDigest": "sha256:
|
|
3923
|
+
"rootDefinitionRef": "proofkit.requirement-coverage-view.output.v3.root-shape",
|
|
3924
|
+
"rootDefinitionDigest": "sha256:2365e4778d6c24c0af9507ce93bfba0a89c4ba9ece8da1c5b25b4581d6b80fa1",
|
|
3921
3925
|
"nativeSource": {
|
|
3922
3926
|
"path": "internal/command/requirementcoverageview",
|
|
3923
|
-
"canonicalDigest": "sha256:
|
|
3927
|
+
"canonicalDigest": "sha256:5a60148d843025a2ad7a2b72566792778120fc7979c5ec9c9db8dcac42e7dffd",
|
|
3924
3928
|
"evidenceClass": "source_checkout"
|
|
3925
3929
|
},
|
|
3926
3930
|
"nativeOutputWitnessSelector": {
|
|
@@ -3930,13 +3934,14 @@
|
|
|
3930
3934
|
"evidenceClass": "source_checkout"
|
|
3931
3935
|
},
|
|
3932
3936
|
"compatibilitySummary": [
|
|
3937
|
+
"coverageBasis",
|
|
3933
3938
|
"failureClassifications",
|
|
3934
3939
|
"failures",
|
|
3935
3940
|
"ownerInvariantCoverage",
|
|
3936
3941
|
"state",
|
|
3937
3942
|
"warningClassifications",
|
|
3938
3943
|
"warnings",
|
|
3939
|
-
"root-shape-only definition proofkit.requirement-coverage-view.output.
|
|
3944
|
+
"root-shape-only definition proofkit.requirement-coverage-view.output.v3.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3940
3945
|
],
|
|
3941
3946
|
"ownerRequirementRefs": [
|
|
3942
3947
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3945,15 +3950,15 @@
|
|
|
3945
3950
|
]
|
|
3946
3951
|
},
|
|
3947
3952
|
"inputContract": {
|
|
3948
|
-
"contractId": "proofkit.requirement-coverage-view.input.
|
|
3949
|
-
"schemaVersion":
|
|
3953
|
+
"contractId": "proofkit.requirement-coverage-view.input.v2",
|
|
3954
|
+
"schemaVersion": 2,
|
|
3950
3955
|
"rootType": "object",
|
|
3951
3956
|
"closed": true,
|
|
3952
|
-
"rootDefinitionRef": "proofkit.requirement-coverage-view.input.
|
|
3953
|
-
"rootDefinitionDigest": "sha256:
|
|
3957
|
+
"rootDefinitionRef": "proofkit.requirement-coverage-view.input.v2.root-shape",
|
|
3958
|
+
"rootDefinitionDigest": "sha256:f42c9218c861b1e30ec3692fa0097da393e36eea2049d4aac1a05a8b0a40d81d",
|
|
3954
3959
|
"nativeSource": {
|
|
3955
3960
|
"path": "internal/command/requirementcoverageview",
|
|
3956
|
-
"canonicalDigest": "sha256:
|
|
3961
|
+
"canonicalDigest": "sha256:5a60148d843025a2ad7a2b72566792778120fc7979c5ec9c9db8dcac42e7dffd",
|
|
3957
3962
|
"evidenceClass": "source_checkout"
|
|
3958
3963
|
},
|
|
3959
3964
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -3963,8 +3968,8 @@
|
|
|
3963
3968
|
"evidenceClass": "source_checkout"
|
|
3964
3969
|
},
|
|
3965
3970
|
"compatibilitySummary": [
|
|
3966
|
-
"schemaVersion=
|
|
3967
|
-
"root-shape-only definition proofkit.requirement-coverage-view.input.
|
|
3971
|
+
"schemaVersion=2",
|
|
3972
|
+
"root-shape-only definition proofkit.requirement-coverage-view.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
3968
3973
|
],
|
|
3969
3974
|
"ownerRequirementRefs": [
|
|
3970
3975
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -3987,15 +3992,15 @@
|
|
|
3987
3992
|
"--input-pointer"
|
|
3988
3993
|
],
|
|
3989
3994
|
"outputContract": {
|
|
3990
|
-
"contractId": "proofkit.requirement-impact-input-compose.output.
|
|
3991
|
-
"schemaVersion":
|
|
3995
|
+
"contractId": "proofkit.requirement-impact-input-compose.output.v2",
|
|
3996
|
+
"schemaVersion": 2,
|
|
3992
3997
|
"authority": "requirement impact input compose output contract",
|
|
3993
3998
|
"requiredFields": [
|
|
3994
3999
|
"baseCommit",
|
|
3995
4000
|
"baseRef",
|
|
3996
4001
|
"changedBindingRecordIds",
|
|
3997
4002
|
"changedPaths",
|
|
3998
|
-
"
|
|
4003
|
+
"changedRequirementIds",
|
|
3999
4004
|
"changedWitnessPathCoverage",
|
|
4000
4005
|
"generatedArtifactRules",
|
|
4001
4006
|
"headCommit",
|
|
@@ -4015,11 +4020,11 @@
|
|
|
4015
4020
|
],
|
|
4016
4021
|
"rootType": "object",
|
|
4017
4022
|
"closed": true,
|
|
4018
|
-
"rootDefinitionRef": "proofkit.requirement-impact-input-compose.output.
|
|
4019
|
-
"rootDefinitionDigest": "sha256:
|
|
4023
|
+
"rootDefinitionRef": "proofkit.requirement-impact-input-compose.output.v2.root-shape",
|
|
4024
|
+
"rootDefinitionDigest": "sha256:68a5ab234566459ce56772aac9a5c5b471647753390dbc1c2a62cabf0f489ef2",
|
|
4020
4025
|
"nativeSource": {
|
|
4021
4026
|
"path": "internal/command/requirementimpactinput",
|
|
4022
|
-
"canonicalDigest": "sha256:
|
|
4027
|
+
"canonicalDigest": "sha256:28ab57ec44b4b4190db3c3ff50358c5cebdd36b625d1cfa07492fe9dac63f6e3",
|
|
4023
4028
|
"evidenceClass": "source_checkout"
|
|
4024
4029
|
},
|
|
4025
4030
|
"nativeOutputWitnessSelector": {
|
|
@@ -4033,7 +4038,7 @@
|
|
|
4033
4038
|
"baseRef",
|
|
4034
4039
|
"changedBindingRecordIds",
|
|
4035
4040
|
"changedPaths",
|
|
4036
|
-
"
|
|
4041
|
+
"changedRequirementIds",
|
|
4037
4042
|
"changedWitnessPathCoverage",
|
|
4038
4043
|
"generatedArtifactRules",
|
|
4039
4044
|
"headCommit",
|
|
@@ -4044,7 +4049,7 @@
|
|
|
4044
4049
|
"preexistingFailures",
|
|
4045
4050
|
"proofLikePaths",
|
|
4046
4051
|
"schemaVersion",
|
|
4047
|
-
"root-shape-only definition proofkit.requirement-impact-input-compose.output.
|
|
4052
|
+
"root-shape-only definition proofkit.requirement-impact-input-compose.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4048
4053
|
],
|
|
4049
4054
|
"ownerRequirementRefs": [
|
|
4050
4055
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4053,15 +4058,15 @@
|
|
|
4053
4058
|
]
|
|
4054
4059
|
},
|
|
4055
4060
|
"inputContract": {
|
|
4056
|
-
"contractId": "proofkit.requirement-impact-input-compose.input.
|
|
4057
|
-
"schemaVersion":
|
|
4061
|
+
"contractId": "proofkit.requirement-impact-input-compose.input.v2",
|
|
4062
|
+
"schemaVersion": 2,
|
|
4058
4063
|
"rootType": "object",
|
|
4059
4064
|
"closed": true,
|
|
4060
|
-
"rootDefinitionRef": "proofkit.requirement-impact-input-compose.input.
|
|
4061
|
-
"rootDefinitionDigest": "sha256:
|
|
4065
|
+
"rootDefinitionRef": "proofkit.requirement-impact-input-compose.input.v2.root-shape",
|
|
4066
|
+
"rootDefinitionDigest": "sha256:1ca9c341fecac869c675302fc547865674bb42605b7ed66b3733e3db15e85150",
|
|
4062
4067
|
"nativeSource": {
|
|
4063
4068
|
"path": "internal/command/requirementimpactinput",
|
|
4064
|
-
"canonicalDigest": "sha256:
|
|
4069
|
+
"canonicalDigest": "sha256:28ab57ec44b4b4190db3c3ff50358c5cebdd36b625d1cfa07492fe9dac63f6e3",
|
|
4065
4070
|
"evidenceClass": "source_checkout"
|
|
4066
4071
|
},
|
|
4067
4072
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -4071,8 +4076,8 @@
|
|
|
4071
4076
|
"evidenceClass": "source_checkout"
|
|
4072
4077
|
},
|
|
4073
4078
|
"compatibilitySummary": [
|
|
4074
|
-
"schemaVersion=
|
|
4075
|
-
"root-shape-only definition proofkit.requirement-impact-input-compose.input.
|
|
4079
|
+
"schemaVersion=2",
|
|
4080
|
+
"root-shape-only definition proofkit.requirement-impact-input-compose.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4076
4081
|
],
|
|
4077
4082
|
"ownerRequirementRefs": [
|
|
4078
4083
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4103,15 +4108,15 @@
|
|
|
4103
4108
|
]
|
|
4104
4109
|
],
|
|
4105
4110
|
"inputContract": {
|
|
4106
|
-
"contractId": "proofkit.requirement-proof-resolver.input.
|
|
4107
|
-
"schemaVersion":
|
|
4111
|
+
"contractId": "proofkit.requirement-proof-resolver.input.v2",
|
|
4112
|
+
"schemaVersion": 2,
|
|
4108
4113
|
"rootType": "object",
|
|
4109
4114
|
"closed": true,
|
|
4110
|
-
"rootDefinitionRef": "proofkit.requirement-proof-resolver.input.
|
|
4111
|
-
"rootDefinitionDigest": "sha256:
|
|
4115
|
+
"rootDefinitionRef": "proofkit.requirement-proof-resolver.input.v2.root-shape",
|
|
4116
|
+
"rootDefinitionDigest": "sha256:a9004b9ddd9f4109326bfc233e6d4629090373d8651488b6663328273826952d",
|
|
4112
4117
|
"nativeSource": {
|
|
4113
4118
|
"path": "internal/command/requirementbinding",
|
|
4114
|
-
"canonicalDigest": "sha256:
|
|
4119
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
4115
4120
|
"evidenceClass": "source_checkout"
|
|
4116
4121
|
},
|
|
4117
4122
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -4121,8 +4126,8 @@
|
|
|
4121
4126
|
"evidenceClass": "source_checkout"
|
|
4122
4127
|
},
|
|
4123
4128
|
"compatibilitySummary": [
|
|
4124
|
-
"schemaVersion=
|
|
4125
|
-
"root-shape-only definition proofkit.requirement-proof-resolver.input.
|
|
4129
|
+
"schemaVersion=2",
|
|
4130
|
+
"root-shape-only definition proofkit.requirement-proof-resolver.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4126
4131
|
],
|
|
4127
4132
|
"ownerRequirementRefs": [
|
|
4128
4133
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4130,15 +4135,15 @@
|
|
|
4130
4135
|
]
|
|
4131
4136
|
},
|
|
4132
4137
|
"outputContract": {
|
|
4133
|
-
"contractId": "proofkit.requirement-proof-resolver.output.
|
|
4134
|
-
"schemaVersion":
|
|
4138
|
+
"contractId": "proofkit.requirement-proof-resolver.output.v2",
|
|
4139
|
+
"schemaVersion": 2,
|
|
4135
4140
|
"rootType": "object",
|
|
4136
4141
|
"closed": true,
|
|
4137
|
-
"rootDefinitionRef": "proofkit.requirement-proof-resolver.output.
|
|
4138
|
-
"rootDefinitionDigest": "sha256:
|
|
4142
|
+
"rootDefinitionRef": "proofkit.requirement-proof-resolver.output.v2.root-shape",
|
|
4143
|
+
"rootDefinitionDigest": "sha256:42bbed6d902300afd15cf763e164896f9ac05567a67fa62a50801d9e90bc4e05",
|
|
4139
4144
|
"nativeSource": {
|
|
4140
4145
|
"path": "internal/command/requirementbinding",
|
|
4141
|
-
"canonicalDigest": "sha256:
|
|
4146
|
+
"canonicalDigest": "sha256:ded6cdd4f6a6f12b7cf2b75e08f58e3960c6d51e7e0c7516b92750d239976aec",
|
|
4142
4147
|
"evidenceClass": "source_checkout"
|
|
4143
4148
|
},
|
|
4144
4149
|
"nativeOutputWitnessSelector": {
|
|
@@ -4148,8 +4153,8 @@
|
|
|
4148
4153
|
"evidenceClass": "source_checkout"
|
|
4149
4154
|
},
|
|
4150
4155
|
"compatibilitySummary": [
|
|
4151
|
-
"schemaVersion=
|
|
4152
|
-
"root-shape-only definition proofkit.requirement-proof-resolver.output.
|
|
4156
|
+
"schemaVersion=2",
|
|
4157
|
+
"root-shape-only definition proofkit.requirement-proof-resolver.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4153
4158
|
],
|
|
4154
4159
|
"ownerRequirementRefs": [
|
|
4155
4160
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4171,11 +4176,12 @@
|
|
|
4171
4176
|
"--input-pointer"
|
|
4172
4177
|
],
|
|
4173
4178
|
"inputContract": {
|
|
4174
|
-
"contractId": "proofkit.requirement-proof-source-set.input.
|
|
4175
|
-
"schemaVersion":
|
|
4179
|
+
"contractId": "proofkit.requirement-proof-source-set.input.v2",
|
|
4180
|
+
"schemaVersion": 2,
|
|
4176
4181
|
"authority": "requirement proof source-set input admission",
|
|
4177
4182
|
"requiredFields": [
|
|
4178
4183
|
"canonicalEnvelope",
|
|
4184
|
+
"schemaVersion",
|
|
4179
4185
|
"sourceSet",
|
|
4180
4186
|
"sources"
|
|
4181
4187
|
],
|
|
@@ -4205,11 +4211,11 @@
|
|
|
4205
4211
|
],
|
|
4206
4212
|
"rootType": "object",
|
|
4207
4213
|
"closed": true,
|
|
4208
|
-
"rootDefinitionRef": "proofkit.requirement-proof-source-set.input.
|
|
4209
|
-
"rootDefinitionDigest": "sha256:
|
|
4214
|
+
"rootDefinitionRef": "proofkit.requirement-proof-source-set.input.v2.root-shape",
|
|
4215
|
+
"rootDefinitionDigest": "sha256:9b38b93e0b8a2ba2b72e32d606d3cb2372fa685c9a702ae31ae42437945f2eb0",
|
|
4210
4216
|
"nativeSource": {
|
|
4211
4217
|
"path": "internal/command/requirementproofsourceset",
|
|
4212
|
-
"canonicalDigest": "sha256:
|
|
4218
|
+
"canonicalDigest": "sha256:9acea8f3fdb09a6297d715d86a5d796209c8def51a24fa96b96dc780c38f97d1",
|
|
4213
4219
|
"evidenceClass": "source_checkout"
|
|
4214
4220
|
},
|
|
4215
4221
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -4220,9 +4226,10 @@
|
|
|
4220
4226
|
},
|
|
4221
4227
|
"compatibilitySummary": [
|
|
4222
4228
|
"canonicalEnvelope",
|
|
4229
|
+
"schemaVersion",
|
|
4223
4230
|
"sourceSet",
|
|
4224
4231
|
"sources",
|
|
4225
|
-
"root-shape-only definition proofkit.requirement-proof-source-set.input.
|
|
4232
|
+
"root-shape-only definition proofkit.requirement-proof-source-set.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4226
4233
|
],
|
|
4227
4234
|
"ownerRequirementRefs": [
|
|
4228
4235
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4231,11 +4238,12 @@
|
|
|
4231
4238
|
]
|
|
4232
4239
|
},
|
|
4233
4240
|
"outputContract": {
|
|
4234
|
-
"contractId": "proofkit.requirement-proof-source-set.output.
|
|
4235
|
-
"schemaVersion":
|
|
4241
|
+
"contractId": "proofkit.requirement-proof-source-set.output.v2",
|
|
4242
|
+
"schemaVersion": 2,
|
|
4236
4243
|
"commonFields": [
|
|
4237
4244
|
"inputPaths",
|
|
4238
4245
|
"projectionKind",
|
|
4246
|
+
"schemaVersion",
|
|
4239
4247
|
"selectedSourceIds",
|
|
4240
4248
|
"sourceCount",
|
|
4241
4249
|
"sourceSetCount"
|
|
@@ -4255,11 +4263,11 @@
|
|
|
4255
4263
|
],
|
|
4256
4264
|
"rootType": "object",
|
|
4257
4265
|
"closed": true,
|
|
4258
|
-
"rootDefinitionRef": "proofkit.requirement-proof-source-set.output.
|
|
4259
|
-
"rootDefinitionDigest": "sha256:
|
|
4266
|
+
"rootDefinitionRef": "proofkit.requirement-proof-source-set.output.v2.root-shape",
|
|
4267
|
+
"rootDefinitionDigest": "sha256:ed81d03ea6ea56fd9ba12c48995111e8a90a8c1feb336fe95be195b25ccc0254",
|
|
4260
4268
|
"nativeSource": {
|
|
4261
4269
|
"path": "internal/command/requirementproofsourceset",
|
|
4262
|
-
"canonicalDigest": "sha256:
|
|
4270
|
+
"canonicalDigest": "sha256:9acea8f3fdb09a6297d715d86a5d796209c8def51a24fa96b96dc780c38f97d1",
|
|
4263
4271
|
"evidenceClass": "source_checkout"
|
|
4264
4272
|
},
|
|
4265
4273
|
"nativeOutputWitnessSelector": {
|
|
@@ -4269,8 +4277,8 @@
|
|
|
4269
4277
|
"evidenceClass": "source_checkout"
|
|
4270
4278
|
},
|
|
4271
4279
|
"compatibilitySummary": [
|
|
4272
|
-
"schemaVersion=
|
|
4273
|
-
"root-shape-only definition proofkit.requirement-proof-source-set.output.
|
|
4280
|
+
"schemaVersion=2",
|
|
4281
|
+
"root-shape-only definition proofkit.requirement-proof-source-set.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4274
4282
|
],
|
|
4275
4283
|
"ownerRequirementRefs": [
|
|
4276
4284
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4302,15 +4310,15 @@
|
|
|
4302
4310
|
"--format"
|
|
4303
4311
|
],
|
|
4304
4312
|
"inputContract": {
|
|
4305
|
-
"contractId": "proofkit.requirement-proof-view.input.
|
|
4306
|
-
"schemaVersion":
|
|
4313
|
+
"contractId": "proofkit.requirement-proof-view.input.v2",
|
|
4314
|
+
"schemaVersion": 2,
|
|
4307
4315
|
"rootType": "object",
|
|
4308
4316
|
"closed": true,
|
|
4309
|
-
"rootDefinitionRef": "proofkit.requirement-proof-view.input.
|
|
4310
|
-
"rootDefinitionDigest": "sha256:
|
|
4317
|
+
"rootDefinitionRef": "proofkit.requirement-proof-view.input.v2.root-shape",
|
|
4318
|
+
"rootDefinitionDigest": "sha256:998efcaf322251ec9ff402cbf8f4db84f981aca3c24bd2071c0c302ddcca5490",
|
|
4311
4319
|
"nativeSource": {
|
|
4312
4320
|
"path": "internal/command/requirementproofview",
|
|
4313
|
-
"canonicalDigest": "sha256:
|
|
4321
|
+
"canonicalDigest": "sha256:f71d93a5e3c434f8cefdc18a92cc1360400555351597bfaf7c0cc7a360b79444",
|
|
4314
4322
|
"evidenceClass": "source_checkout"
|
|
4315
4323
|
},
|
|
4316
4324
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -4320,8 +4328,8 @@
|
|
|
4320
4328
|
"evidenceClass": "source_checkout"
|
|
4321
4329
|
},
|
|
4322
4330
|
"compatibilitySummary": [
|
|
4323
|
-
"schemaVersion=
|
|
4324
|
-
"root-shape-only definition proofkit.requirement-proof-view.input.
|
|
4331
|
+
"schemaVersion=2",
|
|
4332
|
+
"root-shape-only definition proofkit.requirement-proof-view.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4325
4333
|
],
|
|
4326
4334
|
"ownerRequirementRefs": [
|
|
4327
4335
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4329,15 +4337,15 @@
|
|
|
4329
4337
|
]
|
|
4330
4338
|
},
|
|
4331
4339
|
"outputContract": {
|
|
4332
|
-
"contractId": "proofkit.requirement-proof-view.output.
|
|
4333
|
-
"schemaVersion":
|
|
4340
|
+
"contractId": "proofkit.requirement-proof-view.output.v2",
|
|
4341
|
+
"schemaVersion": 2,
|
|
4334
4342
|
"rootType": "object",
|
|
4335
4343
|
"closed": true,
|
|
4336
|
-
"rootDefinitionRef": "proofkit.requirement-proof-view.output.
|
|
4337
|
-
"rootDefinitionDigest": "sha256:
|
|
4344
|
+
"rootDefinitionRef": "proofkit.requirement-proof-view.output.v2.root-shape",
|
|
4345
|
+
"rootDefinitionDigest": "sha256:3dd563fd6eaedc12994b16234f72228b76fd1155e29033ca1b027fe1e0289d19",
|
|
4338
4346
|
"nativeSource": {
|
|
4339
4347
|
"path": "internal/command/requirementproofview",
|
|
4340
|
-
"canonicalDigest": "sha256:
|
|
4348
|
+
"canonicalDigest": "sha256:f71d93a5e3c434f8cefdc18a92cc1360400555351597bfaf7c0cc7a360b79444",
|
|
4341
4349
|
"evidenceClass": "source_checkout"
|
|
4342
4350
|
},
|
|
4343
4351
|
"nativeOutputWitnessSelector": {
|
|
@@ -4347,8 +4355,8 @@
|
|
|
4347
4355
|
"evidenceClass": "source_checkout"
|
|
4348
4356
|
},
|
|
4349
4357
|
"compatibilitySummary": [
|
|
4350
|
-
"schemaVersion=
|
|
4351
|
-
"root-shape-only definition proofkit.requirement-proof-view.output.
|
|
4358
|
+
"schemaVersion=2",
|
|
4359
|
+
"root-shape-only definition proofkit.requirement-proof-view.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
4352
4360
|
],
|
|
4353
4361
|
"ownerRequirementRefs": [
|
|
4354
4362
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -4464,7 +4472,7 @@
|
|
|
4464
4472
|
"rootDefinitionDigest": "sha256:b2b3982ca053794da607673db6258933960a4f67653871205ff03caab2012a9f",
|
|
4465
4473
|
"nativeSource": {
|
|
4466
4474
|
"path": "internal/command/requirementsourceadmission",
|
|
4467
|
-
"canonicalDigest": "sha256:
|
|
4475
|
+
"canonicalDigest": "sha256:d68c56d1566166937da8ca3f2e0afe302d21a9349a0b520322a434ab88270b30",
|
|
4468
4476
|
"evidenceClass": "source_checkout"
|
|
4469
4477
|
},
|
|
4470
4478
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -4491,7 +4499,7 @@
|
|
|
4491
4499
|
"rootDefinitionDigest": "sha256:2527a19394b22efb4b14e39bf3b1f14283f179592c369b9c2ae34b612c7c69af",
|
|
4492
4500
|
"nativeSource": {
|
|
4493
4501
|
"path": "internal/command/requirementsourceadmission",
|
|
4494
|
-
"canonicalDigest": "sha256:
|
|
4502
|
+
"canonicalDigest": "sha256:d68c56d1566166937da8ca3f2e0afe302d21a9349a0b520322a434ab88270b30",
|
|
4495
4503
|
"evidenceClass": "source_checkout"
|
|
4496
4504
|
},
|
|
4497
4505
|
"nativeOutputWitnessSelector": {
|
|
@@ -5465,7 +5473,7 @@
|
|
|
5465
5473
|
"rootDefinitionDigest": "sha256:3c842174dff5361e7f83166469b832805e05aa314b073c16234b5b64e346281e",
|
|
5466
5474
|
"nativeSource": {
|
|
5467
5475
|
"path": "internal/app",
|
|
5468
|
-
"canonicalDigest": "sha256:
|
|
5476
|
+
"canonicalDigest": "sha256:6e888333db0edc8a6eaeb91dad38b876f0bbee22a43c1bd2424e155e5a58dc88",
|
|
5469
5477
|
"evidenceClass": "source_checkout"
|
|
5470
5478
|
},
|
|
5471
5479
|
"nativeAdmissionWitnessSelector": {
|
|
@@ -5494,7 +5502,7 @@
|
|
|
5494
5502
|
"rootDefinitionDigest": "sha256:0ea95e277ebe44cd2de42c29b47c38686ac0b6b390d8965367437b3fe138e209",
|
|
5495
5503
|
"nativeSource": {
|
|
5496
5504
|
"path": "internal/app",
|
|
5497
|
-
"canonicalDigest": "sha256:
|
|
5505
|
+
"canonicalDigest": "sha256:6e888333db0edc8a6eaeb91dad38b876f0bbee22a43c1bd2424e155e5a58dc88",
|
|
5498
5506
|
"evidenceClass": "source_checkout"
|
|
5499
5507
|
},
|
|
5500
5508
|
"nativeOutputWitnessSelector": {
|
|
@@ -5734,8 +5742,8 @@
|
|
|
5734
5742
|
"--projection"
|
|
5735
5743
|
],
|
|
5736
5744
|
"inputContract": {
|
|
5737
|
-
"contractId": "proofkit.test-evidence-inventory.input.
|
|
5738
|
-
"schemaVersion":
|
|
5745
|
+
"contractId": "proofkit.test-evidence-inventory.input.v2",
|
|
5746
|
+
"schemaVersion": 2,
|
|
5739
5747
|
"authority": "test evidence inventory admission and projection admission",
|
|
5740
5748
|
"projectionVariants": {
|
|
5741
5749
|
"discovery-draft": {
|
|
@@ -5770,7 +5778,7 @@
|
|
|
5770
5778
|
"candidateKind": "proofkit.test-inventory-discovery-draft.candidate-inventory",
|
|
5771
5779
|
"strictInventoryAdmission": "rejected_until_owner_materialized"
|
|
5772
5780
|
},
|
|
5773
|
-
"nonClaim": "Discovery draft reports candidate-only guidance from explicit caller-owned facts; it does not scan repositories, execute tests, emit
|
|
5781
|
+
"nonClaim": "Discovery draft reports candidate-only guidance from explicit caller-owned facts; it does not scan repositories, execute tests, emit execution-backed semantic evidence, or close coverage."
|
|
5774
5782
|
},
|
|
5775
5783
|
"proof-binding-derived": {
|
|
5776
5784
|
"authority": "proof-binding-derived test inventory projection admission",
|
|
@@ -5811,7 +5819,7 @@
|
|
|
5811
5819
|
},
|
|
5812
5820
|
"schemaVersion": {
|
|
5813
5821
|
"required": true,
|
|
5814
|
-
"value":
|
|
5822
|
+
"value": 2
|
|
5815
5823
|
}
|
|
5816
5824
|
},
|
|
5817
5825
|
"candidateOutput": {
|
|
@@ -5835,29 +5843,29 @@
|
|
|
5835
5843
|
],
|
|
5836
5844
|
"rootType": "object",
|
|
5837
5845
|
"closed": true,
|
|
5838
|
-
"rootDefinitionRef": "proofkit.test-evidence-inventory.input.
|
|
5839
|
-
"rootDefinitionDigest": "sha256:
|
|
5846
|
+
"rootDefinitionRef": "proofkit.test-evidence-inventory.input.v2.root-shape",
|
|
5847
|
+
"rootDefinitionDigest": "sha256:4ec00274f91fd3e6e8bf67ac55125e1a9566e7d2233137ed3fa968539532125e",
|
|
5840
5848
|
"nativeSources": [
|
|
5841
5849
|
{
|
|
5842
5850
|
"path": "internal/command/proofbindingtestinventory",
|
|
5843
|
-
"canonicalDigest": "sha256:
|
|
5851
|
+
"canonicalDigest": "sha256:93c68e7bd85f435dd82b1a9ab663add5ecc37bd45948ec3ce49c8af18a90051a",
|
|
5844
5852
|
"evidenceClass": "source_checkout"
|
|
5845
5853
|
},
|
|
5846
5854
|
{
|
|
5847
5855
|
"path": "internal/command/testevidenceinventory",
|
|
5848
|
-
"canonicalDigest": "sha256:
|
|
5856
|
+
"canonicalDigest": "sha256:60983b8f25544c7b85e818f202de053fa15557b0de37a7df35aa0d58b58c3888",
|
|
5849
5857
|
"evidenceClass": "source_checkout"
|
|
5850
5858
|
}
|
|
5851
5859
|
],
|
|
5852
5860
|
"nativeAdmissionWitnessSelector": {
|
|
5853
5861
|
"path": "internal/command/testevidenceinventory/testevidenceinventory_test.go",
|
|
5854
|
-
"test": "
|
|
5855
|
-
"command": "go test ./internal/command/testevidenceinventory -run '^
|
|
5862
|
+
"test": "TestBuildRejectsIncompleteDeclaredOracleMetadataAndDuplicateFalsifier",
|
|
5863
|
+
"command": "go test ./internal/command/testevidenceinventory -run '^TestBuildRejectsIncompleteDeclaredOracleMetadataAndDuplicateFalsifier$'",
|
|
5856
5864
|
"evidenceClass": "source_checkout"
|
|
5857
5865
|
},
|
|
5858
5866
|
"compatibilitySummary": [
|
|
5859
|
-
"schemaVersion=
|
|
5860
|
-
"root-shape-only definition proofkit.test-evidence-inventory.input.
|
|
5867
|
+
"schemaVersion=2",
|
|
5868
|
+
"root-shape-only definition proofkit.test-evidence-inventory.input.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
5861
5869
|
],
|
|
5862
5870
|
"ownerRequirementRefs": [
|
|
5863
5871
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -5866,8 +5874,8 @@
|
|
|
5866
5874
|
]
|
|
5867
5875
|
},
|
|
5868
5876
|
"outputContract": {
|
|
5869
|
-
"contractId": "proofkit.test-evidence-inventory.output.
|
|
5870
|
-
"schemaVersion":
|
|
5877
|
+
"contractId": "proofkit.test-evidence-inventory.output.v2",
|
|
5878
|
+
"schemaVersion": 2,
|
|
5871
5879
|
"authority": "test evidence inventory output contract",
|
|
5872
5880
|
"classificationRecords": {
|
|
5873
5881
|
"failureClassifications": {
|
|
@@ -5899,7 +5907,7 @@
|
|
|
5899
5907
|
"invalid_falsifier_supersession",
|
|
5900
5908
|
"missing_edge",
|
|
5901
5909
|
"missing_executable_command_ref",
|
|
5902
|
-
"
|
|
5910
|
+
"missing_declared_route_anchor",
|
|
5903
5911
|
"mock_tests_mock",
|
|
5904
5912
|
"over_broad_integration",
|
|
5905
5913
|
"proof_route_candidate",
|
|
@@ -5908,7 +5916,7 @@
|
|
|
5908
5916
|
"snapshot_without_oracle",
|
|
5909
5917
|
"tautology",
|
|
5910
5918
|
"unasserted_diagnostic",
|
|
5911
|
-
"
|
|
5919
|
+
"incomplete_declared_oracle_metadata",
|
|
5912
5920
|
"wrong_boundary",
|
|
5913
5921
|
"wrong_evidence_boundary"
|
|
5914
5922
|
],
|
|
@@ -5921,8 +5929,8 @@
|
|
|
5921
5929
|
"severity": "failure|warning"
|
|
5922
5930
|
},
|
|
5923
5931
|
"oracleFields": {
|
|
5924
|
-
"assertionSummary": "non-empty assertion summary for
|
|
5925
|
-
"expectedPublicOutcome": "non-empty expected public outcome for
|
|
5932
|
+
"assertionSummary": "non-empty caller-authored assertion summary for declared semantic-falsifier, contract-admission, and property-or-fuzz routes",
|
|
5933
|
+
"expectedPublicOutcome": "non-empty caller-authored expected public outcome for declared semantic-falsifier, contract-admission, and property-or-fuzz routes",
|
|
5926
5934
|
"oracleId": "stable rule id",
|
|
5927
5935
|
"oracleKind": "stable rule id"
|
|
5928
5936
|
},
|
|
@@ -5932,29 +5940,29 @@
|
|
|
5932
5940
|
],
|
|
5933
5941
|
"rootType": "object",
|
|
5934
5942
|
"closed": true,
|
|
5935
|
-
"rootDefinitionRef": "proofkit.test-evidence-inventory.output.
|
|
5936
|
-
"rootDefinitionDigest": "sha256:
|
|
5943
|
+
"rootDefinitionRef": "proofkit.test-evidence-inventory.output.v2.root-shape",
|
|
5944
|
+
"rootDefinitionDigest": "sha256:6688b487f1c9936dd1583ab0d90e689c75cae278b04bb431950b9979aba4efa7",
|
|
5937
5945
|
"nativeSources": [
|
|
5938
5946
|
{
|
|
5939
5947
|
"path": "internal/command/proofbindingtestinventory",
|
|
5940
|
-
"canonicalDigest": "sha256:
|
|
5948
|
+
"canonicalDigest": "sha256:93c68e7bd85f435dd82b1a9ab663add5ecc37bd45948ec3ce49c8af18a90051a",
|
|
5941
5949
|
"evidenceClass": "source_checkout"
|
|
5942
5950
|
},
|
|
5943
5951
|
{
|
|
5944
5952
|
"path": "internal/command/testevidenceinventory",
|
|
5945
|
-
"canonicalDigest": "sha256:
|
|
5953
|
+
"canonicalDigest": "sha256:60983b8f25544c7b85e818f202de053fa15557b0de37a7df35aa0d58b58c3888",
|
|
5946
5954
|
"evidenceClass": "source_checkout"
|
|
5947
5955
|
}
|
|
5948
5956
|
],
|
|
5949
5957
|
"nativeOutputWitnessSelector": {
|
|
5950
5958
|
"path": "internal/command/testevidenceinventory/testevidenceinventory_test.go",
|
|
5951
|
-
"test": "
|
|
5952
|
-
"command": "go test ./internal/command/testevidenceinventory -run '^
|
|
5959
|
+
"test": "TestBuildRejectsIncompleteDeclaredOracleMetadataAndDuplicateFalsifier",
|
|
5960
|
+
"command": "go test ./internal/command/testevidenceinventory -run '^TestBuildRejectsIncompleteDeclaredOracleMetadataAndDuplicateFalsifier$'",
|
|
5953
5961
|
"evidenceClass": "source_checkout"
|
|
5954
5962
|
},
|
|
5955
5963
|
"compatibilitySummary": [
|
|
5956
|
-
"schemaVersion=
|
|
5957
|
-
"root-shape-only definition proofkit.test-evidence-inventory.output.
|
|
5964
|
+
"schemaVersion=2",
|
|
5965
|
+
"root-shape-only definition proofkit.test-evidence-inventory.output.v2.root-shape; nested fields, types, and cardinalities are non-claims"
|
|
5958
5966
|
],
|
|
5959
5967
|
"ownerRequirementRefs": [
|
|
5960
5968
|
"REQ-PROOFKIT-PACKAGE-002",
|
|
@@ -6818,8 +6826,8 @@
|
|
|
6818
6826
|
"canonicalDigest": "sha256:6834488d7bfbb4fbcd50dda8d26c65f0c72e15ce7fd2f53ac4a1ee396f72f106"
|
|
6819
6827
|
},
|
|
6820
6828
|
{
|
|
6821
|
-
"definitionId": "proofkit.adoption-contract-envelope.input.
|
|
6822
|
-
"schemaVersion":
|
|
6829
|
+
"definitionId": "proofkit.adoption-contract-envelope.input.v2.root-shape",
|
|
6830
|
+
"schemaVersion": 2,
|
|
6823
6831
|
"rootType": "object",
|
|
6824
6832
|
"closed": true,
|
|
6825
6833
|
"definitionRefs": [],
|
|
@@ -6855,7 +6863,7 @@
|
|
|
6855
6863
|
}
|
|
6856
6864
|
]
|
|
6857
6865
|
},
|
|
6858
|
-
"canonicalDigest": "sha256:
|
|
6866
|
+
"canonicalDigest": "sha256:98fd5df72714bf773f3b90ad675ddcd9b214454fa083012c28f59a1cf3241b77"
|
|
6859
6867
|
},
|
|
6860
6868
|
{
|
|
6861
6869
|
"definitionId": "proofkit.adoption-contract-envelope.output.v1.root-shape",
|
|
@@ -8125,8 +8133,8 @@
|
|
|
8125
8133
|
"canonicalDigest": "sha256:81b3eb5f072ad45d3d71954bc9dfcb46bcdc1e8afc9ade800ae1ee73dfb503d0"
|
|
8126
8134
|
},
|
|
8127
8135
|
{
|
|
8128
|
-
"definitionId": "proofkit.conformance-profile.input.
|
|
8129
|
-
"schemaVersion":
|
|
8136
|
+
"definitionId": "proofkit.conformance-profile.input.v2.root-shape",
|
|
8137
|
+
"schemaVersion": 2,
|
|
8130
8138
|
"rootType": "object",
|
|
8131
8139
|
"closed": true,
|
|
8132
8140
|
"definitionRefs": [],
|
|
@@ -8159,11 +8167,11 @@
|
|
|
8159
8167
|
}
|
|
8160
8168
|
]
|
|
8161
8169
|
},
|
|
8162
|
-
"canonicalDigest": "sha256:
|
|
8170
|
+
"canonicalDigest": "sha256:b343c1093476cd9f50970f58608e43c1a6ae681a2c06b17c217ab4f22ea454e5"
|
|
8163
8171
|
},
|
|
8164
8172
|
{
|
|
8165
|
-
"definitionId": "proofkit.conformance-profile.output.
|
|
8166
|
-
"schemaVersion":
|
|
8173
|
+
"definitionId": "proofkit.conformance-profile.output.v2.root-shape",
|
|
8174
|
+
"schemaVersion": 2,
|
|
8167
8175
|
"rootType": "object",
|
|
8168
8176
|
"closed": true,
|
|
8169
8177
|
"definitionRefs": [],
|
|
@@ -8189,38 +8197,42 @@
|
|
|
8189
8197
|
},
|
|
8190
8198
|
{
|
|
8191
8199
|
"allowedFields": [
|
|
8200
|
+
"bindingCount",
|
|
8192
8201
|
"commandCount",
|
|
8193
8202
|
"commandExecutionState",
|
|
8194
8203
|
"environmentClasses",
|
|
8195
8204
|
"failures",
|
|
8196
8205
|
"nonClaims",
|
|
8197
8206
|
"optionalSurfaceCount",
|
|
8198
|
-
"
|
|
8207
|
+
"preconditionedBindingCount",
|
|
8199
8208
|
"profileId",
|
|
8200
8209
|
"profileResolutionState",
|
|
8201
8210
|
"purpose",
|
|
8202
8211
|
"requiredSurfaceCount",
|
|
8203
8212
|
"requirementCount",
|
|
8204
8213
|
"scenarioCount",
|
|
8214
|
+
"schemaVersion",
|
|
8205
8215
|
"surfaceCount",
|
|
8206
8216
|
"surfaces",
|
|
8207
8217
|
"verifyCommands",
|
|
8208
8218
|
"witnessMappingCount"
|
|
8209
8219
|
],
|
|
8210
8220
|
"requiredFields": [
|
|
8221
|
+
"bindingCount",
|
|
8211
8222
|
"commandCount",
|
|
8212
8223
|
"commandExecutionState",
|
|
8213
8224
|
"environmentClasses",
|
|
8214
8225
|
"failures",
|
|
8215
8226
|
"nonClaims",
|
|
8216
8227
|
"optionalSurfaceCount",
|
|
8217
|
-
"
|
|
8228
|
+
"preconditionedBindingCount",
|
|
8218
8229
|
"profileId",
|
|
8219
8230
|
"profileResolutionState",
|
|
8220
8231
|
"purpose",
|
|
8221
8232
|
"requiredSurfaceCount",
|
|
8222
8233
|
"requirementCount",
|
|
8223
8234
|
"scenarioCount",
|
|
8235
|
+
"schemaVersion",
|
|
8224
8236
|
"surfaceCount",
|
|
8225
8237
|
"surfaces",
|
|
8226
8238
|
"verifyCommands",
|
|
@@ -8262,7 +8274,7 @@
|
|
|
8262
8274
|
}
|
|
8263
8275
|
]
|
|
8264
8276
|
},
|
|
8265
|
-
"canonicalDigest": "sha256:
|
|
8277
|
+
"canonicalDigest": "sha256:b3b1ed639969bba5213bb70e0a4ab9f86b69f180ad677ced78e600f87d55fb4f"
|
|
8266
8278
|
},
|
|
8267
8279
|
{
|
|
8268
8280
|
"definitionId": "proofkit.custom-rule-boundary.input.v1.root-shape",
|
|
@@ -9124,8 +9136,8 @@
|
|
|
9124
9136
|
"canonicalDigest": "sha256:f780843a1d9afb5e7a82c5eefeca8f41d4ee8e852731ec3e690d1d8aedf46b16"
|
|
9125
9137
|
},
|
|
9126
9138
|
{
|
|
9127
|
-
"definitionId": "proofkit.impact.input.
|
|
9128
|
-
"schemaVersion":
|
|
9139
|
+
"definitionId": "proofkit.impact.input.v2.root-shape",
|
|
9140
|
+
"schemaVersion": 2,
|
|
9129
9141
|
"rootType": "object",
|
|
9130
9142
|
"closed": true,
|
|
9131
9143
|
"definitionRefs": [],
|
|
@@ -9142,7 +9154,7 @@
|
|
|
9142
9154
|
"baseRef",
|
|
9143
9155
|
"changedBindingRecordIds",
|
|
9144
9156
|
"changedPaths",
|
|
9145
|
-
"
|
|
9157
|
+
"changedRequirementIds",
|
|
9146
9158
|
"changedWitnessPathCoverage",
|
|
9147
9159
|
"generatedArtifactRules",
|
|
9148
9160
|
"headCommit",
|
|
@@ -9160,7 +9172,7 @@
|
|
|
9160
9172
|
"baseRef",
|
|
9161
9173
|
"changedBindingRecordIds",
|
|
9162
9174
|
"changedPaths",
|
|
9163
|
-
"
|
|
9175
|
+
"changedRequirementIds",
|
|
9164
9176
|
"changedWitnessPathCoverage",
|
|
9165
9177
|
"generatedArtifactRules",
|
|
9166
9178
|
"headCommit",
|
|
@@ -9179,11 +9191,11 @@
|
|
|
9179
9191
|
}
|
|
9180
9192
|
]
|
|
9181
9193
|
},
|
|
9182
|
-
"canonicalDigest": "sha256:
|
|
9194
|
+
"canonicalDigest": "sha256:aa30fb2ab02bc74ef18f9cf599d319d06a44e374851c07f5d921e86654a42e57"
|
|
9183
9195
|
},
|
|
9184
9196
|
{
|
|
9185
|
-
"definitionId": "proofkit.impact.output.
|
|
9186
|
-
"schemaVersion":
|
|
9197
|
+
"definitionId": "proofkit.impact.output.v2.root-shape",
|
|
9198
|
+
"schemaVersion": 2,
|
|
9187
9199
|
"rootType": "object",
|
|
9188
9200
|
"closed": true,
|
|
9189
9201
|
"definitionRefs": [],
|
|
@@ -9199,7 +9211,7 @@
|
|
|
9199
9211
|
"baseCommit",
|
|
9200
9212
|
"baseRef",
|
|
9201
9213
|
"changedPaths",
|
|
9202
|
-
"
|
|
9214
|
+
"changedRequirementIds",
|
|
9203
9215
|
"failures",
|
|
9204
9216
|
"headCommit",
|
|
9205
9217
|
"headRef",
|
|
@@ -9213,7 +9225,7 @@
|
|
|
9213
9225
|
"baseCommit",
|
|
9214
9226
|
"baseRef",
|
|
9215
9227
|
"changedPaths",
|
|
9216
|
-
"
|
|
9228
|
+
"changedRequirementIds",
|
|
9217
9229
|
"failures",
|
|
9218
9230
|
"headCommit",
|
|
9219
9231
|
"headRef",
|
|
@@ -9231,7 +9243,7 @@
|
|
|
9231
9243
|
}
|
|
9232
9244
|
]
|
|
9233
9245
|
},
|
|
9234
|
-
"canonicalDigest": "sha256:
|
|
9246
|
+
"canonicalDigest": "sha256:e6dacd55cace039ca8e24bdec628b1498d0c12bbfcdb60c46854ab2047c3f2d7"
|
|
9235
9247
|
},
|
|
9236
9248
|
{
|
|
9237
9249
|
"definitionId": "proofkit.init.output.v1.root-shape",
|
|
@@ -9719,8 +9731,8 @@
|
|
|
9719
9731
|
"canonicalDigest": "sha256:e6c9e94611b5de09befb45f56d1770bdf1e32a96752cf3e5fb8a58e8c6ecfc54"
|
|
9720
9732
|
},
|
|
9721
9733
|
{
|
|
9722
|
-
"definitionId": "proofkit.pilot-admission.input.
|
|
9723
|
-
"schemaVersion":
|
|
9734
|
+
"definitionId": "proofkit.pilot-admission.input.v2.root-shape",
|
|
9735
|
+
"schemaVersion": 2,
|
|
9724
9736
|
"rootType": "object",
|
|
9725
9737
|
"closed": true,
|
|
9726
9738
|
"definitionRefs": [],
|
|
@@ -9875,7 +9887,7 @@
|
|
|
9875
9887
|
}
|
|
9876
9888
|
]
|
|
9877
9889
|
},
|
|
9878
|
-
"canonicalDigest": "sha256:
|
|
9890
|
+
"canonicalDigest": "sha256:e3f15bcf1927483bfda42ca49d7f6624c0d0fadac81ccab1266c1a6ae8f528f1"
|
|
9879
9891
|
},
|
|
9880
9892
|
{
|
|
9881
9893
|
"definitionId": "proofkit.pilot-admission.output.v1.root-shape",
|
|
@@ -11109,8 +11121,8 @@
|
|
|
11109
11121
|
"canonicalDigest": "sha256:86f8f4913b5316caa63c40d79125199b282d108cbd8b9711db21c2023d1a4ca4"
|
|
11110
11122
|
},
|
|
11111
11123
|
{
|
|
11112
|
-
"definitionId": "proofkit.requirement-authoring-plan.output.
|
|
11113
|
-
"schemaVersion":
|
|
11124
|
+
"definitionId": "proofkit.requirement-authoring-plan.output.v2.root-shape",
|
|
11125
|
+
"schemaVersion": 2,
|
|
11114
11126
|
"rootType": "object",
|
|
11115
11127
|
"closed": true,
|
|
11116
11128
|
"definitionRefs": [],
|
|
@@ -11124,6 +11136,7 @@
|
|
|
11124
11136
|
{
|
|
11125
11137
|
"allowedFields": [
|
|
11126
11138
|
"authoringPlanId",
|
|
11139
|
+
"authoringRefs",
|
|
11127
11140
|
"candidateChangeSet",
|
|
11128
11141
|
"mode",
|
|
11129
11142
|
"nonAuthoritativeAdmissionPreview",
|
|
@@ -11138,6 +11151,7 @@
|
|
|
11138
11151
|
],
|
|
11139
11152
|
"requiredFields": [
|
|
11140
11153
|
"authoringPlanId",
|
|
11154
|
+
"authoringRefs",
|
|
11141
11155
|
"candidateChangeSet",
|
|
11142
11156
|
"mode",
|
|
11143
11157
|
"nonAuthoritativeAdmissionPreview",
|
|
@@ -11158,7 +11172,7 @@
|
|
|
11158
11172
|
}
|
|
11159
11173
|
]
|
|
11160
11174
|
},
|
|
11161
|
-
"canonicalDigest": "sha256:
|
|
11175
|
+
"canonicalDigest": "sha256:c2264058757e40789005b7cf7417906461f064b9b9bca0c5ddda86704e3b36cc"
|
|
11162
11176
|
},
|
|
11163
11177
|
{
|
|
11164
11178
|
"definitionId": "proofkit.requirement-bindings.input.v1.root-shape",
|
|
@@ -11247,8 +11261,8 @@
|
|
|
11247
11261
|
"canonicalDigest": "sha256:f31dd686f28fce4bf74265b557dc25428179cbc282753b4bea01439cd98f73c2"
|
|
11248
11262
|
},
|
|
11249
11263
|
{
|
|
11250
|
-
"definitionId": "proofkit.requirement-browser-server.input.
|
|
11251
|
-
"schemaVersion":
|
|
11264
|
+
"definitionId": "proofkit.requirement-browser-server.input.v3.root-shape",
|
|
11265
|
+
"schemaVersion": 3,
|
|
11252
11266
|
"rootType": "object",
|
|
11253
11267
|
"closed": true,
|
|
11254
11268
|
"definitionRefs": [],
|
|
@@ -11443,7 +11457,7 @@
|
|
|
11443
11457
|
}
|
|
11444
11458
|
]
|
|
11445
11459
|
},
|
|
11446
|
-
"canonicalDigest": "sha256:
|
|
11460
|
+
"canonicalDigest": "sha256:e6af5b9edb1284ab2ff2f1a276a6b924127b99810cd9446bffbc971f638a0997"
|
|
11447
11461
|
},
|
|
11448
11462
|
{
|
|
11449
11463
|
"definitionId": "proofkit.requirement-browser-server.output.v1.root-shape",
|
|
@@ -11716,8 +11730,8 @@
|
|
|
11716
11730
|
"canonicalDigest": "sha256:61f7fd43e2e9da5bde9b61bb86e02cbf337a43c6891ca888c1d42936e5b16456"
|
|
11717
11731
|
},
|
|
11718
11732
|
{
|
|
11719
|
-
"definitionId": "proofkit.requirement-coverage-input-compose.input.
|
|
11720
|
-
"schemaVersion":
|
|
11733
|
+
"definitionId": "proofkit.requirement-coverage-input-compose.input.v2.root-shape",
|
|
11734
|
+
"schemaVersion": 2,
|
|
11721
11735
|
"rootType": "object",
|
|
11722
11736
|
"closed": true,
|
|
11723
11737
|
"definitionRefs": [],
|
|
@@ -11763,11 +11777,11 @@
|
|
|
11763
11777
|
}
|
|
11764
11778
|
]
|
|
11765
11779
|
},
|
|
11766
|
-
"canonicalDigest": "sha256:
|
|
11780
|
+
"canonicalDigest": "sha256:f6300d6d0f80f5066fe4079433978132ee2bb1df75e602e59cf3dc37a385d3ce"
|
|
11767
11781
|
},
|
|
11768
11782
|
{
|
|
11769
|
-
"definitionId": "proofkit.requirement-coverage-input-compose.output.
|
|
11770
|
-
"schemaVersion":
|
|
11783
|
+
"definitionId": "proofkit.requirement-coverage-input-compose.output.v2.root-shape",
|
|
11784
|
+
"schemaVersion": 2,
|
|
11771
11785
|
"rootType": "object",
|
|
11772
11786
|
"closed": true,
|
|
11773
11787
|
"definitionRefs": [],
|
|
@@ -11811,11 +11825,11 @@
|
|
|
11811
11825
|
}
|
|
11812
11826
|
]
|
|
11813
11827
|
},
|
|
11814
|
-
"canonicalDigest": "sha256:
|
|
11828
|
+
"canonicalDigest": "sha256:0f264c996a058fb8aff102e42b95a4610d3a584b35687cc870b3d16c9589cfed"
|
|
11815
11829
|
},
|
|
11816
11830
|
{
|
|
11817
|
-
"definitionId": "proofkit.requirement-coverage-view.input.
|
|
11818
|
-
"schemaVersion":
|
|
11831
|
+
"definitionId": "proofkit.requirement-coverage-view.input.v2.root-shape",
|
|
11832
|
+
"schemaVersion": 2,
|
|
11819
11833
|
"rootType": "object",
|
|
11820
11834
|
"closed": true,
|
|
11821
11835
|
"definitionRefs": [],
|
|
@@ -11883,11 +11897,11 @@
|
|
|
11883
11897
|
}
|
|
11884
11898
|
]
|
|
11885
11899
|
},
|
|
11886
|
-
"canonicalDigest": "sha256:
|
|
11900
|
+
"canonicalDigest": "sha256:f42c9218c861b1e30ec3692fa0097da393e36eea2049d4aac1a05a8b0a40d81d"
|
|
11887
11901
|
},
|
|
11888
11902
|
{
|
|
11889
|
-
"definitionId": "proofkit.requirement-coverage-view.output.
|
|
11890
|
-
"schemaVersion":
|
|
11903
|
+
"definitionId": "proofkit.requirement-coverage-view.output.v3.root-shape",
|
|
11904
|
+
"schemaVersion": 3,
|
|
11891
11905
|
"rootType": "object",
|
|
11892
11906
|
"closed": true,
|
|
11893
11907
|
"definitionRefs": [],
|
|
@@ -11945,6 +11959,7 @@
|
|
|
11945
11959
|
"commandCoverageCount",
|
|
11946
11960
|
"completenessDeclaration",
|
|
11947
11961
|
"contractId",
|
|
11962
|
+
"coverageBasis",
|
|
11948
11963
|
"coverageUniverseId",
|
|
11949
11964
|
"deadZones",
|
|
11950
11965
|
"failureClassifications",
|
|
@@ -11962,6 +11977,7 @@
|
|
|
11962
11977
|
"sourceId",
|
|
11963
11978
|
"state",
|
|
11964
11979
|
"testInventoryId",
|
|
11980
|
+
"unmappedTests",
|
|
11965
11981
|
"viewInputId",
|
|
11966
11982
|
"viewKind",
|
|
11967
11983
|
"warningClassifications",
|
|
@@ -11975,6 +11991,7 @@
|
|
|
11975
11991
|
"commandCoverageCount",
|
|
11976
11992
|
"completenessDeclaration",
|
|
11977
11993
|
"contractId",
|
|
11994
|
+
"coverageBasis",
|
|
11978
11995
|
"coverageUniverseId",
|
|
11979
11996
|
"deadZones",
|
|
11980
11997
|
"failureClassifications",
|
|
@@ -11992,6 +12009,7 @@
|
|
|
11992
12009
|
"sourceId",
|
|
11993
12010
|
"state",
|
|
11994
12011
|
"testInventoryId",
|
|
12012
|
+
"unmappedTests",
|
|
11995
12013
|
"viewInputId",
|
|
11996
12014
|
"viewKind",
|
|
11997
12015
|
"warningClassifications",
|
|
@@ -12006,11 +12024,11 @@
|
|
|
12006
12024
|
}
|
|
12007
12025
|
]
|
|
12008
12026
|
},
|
|
12009
|
-
"canonicalDigest": "sha256:
|
|
12027
|
+
"canonicalDigest": "sha256:2365e4778d6c24c0af9507ce93bfba0a89c4ba9ece8da1c5b25b4581d6b80fa1"
|
|
12010
12028
|
},
|
|
12011
12029
|
{
|
|
12012
|
-
"definitionId": "proofkit.requirement-impact-input-compose.input.
|
|
12013
|
-
"schemaVersion":
|
|
12030
|
+
"definitionId": "proofkit.requirement-impact-input-compose.input.v2.root-shape",
|
|
12031
|
+
"schemaVersion": 2,
|
|
12014
12032
|
"rootType": "object",
|
|
12015
12033
|
"closed": true,
|
|
12016
12034
|
"definitionRefs": [],
|
|
@@ -12070,11 +12088,11 @@
|
|
|
12070
12088
|
}
|
|
12071
12089
|
]
|
|
12072
12090
|
},
|
|
12073
|
-
"canonicalDigest": "sha256:
|
|
12091
|
+
"canonicalDigest": "sha256:1ca9c341fecac869c675302fc547865674bb42605b7ed66b3733e3db15e85150"
|
|
12074
12092
|
},
|
|
12075
12093
|
{
|
|
12076
|
-
"definitionId": "proofkit.requirement-impact-input-compose.output.
|
|
12077
|
-
"schemaVersion":
|
|
12094
|
+
"definitionId": "proofkit.requirement-impact-input-compose.output.v2.root-shape",
|
|
12095
|
+
"schemaVersion": 2,
|
|
12078
12096
|
"rootType": "object",
|
|
12079
12097
|
"closed": true,
|
|
12080
12098
|
"definitionRefs": [],
|
|
@@ -12091,7 +12109,7 @@
|
|
|
12091
12109
|
"baseRef",
|
|
12092
12110
|
"changedBindingRecordIds",
|
|
12093
12111
|
"changedPaths",
|
|
12094
|
-
"
|
|
12112
|
+
"changedRequirementIds",
|
|
12095
12113
|
"changedWitnessPathCoverage",
|
|
12096
12114
|
"generatedArtifactRules",
|
|
12097
12115
|
"headCommit",
|
|
@@ -12109,7 +12127,7 @@
|
|
|
12109
12127
|
"baseRef",
|
|
12110
12128
|
"changedBindingRecordIds",
|
|
12111
12129
|
"changedPaths",
|
|
12112
|
-
"
|
|
12130
|
+
"changedRequirementIds",
|
|
12113
12131
|
"changedWitnessPathCoverage",
|
|
12114
12132
|
"generatedArtifactRules",
|
|
12115
12133
|
"headCommit",
|
|
@@ -12129,11 +12147,11 @@
|
|
|
12129
12147
|
}
|
|
12130
12148
|
]
|
|
12131
12149
|
},
|
|
12132
|
-
"canonicalDigest": "sha256:
|
|
12150
|
+
"canonicalDigest": "sha256:68a5ab234566459ce56772aac9a5c5b471647753390dbc1c2a62cabf0f489ef2"
|
|
12133
12151
|
},
|
|
12134
12152
|
{
|
|
12135
|
-
"definitionId": "proofkit.requirement-proof-resolver.input.
|
|
12136
|
-
"schemaVersion":
|
|
12153
|
+
"definitionId": "proofkit.requirement-proof-resolver.input.v2.root-shape",
|
|
12154
|
+
"schemaVersion": 2,
|
|
12137
12155
|
"rootType": "object",
|
|
12138
12156
|
"closed": true,
|
|
12139
12157
|
"definitionRefs": [],
|
|
@@ -12179,11 +12197,11 @@
|
|
|
12179
12197
|
}
|
|
12180
12198
|
]
|
|
12181
12199
|
},
|
|
12182
|
-
"canonicalDigest": "sha256:
|
|
12200
|
+
"canonicalDigest": "sha256:a9004b9ddd9f4109326bfc233e6d4629090373d8651488b6663328273826952d"
|
|
12183
12201
|
},
|
|
12184
12202
|
{
|
|
12185
|
-
"definitionId": "proofkit.requirement-proof-resolver.output.
|
|
12186
|
-
"schemaVersion":
|
|
12203
|
+
"definitionId": "proofkit.requirement-proof-resolver.output.v2.root-shape",
|
|
12204
|
+
"schemaVersion": 2,
|
|
12187
12205
|
"rootType": "object",
|
|
12188
12206
|
"closed": true,
|
|
12189
12207
|
"definitionRefs": [],
|
|
@@ -12196,6 +12214,7 @@
|
|
|
12196
12214
|
"variants": [
|
|
12197
12215
|
{
|
|
12198
12216
|
"allowedFields": [
|
|
12217
|
+
"bindings",
|
|
12199
12218
|
"commands",
|
|
12200
12219
|
"conformanceProofContract",
|
|
12201
12220
|
"contractId",
|
|
@@ -12203,13 +12222,13 @@
|
|
|
12203
12222
|
"localEnvironmentPolicy",
|
|
12204
12223
|
"nonClaims",
|
|
12205
12224
|
"projectionKind",
|
|
12206
|
-
"requirements",
|
|
12207
12225
|
"scenarios",
|
|
12208
12226
|
"schemaVersion",
|
|
12209
12227
|
"surfaces",
|
|
12210
|
-
"
|
|
12228
|
+
"witnessRoutes"
|
|
12211
12229
|
],
|
|
12212
12230
|
"requiredFields": [
|
|
12231
|
+
"bindings",
|
|
12213
12232
|
"commands",
|
|
12214
12233
|
"conformanceProofContract",
|
|
12215
12234
|
"contractId",
|
|
@@ -12217,11 +12236,10 @@
|
|
|
12217
12236
|
"localEnvironmentPolicy",
|
|
12218
12237
|
"nonClaims",
|
|
12219
12238
|
"projectionKind",
|
|
12220
|
-
"requirements",
|
|
12221
12239
|
"scenarios",
|
|
12222
12240
|
"schemaVersion",
|
|
12223
12241
|
"surfaces",
|
|
12224
|
-
"
|
|
12242
|
+
"witnessRoutes"
|
|
12225
12243
|
],
|
|
12226
12244
|
"rootKind": "object",
|
|
12227
12245
|
"variantId": "01-resolver",
|
|
@@ -12231,11 +12249,11 @@
|
|
|
12231
12249
|
}
|
|
12232
12250
|
]
|
|
12233
12251
|
},
|
|
12234
|
-
"canonicalDigest": "sha256:
|
|
12252
|
+
"canonicalDigest": "sha256:42bbed6d902300afd15cf763e164896f9ac05567a67fa62a50801d9e90bc4e05"
|
|
12235
12253
|
},
|
|
12236
12254
|
{
|
|
12237
|
-
"definitionId": "proofkit.requirement-proof-source-set.input.
|
|
12238
|
-
"schemaVersion":
|
|
12255
|
+
"definitionId": "proofkit.requirement-proof-source-set.input.v2.root-shape",
|
|
12256
|
+
"schemaVersion": 2,
|
|
12239
12257
|
"rootType": "object",
|
|
12240
12258
|
"closed": true,
|
|
12241
12259
|
"definitionRefs": [],
|
|
@@ -12250,11 +12268,13 @@
|
|
|
12250
12268
|
"allowedFields": [
|
|
12251
12269
|
"canonicalEnvelope",
|
|
12252
12270
|
"projection",
|
|
12271
|
+
"schemaVersion",
|
|
12253
12272
|
"sourceSet",
|
|
12254
12273
|
"sources"
|
|
12255
12274
|
],
|
|
12256
12275
|
"requiredFields": [
|
|
12257
12276
|
"canonicalEnvelope",
|
|
12277
|
+
"schemaVersion",
|
|
12258
12278
|
"sourceSet",
|
|
12259
12279
|
"sources"
|
|
12260
12280
|
],
|
|
@@ -12266,11 +12286,11 @@
|
|
|
12266
12286
|
}
|
|
12267
12287
|
]
|
|
12268
12288
|
},
|
|
12269
|
-
"canonicalDigest": "sha256:
|
|
12289
|
+
"canonicalDigest": "sha256:9b38b93e0b8a2ba2b72e32d606d3cb2372fa685c9a702ae31ae42437945f2eb0"
|
|
12270
12290
|
},
|
|
12271
12291
|
{
|
|
12272
|
-
"definitionId": "proofkit.requirement-proof-source-set.output.
|
|
12273
|
-
"schemaVersion":
|
|
12292
|
+
"definitionId": "proofkit.requirement-proof-source-set.output.v2.root-shape",
|
|
12293
|
+
"schemaVersion": 2,
|
|
12274
12294
|
"rootType": "object",
|
|
12275
12295
|
"closed": true,
|
|
12276
12296
|
"definitionRefs": [],
|
|
@@ -12286,6 +12306,7 @@
|
|
|
12286
12306
|
"contract",
|
|
12287
12307
|
"inputPaths",
|
|
12288
12308
|
"projectionKind",
|
|
12309
|
+
"schemaVersion",
|
|
12289
12310
|
"selectedSourceIds",
|
|
12290
12311
|
"sourceCount",
|
|
12291
12312
|
"sourceSetCount"
|
|
@@ -12294,6 +12315,7 @@
|
|
|
12294
12315
|
"contract",
|
|
12295
12316
|
"inputPaths",
|
|
12296
12317
|
"projectionKind",
|
|
12318
|
+
"schemaVersion",
|
|
12297
12319
|
"selectedSourceIds",
|
|
12298
12320
|
"sourceCount",
|
|
12299
12321
|
"sourceSetCount"
|
|
@@ -12309,6 +12331,7 @@
|
|
|
12309
12331
|
"inputPaths",
|
|
12310
12332
|
"projectionKind",
|
|
12311
12333
|
"resolverInput",
|
|
12334
|
+
"schemaVersion",
|
|
12312
12335
|
"selectedSourceIds",
|
|
12313
12336
|
"sourceCount",
|
|
12314
12337
|
"sourceSetCount"
|
|
@@ -12317,6 +12340,7 @@
|
|
|
12317
12340
|
"inputPaths",
|
|
12318
12341
|
"projectionKind",
|
|
12319
12342
|
"resolverInput",
|
|
12343
|
+
"schemaVersion",
|
|
12320
12344
|
"selectedSourceIds",
|
|
12321
12345
|
"sourceCount",
|
|
12322
12346
|
"sourceSetCount"
|
|
@@ -12329,11 +12353,11 @@
|
|
|
12329
12353
|
}
|
|
12330
12354
|
]
|
|
12331
12355
|
},
|
|
12332
|
-
"canonicalDigest": "sha256:
|
|
12356
|
+
"canonicalDigest": "sha256:ed81d03ea6ea56fd9ba12c48995111e8a90a8c1feb336fe95be195b25ccc0254"
|
|
12333
12357
|
},
|
|
12334
12358
|
{
|
|
12335
|
-
"definitionId": "proofkit.requirement-proof-view.input.
|
|
12336
|
-
"schemaVersion":
|
|
12359
|
+
"definitionId": "proofkit.requirement-proof-view.input.v2.root-shape",
|
|
12360
|
+
"schemaVersion": 2,
|
|
12337
12361
|
"rootType": "object",
|
|
12338
12362
|
"closed": true,
|
|
12339
12363
|
"definitionRefs": [],
|
|
@@ -12403,11 +12427,11 @@
|
|
|
12403
12427
|
}
|
|
12404
12428
|
]
|
|
12405
12429
|
},
|
|
12406
|
-
"canonicalDigest": "sha256:
|
|
12430
|
+
"canonicalDigest": "sha256:998efcaf322251ec9ff402cbf8f4db84f981aca3c24bd2071c0c302ddcca5490"
|
|
12407
12431
|
},
|
|
12408
12432
|
{
|
|
12409
|
-
"definitionId": "proofkit.requirement-proof-view.output.
|
|
12410
|
-
"schemaVersion":
|
|
12433
|
+
"definitionId": "proofkit.requirement-proof-view.output.v2.root-shape",
|
|
12434
|
+
"schemaVersion": 2,
|
|
12411
12435
|
"rootType": "object",
|
|
12412
12436
|
"closed": true,
|
|
12413
12437
|
"definitionRefs": [],
|
|
@@ -12421,25 +12445,27 @@
|
|
|
12421
12445
|
{
|
|
12422
12446
|
"allowedFields": [
|
|
12423
12447
|
"authority",
|
|
12448
|
+
"bindingCount",
|
|
12449
|
+
"bindings",
|
|
12424
12450
|
"commandCount",
|
|
12425
12451
|
"contractId",
|
|
12426
12452
|
"localEnvironmentPolicy",
|
|
12427
12453
|
"nonClaims",
|
|
12428
|
-
"
|
|
12454
|
+
"preconditionedBindingCount",
|
|
12429
12455
|
"requirementCount",
|
|
12430
|
-
"requirements",
|
|
12431
12456
|
"schemaVersion",
|
|
12432
12457
|
"viewKind"
|
|
12433
12458
|
],
|
|
12434
12459
|
"requiredFields": [
|
|
12435
12460
|
"authority",
|
|
12461
|
+
"bindingCount",
|
|
12462
|
+
"bindings",
|
|
12436
12463
|
"commandCount",
|
|
12437
12464
|
"contractId",
|
|
12438
12465
|
"localEnvironmentPolicy",
|
|
12439
12466
|
"nonClaims",
|
|
12440
|
-
"
|
|
12467
|
+
"preconditionedBindingCount",
|
|
12441
12468
|
"requirementCount",
|
|
12442
|
-
"requirements",
|
|
12443
12469
|
"schemaVersion",
|
|
12444
12470
|
"viewKind"
|
|
12445
12471
|
],
|
|
@@ -12482,7 +12508,7 @@
|
|
|
12482
12508
|
}
|
|
12483
12509
|
]
|
|
12484
12510
|
},
|
|
12485
|
-
"canonicalDigest": "sha256:
|
|
12511
|
+
"canonicalDigest": "sha256:3dd563fd6eaedc12994b16234f72228b76fd1155e29033ca1b027fe1e0289d19"
|
|
12486
12512
|
},
|
|
12487
12513
|
{
|
|
12488
12514
|
"definitionId": "proofkit.requirement-semantic-diff.input.v2.root-shape",
|
|
@@ -14067,8 +14093,8 @@
|
|
|
14067
14093
|
"canonicalDigest": "sha256:338f720a24bd36f4ab34cad9b14d3bd26389119e5c713146f1c4eb019f4a0637"
|
|
14068
14094
|
},
|
|
14069
14095
|
{
|
|
14070
|
-
"definitionId": "proofkit.test-evidence-inventory.input.
|
|
14071
|
-
"schemaVersion":
|
|
14096
|
+
"definitionId": "proofkit.test-evidence-inventory.input.v2.root-shape",
|
|
14097
|
+
"schemaVersion": 2,
|
|
14072
14098
|
"rootType": "object",
|
|
14073
14099
|
"closed": true,
|
|
14074
14100
|
"definitionRefs": [],
|
|
@@ -14190,11 +14216,11 @@
|
|
|
14190
14216
|
}
|
|
14191
14217
|
]
|
|
14192
14218
|
},
|
|
14193
|
-
"canonicalDigest": "sha256:
|
|
14219
|
+
"canonicalDigest": "sha256:4ec00274f91fd3e6e8bf67ac55125e1a9566e7d2233137ed3fa968539532125e"
|
|
14194
14220
|
},
|
|
14195
14221
|
{
|
|
14196
|
-
"definitionId": "proofkit.test-evidence-inventory.output.
|
|
14197
|
-
"schemaVersion":
|
|
14222
|
+
"definitionId": "proofkit.test-evidence-inventory.output.v2.root-shape",
|
|
14223
|
+
"schemaVersion": 2,
|
|
14198
14224
|
"rootType": "object",
|
|
14199
14225
|
"closed": true,
|
|
14200
14226
|
"definitionRefs": [],
|
|
@@ -14307,7 +14333,7 @@
|
|
|
14307
14333
|
}
|
|
14308
14334
|
]
|
|
14309
14335
|
},
|
|
14310
|
-
"canonicalDigest": "sha256:
|
|
14336
|
+
"canonicalDigest": "sha256:6688b487f1c9936dd1583ab0d90e689c75cae278b04bb431950b9979aba4efa7"
|
|
14311
14337
|
},
|
|
14312
14338
|
{
|
|
14313
14339
|
"definitionId": "proofkit.text-policy.input.v1.root-shape",
|