@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
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"claimLevel": "blocking",
|
|
90
90
|
"proofState": "witness_backed",
|
|
91
91
|
"nonClaims": [
|
|
92
|
-
"This requirement does not claim native witness pass evidence, proof freshness, receipt authenticity,
|
|
92
|
+
"This requirement does not claim selector existence or resolution, oracle quality, native witness execution or pass evidence, mutation adequacy, finding completeness or absence, proof freshness, receipt authenticity, trust, assurance, merge approval, rollout approval, or production readiness."
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
{
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"claimLevel": "blocking",
|
|
130
130
|
"proofState": "witness_backed",
|
|
131
131
|
"nonClaims": [
|
|
132
|
-
"This requirement does not claim repository scanning, native test execution, proof freshness, receipt authenticity, merge approval, or global coverage completeness outside the caller-provided universe."
|
|
132
|
+
"This requirement does not claim repository scanning, source authenticity, producer identity, selector resolution, oracle quality, native test execution, proof freshness, receipt authenticity, trust, sensitivity, assurance closure, merge approval, or global coverage completeness outside the caller-provided universe."
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
135
|
{
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"claimLevel": "blocking",
|
|
470
470
|
"proofState": "witness_backed",
|
|
471
471
|
"nonClaims": [
|
|
472
|
-
"
|
|
472
|
+
"Successful selected tests do not prove assertion-branch execution, mutation adequacy, line coverage, dead-code absence, exhaustive command semantics, malicious-test resistance, producer authentication, receipt freshness, merge satisfaction, or production readiness."
|
|
473
473
|
]
|
|
474
474
|
},
|
|
475
475
|
{
|
|
@@ -671,6 +671,14 @@
|
|
|
671
671
|
"claimLevel": "blocking",
|
|
672
672
|
"proofState": "witness_backed",
|
|
673
673
|
"nonClaims": ["Expected-digest coverage does not authenticate a producer, baseline, checkout, or freshness; this requirement also does not infer code topology, line or branch coverage, native execution, merge approval, release approval, rollout approval, or production readiness."]
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
677
|
+
"ownerId": "proofkit.spec-proof-core",
|
|
678
|
+
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
679
|
+
"claimLevel": "blocking",
|
|
680
|
+
"proofState": "witness_backed",
|
|
681
|
+
"nonClaims": ["This private single-source model does not select or expose a source codec, parse or serialize a persisted source, retain a normalized mirror, establish cross-source requirement identity, authenticate derivation objects, digests, selectors, or freshness, authenticate a caller-declared sourceKind or prove its author's authority or trust class, cut over any current requirement consumer, prove requirement meaning or implementation correctness, execute native witnesses, approve merge or release, or establish rollout or production readiness."]
|
|
674
682
|
}
|
|
675
683
|
],
|
|
676
684
|
"bindings": [
|
|
@@ -988,6 +996,10 @@
|
|
|
988
996
|
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
989
997
|
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
990
998
|
},
|
|
999
|
+
{
|
|
1000
|
+
"selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
|
|
1001
|
+
"command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
|
|
1002
|
+
},
|
|
991
1003
|
{
|
|
992
1004
|
"selector": "TestSelfCheckOutputUsesExactRootShape",
|
|
993
1005
|
"command": "go test ./internal/app -run '^TestSelfCheckOutputUsesExactRootShape$'"
|
|
@@ -1452,7 +1464,53 @@
|
|
|
1452
1464
|
"scenarioId": "proofkit.spec-proof-core.test-inventory-and-coverage-view",
|
|
1453
1465
|
"witnessId": "proofkit.test-inventory-and-coverage-view.boundary",
|
|
1454
1466
|
"witnessKind": "contract",
|
|
1455
|
-
"witnessPath": "internal/command/requirementcoverageview/
|
|
1467
|
+
"witnessPath": "internal/command/requirementcoverageview/output_closure_test.go",
|
|
1468
|
+
"witnessSelectors": [
|
|
1469
|
+
{
|
|
1470
|
+
"selector": "TestAdmitOutputRejectsCompactProjectionDrift",
|
|
1471
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsCompactProjectionDrift$'"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"selector": "TestAdmitOutputRejectsMissingInverseParentProjection",
|
|
1475
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsMissingInverseParentProjection$'"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"selector": "TestAdmitOutputRejectsNonCanonicalWireProjectionText",
|
|
1479
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsNonCanonicalWireProjectionText$'"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"selector": "TestAdmitOutputRejectsRemovedValidUnmappedInventoryEntry",
|
|
1483
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRejectsRemovedValidUnmappedInventoryEntry$'"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"selector": "TestAdmitOutputReplaysFailedInventoryQualitySemantics",
|
|
1487
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysFailedInventoryQualitySemantics$'"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"selector": "TestAdmitOutputReplaysFullRepositorySourceOwnerScopeFailures",
|
|
1491
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysFullRepositorySourceOwnerScopeFailures$'"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"selector": "TestAdmitOutputReplaysOwnerScopeFailures",
|
|
1495
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputReplaysOwnerScopeFailures$'"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"selector": "TestAdmitOutputRequiresEveryCoverageBasisField",
|
|
1499
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRequiresEveryCoverageBasisField$'"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"selector": "TestAdmitOutputRequiresEveryDeclaredRootField",
|
|
1503
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRequiresEveryDeclaredRootField$'"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"selector": "TestAdmitOutputRetainsFailedInventoryEntriesWithoutProjectedParents",
|
|
1507
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputRetainsFailedInventoryEntriesWithoutProjectedParents$'"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"selector": "TestAdmitOutputValidatesEveryCoverageRowMetadataField",
|
|
1511
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestAdmitOutputValidatesEveryCoverageRowMetadataField$'"
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1456
1514
|
"commandIds": [
|
|
1457
1515
|
"proofkit.go-test"
|
|
1458
1516
|
],
|
|
@@ -1473,6 +1531,25 @@
|
|
|
1473
1531
|
"local-go"
|
|
1474
1532
|
]
|
|
1475
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
"requirementId": "REQ-PROOFKIT-SPEC-006",
|
|
1536
|
+
"scenarioId": "proofkit.spec-proof-core.declared-route-mapping-without-assurance",
|
|
1537
|
+
"witnessId": "proofkit.requirement-coverage.declared-route-mapping-falsifier",
|
|
1538
|
+
"witnessKind": "contract",
|
|
1539
|
+
"witnessPath": "internal/command/requirementcoverageview/requirementcoverageview_test.go",
|
|
1540
|
+
"witnessSelectors": [
|
|
1541
|
+
{
|
|
1542
|
+
"selector": "TestBuildJSONMissingSelectorRemainsMappingOnly",
|
|
1543
|
+
"command": "go test ./internal/command/requirementcoverageview -run '^TestBuildJSONMissingSelectorRemainsMappingOnly$'"
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"commandIds": [
|
|
1547
|
+
"proofkit.go-test"
|
|
1548
|
+
],
|
|
1549
|
+
"environmentClasses": [
|
|
1550
|
+
"local-go"
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1476
1553
|
{
|
|
1477
1554
|
"requirementId": "REQ-PROOFKIT-SPEC-007",
|
|
1478
1555
|
"scenarioId": "proofkit.spec-proof-core.canonical-command-input-admission",
|
|
@@ -1672,6 +1749,25 @@
|
|
|
1672
1749
|
"local-go"
|
|
1673
1750
|
]
|
|
1674
1751
|
},
|
|
1752
|
+
{
|
|
1753
|
+
"requirementId": "REQ-PROOFKIT-SPEC-012",
|
|
1754
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-authoring-ref-provenance",
|
|
1755
|
+
"witnessId": "proofkit.requirement-authoring-plan.authoring-ref-provenance-falsifier",
|
|
1756
|
+
"witnessKind": "contract",
|
|
1757
|
+
"witnessPath": "internal/command/requirementauthoringplan/requirement_authoring_plan_test.go",
|
|
1758
|
+
"witnessSelectors": [
|
|
1759
|
+
{
|
|
1760
|
+
"selector": "TestBuildPreservesDigestBoundAuthoringRefIdentity",
|
|
1761
|
+
"command": "go test ./internal/command/requirementauthoringplan -run '^TestBuildPreservesDigestBoundAuthoringRefIdentity$'"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"commandIds": [
|
|
1765
|
+
"proofkit.go-test"
|
|
1766
|
+
],
|
|
1767
|
+
"environmentClasses": [
|
|
1768
|
+
"local-go"
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1675
1771
|
{
|
|
1676
1772
|
"requirementId": "REQ-PROOFKIT-SPEC-013",
|
|
1677
1773
|
"scenarioId": "proofkit.spec-proof-core.private-proof-vocabulary-owner",
|
|
@@ -1943,7 +2039,13 @@
|
|
|
1943
2039
|
"scenarioId": "proofkit.consumer-infra-retirement.migration-parity-admission",
|
|
1944
2040
|
"witnessId": "proofkit.migration-parity-admission.boundary",
|
|
1945
2041
|
"witnessKind": "contract",
|
|
1946
|
-
"witnessPath": "internal/
|
|
2042
|
+
"witnessPath": "internal/command/migrationparityadmission/migrationparityadmission_test.go",
|
|
2043
|
+
"witnessSelectors": [
|
|
2044
|
+
{
|
|
2045
|
+
"selector": "TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField",
|
|
2046
|
+
"command": "go test ./internal/command/migrationparityadmission -run '^TestBuildProjectsEveryCallerDeclaredStatusAndSummaryField$'"
|
|
2047
|
+
}
|
|
2048
|
+
],
|
|
1947
2049
|
"commandIds": [
|
|
1948
2050
|
"proofkit.go-test"
|
|
1949
2051
|
],
|
|
@@ -2068,6 +2170,10 @@
|
|
|
2068
2170
|
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
2069
2171
|
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
2070
2172
|
},
|
|
2173
|
+
{
|
|
2174
|
+
"selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
|
|
2175
|
+
"command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
|
|
2176
|
+
},
|
|
2071
2177
|
{
|
|
2072
2178
|
"selector": "TestRequirementBrowserOneShotCLIOutputVariants",
|
|
2073
2179
|
"command": "go test ./internal/app -run '^TestRequirementBrowserOneShotCLIOutputVariants$'"
|
|
@@ -2167,7 +2273,13 @@
|
|
|
2167
2273
|
"scenarioId": "proofkit.supply-chain-quality.cli-output-schema-evolution",
|
|
2168
2274
|
"witnessId": "proofkit.cli-contract.output-schema-evolution",
|
|
2169
2275
|
"witnessKind": "contract",
|
|
2170
|
-
"witnessPath": "internal/app/
|
|
2276
|
+
"witnessPath": "internal/app/cli_contract_test.go",
|
|
2277
|
+
"witnessSelectors": [
|
|
2278
|
+
{
|
|
2279
|
+
"selector": "TestRequirementCoverageViewBreakingRootUsesVersionedOutputContract",
|
|
2280
|
+
"command": "go test ./internal/app -run '^TestRequirementCoverageViewBreakingRootUsesVersionedOutputContract$'"
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2171
2283
|
"commandIds": [
|
|
2172
2284
|
"proofkit.go-test"
|
|
2173
2285
|
],
|
|
@@ -2231,6 +2343,38 @@
|
|
|
2231
2343
|
"local-go"
|
|
2232
2344
|
]
|
|
2233
2345
|
},
|
|
2346
|
+
{
|
|
2347
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2348
|
+
"scenarioId": "proofkit.supply-chain-quality.artifact-file-boundary",
|
|
2349
|
+
"witnessId": "proofkit.artifact-file.boundary",
|
|
2350
|
+
"witnessKind": "contract",
|
|
2351
|
+
"witnessPath": "internal/tools/artifactfile/file_test.go",
|
|
2352
|
+
"witnessSelectors": [
|
|
2353
|
+
{
|
|
2354
|
+
"selector": "TestOperationsRejectFinalSymlinkWithoutTargetMutation",
|
|
2355
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestOperationsRejectFinalSymlinkWithoutTargetMutation$'"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"selector": "TestOperationsRejectSymlinkComponentsWithoutOutsideMutation",
|
|
2359
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestOperationsRejectSymlinkComponentsWithoutOutsideMutation$'"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"selector": "TestReadBoundedRejectsUnrepresentableLimit",
|
|
2363
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestReadBoundedRejectsUnrepresentableLimit$'"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"selector": "TestWriteReadAndRemoveRoundTrip",
|
|
2367
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestWriteReadAndRemoveRoundTrip$'"
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"commandIds": [
|
|
2371
|
+
"proofkit.coverage-metrics",
|
|
2372
|
+
"proofkit.go-test"
|
|
2373
|
+
],
|
|
2374
|
+
"environmentClasses": [
|
|
2375
|
+
"local-go"
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2234
2378
|
{
|
|
2235
2379
|
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2236
2380
|
"scenarioId": "proofkit.supply-chain-quality.coverage-metrics",
|
|
@@ -2245,6 +2389,126 @@
|
|
|
2245
2389
|
{
|
|
2246
2390
|
"selector": "TestEachLinkageDeadZoneConjunctHasIndependentFalsifier",
|
|
2247
2391
|
"command": "go test ./internal/tools/coveragemetrics -run '^TestEachLinkageDeadZoneConjunctHasIndependentFalsifier$'"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"selector": "TestInvalidateMetricsFileRejectsSymlinkParentWithoutDeletingOutsideFile",
|
|
2395
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestInvalidateMetricsFileRejectsSymlinkParentWithoutDeletingOutsideFile$'"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"selector": "TestWriteMetricsFileRejectsSymlinkEscapeWithoutMutation",
|
|
2399
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestWriteMetricsFileRejectsSymlinkEscapeWithoutMutation$'"
|
|
2400
|
+
}
|
|
2401
|
+
],
|
|
2402
|
+
"commandIds": [
|
|
2403
|
+
"proofkit.coverage-metrics",
|
|
2404
|
+
"proofkit.go-test"
|
|
2405
|
+
],
|
|
2406
|
+
"environmentClasses": [
|
|
2407
|
+
"local-go"
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2412
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-counterfeit-corpus",
|
|
2413
|
+
"witnessId": "proofkit.command-oracle.counterfeit-corpus",
|
|
2414
|
+
"witnessKind": "contract",
|
|
2415
|
+
"witnessPath": "internal/tools/commandoracle/corpus_test.go",
|
|
2416
|
+
"witnessSelectors": [
|
|
2417
|
+
{
|
|
2418
|
+
"selector": "TestCounterfeitCorpusClosesRequiredAxes",
|
|
2419
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestCounterfeitCorpusClosesRequiredAxes$'"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"selector": "TestCounterfeitCorpusClosureRejectsMissingRequiredAxes",
|
|
2423
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestCounterfeitCorpusClosureRejectsMissingRequiredAxes$'"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"selector": "TestEachCounterfeitCaseProducesItsCheckedInDecision",
|
|
2427
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestEachCounterfeitCaseProducesItsCheckedInDecision$'"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"commandIds": [
|
|
2431
|
+
"proofkit.coverage-metrics",
|
|
2432
|
+
"proofkit.go-test"
|
|
2433
|
+
],
|
|
2434
|
+
"environmentClasses": [
|
|
2435
|
+
"local-go"
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2440
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-execution-ledger",
|
|
2441
|
+
"witnessId": "proofkit.command-oracle.execution-ledger",
|
|
2442
|
+
"witnessKind": "contract",
|
|
2443
|
+
"witnessPath": "internal/tools/commandoracle/execute_test.go",
|
|
2444
|
+
"witnessSelectors": [
|
|
2445
|
+
{
|
|
2446
|
+
"selector": "TestExecuteBindsMaterializedSourceCandidatesAndRuntimeEvents",
|
|
2447
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestExecuteBindsMaterializedSourceCandidatesAndRuntimeEvents$'"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"selector": "TestRunGoTestsTerminatesOnContextDeadline",
|
|
2451
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestsTerminatesOnContextDeadline$'"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"selector": "TestRunGoTestCommandTerminatesImmediatelyWhenStderrExceedsBound",
|
|
2455
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestCommandTerminatesImmediatelyWhenStderrExceedsBound$'"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"selector": "TestRunGoTestsDoesNotExecuteCrossPackageNameMatches",
|
|
2459
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestsDoesNotExecuteCrossPackageNameMatches$'"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"selector": "TestValidateCurrentRejectsProducerUnreachableCandidateProjection",
|
|
2463
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestValidateCurrentRejectsProducerUnreachableCandidateProjection$'"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
"commandIds": [
|
|
2467
|
+
"proofkit.coverage-metrics",
|
|
2468
|
+
"proofkit.go-test"
|
|
2469
|
+
],
|
|
2470
|
+
"environmentClasses": [
|
|
2471
|
+
"local-go"
|
|
2472
|
+
]
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2476
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-source-snapshot",
|
|
2477
|
+
"witnessId": "proofkit.command-oracle.source-snapshot",
|
|
2478
|
+
"witnessKind": "contract",
|
|
2479
|
+
"witnessPath": "internal/tools/repositorysnapshot/snapshot_test.go",
|
|
2480
|
+
"witnessSelectors": [
|
|
2481
|
+
{
|
|
2482
|
+
"selector": "TestCaptureContextTerminatesCanceledGitProcessGroup",
|
|
2483
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureContextTerminatesCanceledGitProcessGroup$'"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"selector": "TestCaptureContextTerminatesGitProcessGroupOnOutputOverflow",
|
|
2487
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureContextTerminatesGitProcessGroupOnOutputOverflow$'"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"selector": "TestCaptureRejectsSuccessfulGitDiagnosticsWithoutEcho",
|
|
2491
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureRejectsSuccessfulGitDiagnosticsWithoutEcho$'"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"selector": "TestMaterializeBindsCopiedBytesAndRejectsLiveMutation",
|
|
2495
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeBindsCopiedBytesAndRejectsLiveMutation$'"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"selector": "TestMaterializeRejectsSymlinkAndNonEmptyDestination",
|
|
2499
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeRejectsSymlinkAndNonEmptyDestination$'"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"selector": "TestMaterializeRejectsSymlinkedDestinationInsideSource",
|
|
2503
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeRejectsSymlinkedDestinationInsideSource$'"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"selector": "TestValidRevisionAdmitsOnlyGitObjectIdentityAndOptionalSnapshotDigest",
|
|
2507
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestValidRevisionAdmitsOnlyGitObjectIdentityAndOptionalSnapshotDigest$'"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"selector": "TestValidateMaterializedRejectsSurplusFile",
|
|
2511
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestValidateMaterializedRejectsSurplusFile$'"
|
|
2248
2512
|
}
|
|
2249
2513
|
],
|
|
2250
2514
|
"commandIds": [
|
|
@@ -2531,6 +2795,20 @@
|
|
|
2531
2795
|
"witnessId": "proofkit.release-closeout.completion-criteria-gate",
|
|
2532
2796
|
"witnessKind": "contract",
|
|
2533
2797
|
"witnessPath": "internal/tools/releasecloseoutinput/main_test.go",
|
|
2798
|
+
"witnessSelectors": [
|
|
2799
|
+
{
|
|
2800
|
+
"selector": "TestBuildInputFailsClosedForEachBlockingEvidenceClass",
|
|
2801
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestBuildInputFailsClosedForEachBlockingEvidenceClass$'"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"selector": "TestSelfEvidenceInvokesCurrentCommandOracleOwner",
|
|
2805
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestSelfEvidenceInvokesCurrentCommandOracleOwner$'"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"selector": "TestSelfEvidenceRejectsProducerUnreachableCommandOracleRef",
|
|
2809
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestSelfEvidenceRejectsProducerUnreachableCommandOracleRef$'"
|
|
2810
|
+
}
|
|
2811
|
+
],
|
|
2534
2812
|
"commandIds": [
|
|
2535
2813
|
"proofkit.go-test",
|
|
2536
2814
|
"proofkit.package-gate"
|
|
@@ -3522,6 +3800,297 @@
|
|
|
3522
3800
|
"commandIds": ["proofkit.go-test"],
|
|
3523
3801
|
"environmentClasses": ["local-go"]
|
|
3524
3802
|
},
|
|
3803
|
+
{
|
|
3804
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3805
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-normalization-closure",
|
|
3806
|
+
"witnessId": "proofkit.requirement-source-v2.normalization-closure-falsifier",
|
|
3807
|
+
"witnessKind": "contract",
|
|
3808
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/model_test.go",
|
|
3809
|
+
"witnessSelectors": [
|
|
3810
|
+
{
|
|
3811
|
+
"selector": "TestNormalizeBuildsDeterministicSeparatedProjections",
|
|
3812
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeBuildsDeterministicSeparatedProjections$'"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"selector": "TestNormalizeRejectsInvalidReferenceAndMetadataPartitions",
|
|
3816
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsInvalidReferenceAndMetadataPartitions$'"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"selector": "TestNormalizeBuildsEveryTypedReferenceRole",
|
|
3820
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeBuildsEveryTypedReferenceRole$'"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"selector": "TestModelAccessorsDoNotExposeMutableOwnerState",
|
|
3824
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestModelAccessorsDoNotExposeMutableOwnerState$'"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"selector": "TestNormalizeRejectsBudgetBeforeMemberSemantics",
|
|
3828
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsBudgetBeforeMemberSemantics$'"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"selector": "TestNormalizeEnforcesExactInputTextBudgetBeforeElementSemantics",
|
|
3832
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeEnforcesExactInputTextBudgetBeforeElementSemantics$'"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"selector": "TestNormalizeRejectsExpandedProjectionBudgetsBeforeMemberSemantics",
|
|
3836
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsExpandedProjectionBudgetsBeforeMemberSemantics$'"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"selector": "TestNormalizeRejectsContradictoryScenarioObservations",
|
|
3840
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsContradictoryScenarioObservations$'"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"selector": "TestNormalizeReportsUnreferencedDefinitionsDeterministically",
|
|
3844
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeReportsUnreferencedDefinitionsDeterministically$'"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"selector": "TestNormalizeDiagnosticsDoNotEchoCallerText",
|
|
3848
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeDiagnosticsDoNotEchoCallerText$'"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"selector": "TestNormalizeRejectsNestedCollectionBudgetBeforeElementSemantics",
|
|
3852
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsNestedCollectionBudgetBeforeElementSemantics$'"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"selector": "TestNormalizeSeparatesAuthoringLayoutFromAtomicSemantics",
|
|
3856
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeSeparatesAuthoringLayoutFromAtomicSemantics$'"
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"commandIds": ["proofkit.go-test"],
|
|
3860
|
+
"environmentClasses": ["local-go"]
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3864
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-variant-closure",
|
|
3865
|
+
"witnessId": "proofkit.requirement-source-v2.variant-closure-falsifier",
|
|
3866
|
+
"witnessKind": "contract",
|
|
3867
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/variants_test.go",
|
|
3868
|
+
"witnessSelectors": [
|
|
3869
|
+
{
|
|
3870
|
+
"selector": "TestNormalizeAdmitsEveryDeclaredEnumVariantThroughWholeModel",
|
|
3871
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeAdmitsEveryDeclaredEnumVariantThroughWholeModel$'"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"selector": "TestNormalizeProjectsEveryManifestVariantThroughWholeModel",
|
|
3875
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeProjectsEveryManifestVariantThroughWholeModel$'"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"selector": "TestNormalizeAdmitsAndProjectsMetadataEnumVariantsFromEachOwner",
|
|
3879
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeAdmitsAndProjectsMetadataEnumVariantsFromEachOwner$'"
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"selector": "TestNormalizeRejectsUnknownEnumVariantsThroughWholeModel",
|
|
3883
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsUnknownEnumVariantsThroughWholeModel$'"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"selector": "TestNormalizePreservesEveryDeclaredPresenceVariant",
|
|
3887
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizePreservesEveryDeclaredPresenceVariant$'"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"commandIds": ["proofkit.go-test"],
|
|
3891
|
+
"environmentClasses": ["local-go"]
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3895
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-instantiated-scenario-closure",
|
|
3896
|
+
"witnessId": "proofkit.requirement-source-v2.instantiated-scenario-closure-falsifier",
|
|
3897
|
+
"witnessKind": "contract",
|
|
3898
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/scenario_evaluation_test.go",
|
|
3899
|
+
"witnessSelectors": [
|
|
3900
|
+
{
|
|
3901
|
+
"selector": "TestNormalizeRejectsContradictoryInstantiatedObservations",
|
|
3902
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsContradictoryInstantiatedObservations$'"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"selector": "TestScenarioEvaluationBudgetMatchesIndependentInstantiation",
|
|
3906
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestScenarioEvaluationBudgetMatchesIndependentInstantiation$'"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"selector": "TestScenarioParameterValuesAreSubstitutedOnce",
|
|
3910
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestScenarioParameterValuesAreSubstitutedOnce$'"
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"commandIds": ["proofkit.go-test"],
|
|
3914
|
+
"environmentClasses": ["local-go"]
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3918
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-identity-aware-mutation-closure",
|
|
3919
|
+
"witnessId": "proofkit.requirement-source-v2.identity-aware-mutation-closure-falsifier",
|
|
3920
|
+
"witnessKind": "contract",
|
|
3921
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/draft_observation_test.go",
|
|
3922
|
+
"witnessSelectors": [
|
|
3923
|
+
{
|
|
3924
|
+
"selector": "TestChangedDraftFieldIDsIsIdentityAware",
|
|
3925
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestChangedDraftFieldIDsIsIdentityAware$'"
|
|
3926
|
+
}
|
|
3927
|
+
],
|
|
3928
|
+
"commandIds": ["proofkit.go-test"],
|
|
3929
|
+
"environmentClasses": ["local-go"]
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3933
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-metadata-owner-closure",
|
|
3934
|
+
"witnessId": "proofkit.requirement-source-v2.metadata-owner-closure-falsifier",
|
|
3935
|
+
"witnessKind": "contract",
|
|
3936
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/metadata_ownership_test.go",
|
|
3937
|
+
"witnessSelectors": [
|
|
3938
|
+
{
|
|
3939
|
+
"selector": "TestNormalizePreservesExactMetadataOwnershipMatrix",
|
|
3940
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizePreservesExactMetadataOwnershipMatrix$'"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"selector": "TestNormalizeClosesEveryOriginOwnerReference",
|
|
3944
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeClosesEveryOriginOwnerReference$'"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"selector": "TestNormalizeRejectsOverlapAndGapForEveryMetadataField",
|
|
3948
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsOverlapAndGapForEveryMetadataField$'"
|
|
3949
|
+
}
|
|
3950
|
+
],
|
|
3951
|
+
"commandIds": ["proofkit.go-test"],
|
|
3952
|
+
"environmentClasses": ["local-go"]
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3956
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-expanded-budget-closure",
|
|
3957
|
+
"witnessId": "proofkit.requirement-source-v2.expanded-budget-closure-falsifier",
|
|
3958
|
+
"witnessKind": "contract",
|
|
3959
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/projection_budget_test.go",
|
|
3960
|
+
"witnessSelectors": [
|
|
3961
|
+
{
|
|
3962
|
+
"selector": "TestExpandedProjectionBudgetMatchesIndependentMaterialization",
|
|
3963
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestExpandedProjectionBudgetMatchesIndependentMaterialization$'"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"commandIds": ["proofkit.go-test"],
|
|
3967
|
+
"environmentClasses": ["local-go"]
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3971
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-enum-inventory-closure",
|
|
3972
|
+
"witnessId": "proofkit.requirement-source-v2.enum-inventory-falsifier",
|
|
3973
|
+
"witnessKind": "contract",
|
|
3974
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/variant_inventory_test.go",
|
|
3975
|
+
"witnessSelectors": [
|
|
3976
|
+
{
|
|
3977
|
+
"selector": "TestIndependentManifestMatchesExactProductionEnumInventory",
|
|
3978
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestMatchesExactProductionEnumInventory$'"
|
|
3979
|
+
}
|
|
3980
|
+
],
|
|
3981
|
+
"commandIds": ["proofkit.go-test"],
|
|
3982
|
+
"environmentClasses": ["local-go"]
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3986
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-field-projection-closure",
|
|
3987
|
+
"witnessId": "proofkit.requirement-source-v2.field-projection-falsifier",
|
|
3988
|
+
"witnessKind": "contract",
|
|
3989
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/completeness_test.go",
|
|
3990
|
+
"witnessSelectors": [
|
|
3991
|
+
{
|
|
3992
|
+
"selector": "TestIndependentManifestClosesEveryFieldThroughRealMutants",
|
|
3993
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestClosesEveryFieldThroughRealMutants$'"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"commandIds": ["proofkit.go-test"],
|
|
3997
|
+
"environmentClasses": ["local-go"]
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4001
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-typed-field-inventory-closure",
|
|
4002
|
+
"witnessId": "proofkit.requirement-source-v2.typed-field-inventory-falsifier",
|
|
4003
|
+
"witnessKind": "contract",
|
|
4004
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/field_inventory_test.go",
|
|
4005
|
+
"witnessSelectors": [
|
|
4006
|
+
{
|
|
4007
|
+
"selector": "TestIndependentManifestMatchesExactTypedInputFieldInventory",
|
|
4008
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestMatchesExactTypedInputFieldInventory$'"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"commandIds": ["proofkit.go-test"],
|
|
4012
|
+
"environmentClasses": ["local-go"]
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4016
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-input-budget-closure",
|
|
4017
|
+
"witnessId": "proofkit.requirement-source-v2.input-budget-closure-falsifier",
|
|
4018
|
+
"witnessKind": "contract",
|
|
4019
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/input_budget_test.go",
|
|
4020
|
+
"witnessSelectors": [
|
|
4021
|
+
{
|
|
4022
|
+
"selector": "TestInputCollectionBudgetMatchesIndependentObserver",
|
|
4023
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestInputCollectionBudgetMatchesIndependentObserver$'"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"selector": "TestInputTextBudgetUsesArchitectureIndependentWidth",
|
|
4027
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestInputTextBudgetUsesArchitectureIndependentWidth$'"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"selector": "TestLimitConfigurationRejectsEveryInvalidBoundary",
|
|
4031
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestLimitConfigurationRejectsEveryInvalidBoundary$'"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"selector": "TestPreflightBudgetErrorPrecedence",
|
|
4035
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestPreflightBudgetErrorPrecedence$'"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"selector": "TestPreflightCardinalityBudgetsHaveExactTransitions",
|
|
4039
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestPreflightCardinalityBudgetsHaveExactTransitions$'"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"commandIds": ["proofkit.go-test"],
|
|
4043
|
+
"environmentClasses": ["local-go"]
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4047
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-manifest-admission-closure",
|
|
4048
|
+
"witnessId": "proofkit.requirement-source-v2.manifest-admission-closure-falsifier",
|
|
4049
|
+
"witnessKind": "contract",
|
|
4050
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/completeness_test.go",
|
|
4051
|
+
"witnessSelectors": [
|
|
4052
|
+
{
|
|
4053
|
+
"selector": "TestCompletenessRecordsUseExactStrictJSONAdmission",
|
|
4054
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestCompletenessRecordsUseExactStrictJSONAdmission$'"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"selector": "TestIndependentManifestClosesEnumAndPresenceVariants",
|
|
4058
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestClosesEnumAndPresenceVariants$'"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"commandIds": ["proofkit.go-test"],
|
|
4062
|
+
"environmentClasses": ["local-go"]
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4066
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-package-boundary-closure",
|
|
4067
|
+
"witnessId": "proofkit.requirement-source-v2.package-boundary-closure-falsifier",
|
|
4068
|
+
"witnessKind": "contract",
|
|
4069
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/package_boundary_test.go",
|
|
4070
|
+
"witnessSelectors": [
|
|
4071
|
+
{
|
|
4072
|
+
"selector": "TestRepresentationNeutralPackageBoundaryIsExact",
|
|
4073
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestRepresentationNeutralPackageBoundaryIsExact$'"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"commandIds": ["proofkit.go-test"],
|
|
4077
|
+
"environmentClasses": ["local-go"]
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4081
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-relation-negative-closure",
|
|
4082
|
+
"witnessId": "proofkit.requirement-source-v2.relation-negative-closure-falsifier",
|
|
4083
|
+
"witnessKind": "contract",
|
|
4084
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/mutant_relation_negative_test.go",
|
|
4085
|
+
"witnessSelectors": [
|
|
4086
|
+
{
|
|
4087
|
+
"selector": "TestMutantRelationPredicatesRejectNearMisses",
|
|
4088
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestMutantRelationPredicatesRejectNearMisses$'"
|
|
4089
|
+
}
|
|
4090
|
+
],
|
|
4091
|
+
"commandIds": ["proofkit.go-test"],
|
|
4092
|
+
"environmentClasses": ["local-go"]
|
|
4093
|
+
},
|
|
3525
4094
|
{
|
|
3526
4095
|
"requirementId": "REQ-PROOFKIT-SPEC-023",
|
|
3527
4096
|
"scenarioId": "proofkit.spec-proof-core.requirement-traceability-topology-closure",
|