@research-engineering/agentic-proofkit 0.6.0 → 0.8.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.
@@ -712,6 +712,70 @@
712
712
  "proofState": "witness_backed",
713
713
  "nonClaims": ["The 3072-byte packet bound and stable source-report digest do not prove provider token consumption, semantic sufficiency, source freshness, command execution, native witness truth, or policy approval; detail retrieval requires the caller to retain the original admitted input and launcher context."]
714
714
  },
715
+ {
716
+ "requirementId": "REQ-PROOFKIT-SPEC-027",
717
+ "ownerId": "proofkit.spec-proof-core",
718
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
719
+ "claimLevel": "blocking",
720
+ "proofState": "witness_backed",
721
+ "nonClaims": ["The adoption front door does not write files, execute commands or native witnesses, promote candidate artifacts, authenticate freshness, approve merge or release, or establish rollout or production readiness."]
722
+ },
723
+ {
724
+ "requirementId": "REQ-PROOFKIT-SPEC-028",
725
+ "ownerId": "proofkit.spec-proof-core",
726
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
727
+ "claimLevel": "blocking",
728
+ "proofState": "witness_backed",
729
+ "nonClaims": ["Repository inventory does not inspect arbitrary source semantics, infer repository intent or stack identity, authenticate checkout freshness, or establish code correctness."]
730
+ },
731
+ {
732
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
733
+ "ownerId": "proofkit.spec-proof-core",
734
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
735
+ "claimLevel": "blocking",
736
+ "proofState": "witness_backed",
737
+ "nonClaims": ["The adoption plan does not make candidate requirements, contracts, bindings, or tests authoritative and does not authenticate evidence, execute witnesses, or approve a change."]
738
+ },
739
+ {
740
+ "requirementId": "REQ-PROOFKIT-SPEC-030",
741
+ "ownerId": "proofkit.spec-proof-core",
742
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
743
+ "claimLevel": "blocking",
744
+ "proofState": "witness_backed",
745
+ "nonClaims": ["The text projection is a human view, not requirement, proof, execution, merge, release, rollout, deployment, or readiness authority."]
746
+ },
747
+ {
748
+ "requirementId": "REQ-PROOFKIT-SPEC-031",
749
+ "ownerId": "proofkit.spec-proof-core",
750
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
751
+ "claimLevel": "blocking",
752
+ "proofState": "witness_backed",
753
+ "nonClaims": ["A source-bound version edge does not authenticate Git history, registry publication, provider ingestion, consumer migration, rollout, or production readiness."]
754
+ },
755
+ {
756
+ "requirementId": "REQ-PROOFKIT-SPEC-032",
757
+ "ownerId": "proofkit.spec-proof-core",
758
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
759
+ "claimLevel": "blocking",
760
+ "proofState": "witness_backed",
761
+ "nonClaims": ["Materialization does not infer requirement meaning, authenticate witness truth or freshness, execute native witnesses, approve merge or release, establish rollout or production readiness, or make its routing manifest a second semantic owner."]
762
+ },
763
+ {
764
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
765
+ "ownerId": "proofkit.spec-proof-core",
766
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
767
+ "claimLevel": "blocking",
768
+ "proofState": "witness_backed",
769
+ "nonClaims": ["Repository transactions do not provide multi-file atomic visibility to concurrent arbitrary readers, distributed transactions, protection from a hostile same-user process, or stronger power-loss durability than the admitted filesystem synchronization operations."]
770
+ },
771
+ {
772
+ "requirementId": "REQ-PROOFKIT-SPEC-034",
773
+ "ownerId": "proofkit.spec-proof-core",
774
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
775
+ "claimLevel": "blocking",
776
+ "proofState": "witness_backed",
777
+ "nonClaims": ["A source-bound version edge does not authenticate registry publication, provider ingestion, consumer adoption, native witness truth, rollout, or production readiness."]
778
+ },
715
779
  {
716
780
  "requirementId": "REQ-PROOFKIT-WORKFLOW-001",
717
781
  "ownerId": "proofkit.agent-workflow",
@@ -1105,6 +1169,33 @@
1105
1169
  "local-go"
1106
1170
  ]
1107
1171
  },
1172
+ {
1173
+ "requirementId": "REQ-PROOFKIT-PACKAGE-002",
1174
+ "scenarioId": "proofkit.package-boundary.adoption-materialization-output-root-witnesses",
1175
+ "witnessId": "proofkit.adoption-materialization.cli-output-root.exact-witnesses",
1176
+ "witnessKind": "contract",
1177
+ "witnessPath": "internal/app/adoption_materialization_command_test.go",
1178
+ "witnessSelectors": [
1179
+ {
1180
+ "selector": "TestAdoptMaterializeApplyOutputUsesExactRootShape",
1181
+ "command": "go test ./internal/app -run '^TestAdoptMaterializeApplyOutputUsesExactRootShape$'"
1182
+ },
1183
+ {
1184
+ "selector": "TestAdoptMaterializePlanOutputUsesExactRootShape",
1185
+ "command": "go test ./internal/app -run '^TestAdoptMaterializePlanOutputUsesExactRootShape$'"
1186
+ },
1187
+ {
1188
+ "selector": "TestAdoptMaterializeRecoverOutputUsesExactRootShape",
1189
+ "command": "go test ./internal/app -run '^TestAdoptMaterializeRecoverOutputUsesExactRootShape$'"
1190
+ }
1191
+ ],
1192
+ "commandIds": [
1193
+ "proofkit.go-test"
1194
+ ],
1195
+ "environmentClasses": [
1196
+ "local-go"
1197
+ ]
1198
+ },
1108
1199
  {
1109
1200
  "requirementId": "REQ-PROOFKIT-PACKAGE-002",
1110
1201
  "scenarioId": "proofkit.package-boundary.cli-output-root-witnesses",
@@ -1150,6 +1241,18 @@
1150
1241
  {
1151
1242
  "selector": "TestExactTarballOnboardingTrace",
1152
1243
  "command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
1244
+ },
1245
+ {
1246
+ "selector": "TestInstalledNPMCarrierIsExactRegularTarballProjection",
1247
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMCarrierIsExactRegularTarballProjection$'"
1248
+ },
1249
+ {
1250
+ "selector": "TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift",
1251
+ "command": "go test ./internal/tools/packageverify -run '^TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift$'"
1252
+ },
1253
+ {
1254
+ "selector": "TestInstalledCommandRouteBijectionBindsCommandIdentity",
1255
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledCommandRouteBijectionBindsCommandIdentity$'"
1153
1256
  }
1154
1257
  ],
1155
1258
  "commandIds": [
@@ -1161,6 +1264,21 @@
1161
1264
  "local-go-python"
1162
1265
  ]
1163
1266
  },
1267
+ {
1268
+ "requirementId": "REQ-PROOFKIT-PACKAGE-003",
1269
+ "scenarioId": "proofkit.package-boundary.package-launcher-argv-forwarding",
1270
+ "witnessId": "proofkit.packagebuild.launcher-argv-forwarding",
1271
+ "witnessKind": "contract",
1272
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
1273
+ "witnessSelectors": [
1274
+ {
1275
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
1276
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
1277
+ }
1278
+ ],
1279
+ "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
1280
+ "environmentClasses": ["local-go", "local-go-python"]
1281
+ },
1164
1282
  {
1165
1283
  "requirementId": "REQ-PROOFKIT-PACKAGE-004",
1166
1284
  "scenarioId": "proofkit.package-boundary.ci-receipt-anchor",
@@ -1339,6 +1457,22 @@
1339
1457
  {
1340
1458
  "selector": "TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM",
1341
1459
  "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM$'"
1460
+ },
1461
+ {
1462
+ "selector": "TestInstalledPythonCommandRoutesRequireExactContractBijection",
1463
+ "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonCommandRoutesRequireExactContractBijection$'"
1464
+ },
1465
+ {
1466
+ "selector": "TestInstalledPythonCarrierRejectsContractReplacementRemovalAndSymlink",
1467
+ "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonCarrierRejectsContractReplacementRemovalAndSymlink$'"
1468
+ },
1469
+ {
1470
+ "selector": "TestPipInstallArgumentsAreIsolatedAndOffline",
1471
+ "command": "go test ./internal/tools/pythonpackage -run '^TestPipInstallArgumentsAreIsolatedAndOffline$'"
1472
+ },
1473
+ {
1474
+ "selector": "TestPythonVerificationEnvironmentRemovesAmbientImportControls",
1475
+ "command": "go test ./internal/tools/pythonpackage -run '^TestPythonVerificationEnvironmentRemovesAmbientImportControls$'"
1342
1476
  }
1343
1477
  ],
1344
1478
  "commandIds": [
@@ -2324,6 +2458,33 @@
2324
2458
  "local-go"
2325
2459
  ]
2326
2460
  },
2461
+ {
2462
+ "requirementId": "REQ-PROOFKIT-QUALITY-004",
2463
+ "scenarioId": "proofkit.supply-chain-quality.adoption-materialization-cli-abi",
2464
+ "witnessId": "proofkit.adoption-materialization.cli-abi.exact-output",
2465
+ "witnessKind": "contract",
2466
+ "witnessPath": "internal/app/adoption_materialization_command_test.go",
2467
+ "witnessSelectors": [
2468
+ {
2469
+ "selector": "TestAdoptMaterializeApplyOutputUsesExactRootShape",
2470
+ "command": "go test ./internal/app -run '^TestAdoptMaterializeApplyOutputUsesExactRootShape$'"
2471
+ },
2472
+ {
2473
+ "selector": "TestAdoptMaterializePlanOutputUsesExactRootShape",
2474
+ "command": "go test ./internal/app -run '^TestAdoptMaterializePlanOutputUsesExactRootShape$'"
2475
+ },
2476
+ {
2477
+ "selector": "TestAdoptMaterializeRecoverOutputUsesExactRootShape",
2478
+ "command": "go test ./internal/app -run '^TestAdoptMaterializeRecoverOutputUsesExactRootShape$'"
2479
+ }
2480
+ ],
2481
+ "commandIds": [
2482
+ "proofkit.go-test"
2483
+ ],
2484
+ "environmentClasses": [
2485
+ "local-go"
2486
+ ]
2487
+ },
2327
2488
  {
2328
2489
  "requirementId": "REQ-PROOFKIT-QUALITY-004",
2329
2490
  "scenarioId": "proofkit.supply-chain-quality.cli-abi-golden",
@@ -3232,6 +3393,10 @@
3232
3393
  "selector": "TestExactTarballOnboardingTrace",
3233
3394
  "command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
3234
3395
  },
3396
+ {
3397
+ "selector": "TestInstalledNPMCarrierIsExactRegularTarballProjection",
3398
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMCarrierIsExactRegularTarballProjection$'"
3399
+ },
3235
3400
  {
3236
3401
  "selector": "TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken",
3237
3402
  "command": "go test ./internal/tools/packageverify -run '^TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken$'"
@@ -3240,6 +3405,10 @@
3240
3405
  "selector": "TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput",
3241
3406
  "command": "go test ./internal/tools/packageverify -run '^TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput$'"
3242
3407
  },
3408
+ {
3409
+ "selector": "TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift",
3410
+ "command": "go test ./internal/tools/packageverify -run '^TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift$'"
3411
+ },
3243
3412
  {
3244
3413
  "selector": "TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords",
3245
3414
  "command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords$'"
@@ -3262,6 +3431,21 @@
3262
3431
  "local-go-python"
3263
3432
  ]
3264
3433
  },
3434
+ {
3435
+ "requirementId": "REQ-PROOFKIT-QUALITY-019",
3436
+ "scenarioId": "proofkit.supply-chain-quality.package-launcher-argv-forwarding",
3437
+ "witnessId": "proofkit.packagebuild.quality-launcher-argv-forwarding",
3438
+ "witnessKind": "contract",
3439
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
3440
+ "witnessSelectors": [
3441
+ {
3442
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
3443
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
3444
+ }
3445
+ ],
3446
+ "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
3447
+ "environmentClasses": ["local-go", "local-go-python"]
3448
+ },
3265
3449
  {
3266
3450
  "requirementId": "REQ-PROOFKIT-QUALITY-019",
3267
3451
  "scenarioId": "proofkit.supply-chain-quality.registry-install-json-abi-evidence",
@@ -3563,6 +3747,21 @@
3563
3747
  "commandIds": ["proofkit.go-test"],
3564
3748
  "environmentClasses": ["local-go"]
3565
3749
  },
3750
+ {
3751
+ "requirementId": "REQ-PROOFKIT-QUALITY-010",
3752
+ "scenarioId": "proofkit.supply-chain-quality.artifact-file-nonblocking-open",
3753
+ "witnessId": "proofkit.artifact-file.nonblocking-open-falsifier",
3754
+ "witnessKind": "technical",
3755
+ "witnessPath": "internal/tools/artifactfile/file_unix_test.go",
3756
+ "witnessSelectors": [
3757
+ {
3758
+ "selector": "TestReadBoundedRejectsFIFOWithoutBlocking",
3759
+ "command": "go test ./internal/tools/artifactfile -run '^TestReadBoundedRejectsFIFOWithoutBlocking$'"
3760
+ }
3761
+ ],
3762
+ "commandIds": ["proofkit.go-test"],
3763
+ "environmentClasses": ["local-go"]
3764
+ },
3566
3765
  {
3567
3766
  "requirementId": "REQ-PROOFKIT-QUALITY-021",
3568
3767
  "scenarioId": "proofkit.supply-chain-quality.cli-json-layout-process-boundary",
@@ -3751,6 +3950,40 @@
3751
3950
  "commandIds": ["proofkit.go-test"],
3752
3951
  "environmentClasses": ["local-go"]
3753
3952
  },
3953
+ {
3954
+ "requirementId": "REQ-PROOFKIT-QUALITY-023",
3955
+ "scenarioId": "proofkit.supply-chain-quality.python-wheel-resource-bounds",
3956
+ "witnessId": "proofkit.python-package.wheel-resource-bound-falsifier",
3957
+ "witnessKind": "contract",
3958
+ "witnessPath": "internal/tools/pythonpackage/metadata_test.go",
3959
+ "witnessSelectors": [
3960
+ {
3961
+ "selector": "TestVerifyWheelContentsRejectsOversizedCompressedEntryBeforeDecompression",
3962
+ "command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRejectsOversizedCompressedEntryBeforeDecompression$'"
3963
+ },
3964
+ {
3965
+ "selector": "TestVerifyWheelContentsRejectsOversizedEntryBeforeDecompression",
3966
+ "command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRejectsOversizedEntryBeforeDecompression$'"
3967
+ }
3968
+ ],
3969
+ "commandIds": ["proofkit.go-test"],
3970
+ "environmentClasses": ["local-go"]
3971
+ },
3972
+ {
3973
+ "requirementId": "REQ-PROOFKIT-QUALITY-023",
3974
+ "scenarioId": "proofkit.supply-chain-quality.wrapper-platform-bijection",
3975
+ "witnessId": "proofkit.package-build.wrapper-platform-bijection-falsifier",
3976
+ "witnessKind": "contract",
3977
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
3978
+ "witnessSelectors": [
3979
+ {
3980
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
3981
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
3982
+ }
3983
+ ],
3984
+ "commandIds": ["proofkit.go-test"],
3985
+ "environmentClasses": ["local-go"]
3986
+ },
3754
3987
  {
3755
3988
  "requirementId": "REQ-PROOFKIT-QUALITY-023",
3756
3989
  "scenarioId": "proofkit.supply-chain-quality.python-wheel-license-closure",
@@ -5205,6 +5438,10 @@
5205
5438
  {
5206
5439
  "selector": "TestGuidanceSlotPredicates",
5207
5440
  "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceSlotPredicates$'"
5441
+ },
5442
+ {
5443
+ "selector": "TestGuidanceReferenceIsCompactAndOwnerBound",
5444
+ "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceReferenceIsCompactAndOwnerBound$'"
5208
5445
  }
5209
5446
  ],
5210
5447
  "commandIds": ["proofkit.go-test"],
@@ -5367,6 +5604,14 @@
5367
5604
  {
5368
5605
  "selector": "TestVerifyRejectsCarrierContractMutations",
5369
5606
  "command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyRejectsCarrierContractMutations$'"
5607
+ },
5608
+ {
5609
+ "selector": "TestRunProcessCustomOutputLimitsAreExact",
5610
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessCustomOutputLimitsAreExact$'"
5611
+ },
5612
+ {
5613
+ "selector": "TestRunProcessRejectsInvalidCustomOutputLimitsBeforeStart",
5614
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessRejectsInvalidCustomOutputLimitsBeforeStart$'"
5370
5615
  }
5371
5616
  ],
5372
5617
  "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
@@ -5386,6 +5631,520 @@
5386
5631
  ],
5387
5632
  "commandIds": ["proofkit.go-test"],
5388
5633
  "environmentClasses": ["local-go"]
5634
+ },
5635
+ {
5636
+ "requirementId": "REQ-PROOFKIT-SPEC-028",
5637
+ "scenarioId": "proofkit.spec-proof-core.adoption-inventory-boundary",
5638
+ "witnessId": "proofkit.repository-inventory.boundary-falsifier",
5639
+ "witnessKind": "contract",
5640
+ "witnessPath": "internal/command/repositoryinventory/repositoryinventory_test.go",
5641
+ "witnessSelectors": [
5642
+ {
5643
+ "selector": "TestScanProducesBoundedClosedInventory",
5644
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanProducesBoundedClosedInventory$'"
5645
+ },
5646
+ {
5647
+ "selector": "TestScanRejectsRecognizedSymlinkWithoutReadingTarget",
5648
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanRejectsRecognizedSymlinkWithoutReadingTarget$'"
5649
+ },
5650
+ {
5651
+ "selector": "TestScanDoesNotFollowUnknownSymlink",
5652
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanDoesNotFollowUnknownSymlink$'"
5653
+ },
5654
+ {
5655
+ "selector": "TestScanEnforcesPreflightBoundsAndExplicitOmissions",
5656
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanEnforcesPreflightBoundsAndExplicitOmissions$'"
5657
+ },
5658
+ {
5659
+ "selector": "TestUnsupportedPlatformFailsBeforeOpeningRepositoryRoot",
5660
+ "command": "go test ./internal/command/repositoryinventory -run '^TestUnsupportedPlatformFailsBeforeOpeningRepositoryRoot$'"
5661
+ },
5662
+ {
5663
+ "selector": "TestScanPolicyBoundariesAreExact",
5664
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanPolicyBoundariesAreExact$'"
5665
+ },
5666
+ {
5667
+ "selector": "TestInventoryIdentityBindsEverySemanticOperand",
5668
+ "command": "go test ./internal/command/repositoryinventory -run '^TestInventoryIdentityBindsEverySemanticOperand$'"
5669
+ },
5670
+ {
5671
+ "selector": "TestInventoryOutputByteLimitIsExact",
5672
+ "command": "go test ./internal/command/repositoryinventory -run '^TestInventoryOutputByteLimitIsExact$'"
5673
+ },
5674
+ {
5675
+ "selector": "TestCatalogRolePolicyIsExact",
5676
+ "command": "go test ./internal/command/repositoryinventory -run '^TestCatalogRolePolicyIsExact$'"
5677
+ },
5678
+ {
5679
+ "selector": "TestReadRootInventoryClassifiesPartialBatchesWithoutRetainingUnknownNames",
5680
+ "command": "go test ./internal/command/repositoryinventory -run '^TestReadRootInventoryClassifiesPartialBatchesWithoutRetainingUnknownNames$'"
5681
+ }
5682
+ ],
5683
+ "commandIds": ["proofkit.go-test"],
5684
+ "environmentClasses": ["local-go"]
5685
+ },
5686
+ {
5687
+ "requirementId": "REQ-PROOFKIT-SPEC-028",
5688
+ "scenarioId": "proofkit.spec-proof-core.adoption-inventory-nonblocking-open",
5689
+ "witnessId": "proofkit.repository-inventory.nonblocking-open-falsifier",
5690
+ "witnessKind": "technical",
5691
+ "witnessPath": "internal/command/repositoryinventory/fifo_unix_test.go",
5692
+ "witnessSelectors": [
5693
+ {
5694
+ "selector": "TestScanRejectsFIFOReplacementWithoutBlocking",
5695
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanRejectsFIFOReplacementWithoutBlocking$'"
5696
+ }
5697
+ ],
5698
+ "commandIds": ["proofkit.go-test"],
5699
+ "environmentClasses": ["local-go"]
5700
+ },
5701
+ {
5702
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5703
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-authority-closure",
5704
+ "witnessId": "proofkit.adoption-plan.authority-closure-falsifier",
5705
+ "witnessKind": "contract",
5706
+ "witnessPath": "internal/command/adoptionplan/adoptionplan_test.go",
5707
+ "witnessSelectors": [
5708
+ {
5709
+ "selector": "TestBuildSeparatesAdoptionIntentFromCandidateAuthority",
5710
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildSeparatesAdoptionIntentFromCandidateAuthority$'"
5711
+ },
5712
+ {
5713
+ "selector": "TestBuildStackHintCannotChangeIntentTrustOrTasks",
5714
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildStackHintCannotChangeIntentTrustOrTasks$'"
5715
+ },
5716
+ {
5717
+ "selector": "TestPlanIdentityBindsIntentAndInventory",
5718
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanIdentityBindsIntentAndInventory$'"
5719
+ },
5720
+ {
5721
+ "selector": "TestBuildRejectsUnknownIntentPresetAndForgedInventory",
5722
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildRejectsUnknownIntentPresetAndForgedInventory$'"
5723
+ },
5724
+ {
5725
+ "selector": "TestPlanWireAdmissionIsDeterministicAndOwnerClosed",
5726
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanWireAdmissionIsDeterministicAndOwnerClosed$'"
5727
+ }
5728
+ ],
5729
+ "commandIds": ["proofkit.go-test"],
5730
+ "environmentClasses": ["local-go"]
5731
+ },
5732
+ {
5733
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5734
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-observational-stack",
5735
+ "witnessId": "proofkit.adoption-plan.observational-stack-falsifier",
5736
+ "witnessKind": "technical",
5737
+ "witnessPath": "internal/command/adoptionplan/repository_classes_test.go",
5738
+ "witnessSelectors": [
5739
+ {
5740
+ "selector": "TestPlanKeepsRepositoryClassesObservationalAndStackNeutral",
5741
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanKeepsRepositoryClassesObservationalAndStackNeutral$'"
5742
+ }
5743
+ ],
5744
+ "commandIds": ["proofkit.go-test"],
5745
+ "environmentClasses": ["local-go"]
5746
+ },
5747
+ {
5748
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5749
+ "scenarioId": "proofkit.spec-proof-core.adoption-guidance-reference-closure",
5750
+ "witnessId": "proofkit.adoption-plan.guidance-reference-falsifier",
5751
+ "witnessKind": "contract",
5752
+ "witnessPath": "internal/command/nativeevidenceguidance/guidance_test.go",
5753
+ "witnessSelectors": [
5754
+ {
5755
+ "selector": "TestGuidanceReferenceIsCompactAndOwnerBound",
5756
+ "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceReferenceIsCompactAndOwnerBound$'"
5757
+ }
5758
+ ],
5759
+ "commandIds": ["proofkit.go-test"],
5760
+ "environmentClasses": ["local-go"]
5761
+ },
5762
+ {
5763
+ "requirementId": "REQ-PROOFKIT-SPEC-030",
5764
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-presentation-closure",
5765
+ "witnessId": "proofkit.adoption-plan.presentation-closure-falsifier",
5766
+ "witnessKind": "contract",
5767
+ "witnessPath": "internal/command/adoptionplan/adoptionplan_test.go",
5768
+ "witnessSelectors": [
5769
+ {
5770
+ "selector": "TestTextProjectionPreservesJSONPlanSemantics",
5771
+ "command": "go test ./internal/command/adoptionplan -run '^TestTextProjectionPreservesJSONPlanSemantics$'"
5772
+ },
5773
+ {
5774
+ "selector": "TestAdoptionPlanOutputAndTextBoundsAreExact",
5775
+ "command": "go test ./internal/command/adoptionplan -run '^TestAdoptionPlanOutputAndTextBoundsAreExact$'"
5776
+ }
5777
+ ],
5778
+ "commandIds": ["proofkit.go-test"],
5779
+ "environmentClasses": ["local-go"]
5780
+ },
5781
+ {
5782
+ "requirementId": "REQ-PROOFKIT-SPEC-027",
5783
+ "scenarioId": "proofkit.spec-proof-core.adoption-front-door-whole-cli",
5784
+ "witnessId": "proofkit.adoption-front-door.whole-cli-falsifier",
5785
+ "witnessKind": "contract",
5786
+ "witnessPath": "internal/app/adoption_front_door_command_test.go",
5787
+ "witnessSelectors": [
5788
+ {
5789
+ "selector": "TestAdoptionFrontDoorCLI",
5790
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorCLI$'"
5791
+ }
5792
+ ],
5793
+ "commandIds": ["proofkit.command-contract-check", "proofkit.go-test"],
5794
+ "environmentClasses": ["local-go"]
5795
+ },
5796
+ {
5797
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5798
+ "scenarioId": "proofkit.spec-proof-core.command-route-contract-closure",
5799
+ "witnessId": "proofkit.command-route.contract-closure-falsifier",
5800
+ "witnessKind": "contract",
5801
+ "witnessPath": "internal/tools/commandcontractgen/main_test.go",
5802
+ "witnessSelectors": [
5803
+ {
5804
+ "selector": "TestCommandRoutesAreBoundedSafeAndUnambiguous",
5805
+ "command": "go test ./internal/tools/commandcontractgen -run '^TestCommandRoutesAreBoundedSafeAndUnambiguous$'"
5806
+ },
5807
+ {
5808
+ "selector": "TestRenderRejectsIncompleteAndStaleCommandContracts",
5809
+ "command": "go test ./internal/tools/commandcontractgen -run '^TestRenderRejectsIncompleteAndStaleCommandContracts$'"
5810
+ }
5811
+ ],
5812
+ "commandIds": ["proofkit.command-contract-check", "proofkit.go-test"],
5813
+ "environmentClasses": ["local-go"]
5814
+ },
5815
+ {
5816
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5817
+ "scenarioId": "proofkit.spec-proof-core.command-route-generated-adapter",
5818
+ "witnessId": "proofkit.command-route.generated-adapter-falsifier",
5819
+ "witnessKind": "contract",
5820
+ "witnessPath": "internal/command/jsonreportcliadaptersource/json_report_cli_adapter_source_test.go",
5821
+ "witnessSelectors": [
5822
+ {
5823
+ "selector": "TestGeneratedSourceAdmitsBoundedCanonicalCommandRoutes",
5824
+ "command": "go test ./internal/command/jsonreportcliadaptersource -run '^TestGeneratedSourceAdmitsBoundedCanonicalCommandRoutes$'"
5825
+ }
5826
+ ],
5827
+ "commandIds": ["proofkit.go-test"],
5828
+ "environmentClasses": ["local-go"]
5829
+ },
5830
+ {
5831
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5832
+ "scenarioId": "proofkit.spec-proof-core.command-route-installed-contract",
5833
+ "witnessId": "proofkit.command-route.installed-contract-falsifier",
5834
+ "witnessKind": "contract",
5835
+ "witnessPath": "internal/tools/installedclicontract/contract_test.go",
5836
+ "witnessSelectors": [
5837
+ {
5838
+ "selector": "TestAdmitCommandRouteTokenBoundariesAreExact",
5839
+ "command": "go test ./internal/tools/installedclicontract -run '^TestAdmitCommandRouteTokenBoundariesAreExact$'"
5840
+ },
5841
+ {
5842
+ "selector": "TestAdmitRequiresExactCommandRouteGrammarProjection",
5843
+ "command": "go test ./internal/tools/installedclicontract -run '^TestAdmitRequiresExactCommandRouteGrammarProjection$'"
5844
+ }
5845
+ ],
5846
+ "commandIds": ["proofkit.go-test"],
5847
+ "environmentClasses": ["local-go"]
5848
+ },
5849
+ {
5850
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5851
+ "scenarioId": "proofkit.spec-proof-core.command-route-kernel-owner",
5852
+ "witnessId": "proofkit.command-route.kernel-owner-falsifier",
5853
+ "witnessKind": "contract",
5854
+ "witnessPath": "internal/kernel/commandroute/route_test.go",
5855
+ "witnessSelectors": [
5856
+ {
5857
+ "selector": "TestGrammarBoundariesAreExact",
5858
+ "command": "go test ./internal/kernel/commandroute -run '^TestGrammarBoundariesAreExact$'"
5859
+ },
5860
+ {
5861
+ "selector": "TestParseRequiresCanonicalSeparatorAndRoundTrip",
5862
+ "command": "go test ./internal/kernel/commandroute -run '^TestParseRequiresCanonicalSeparatorAndRoundTrip$'"
5863
+ }
5864
+ ],
5865
+ "commandIds": ["proofkit.go-test"],
5866
+ "environmentClasses": ["local-go"]
5867
+ },
5868
+ {
5869
+ "requirementId": "REQ-PROOFKIT-SPEC-031",
5870
+ "scenarioId": "proofkit.spec-proof-core.adoption-version-edge-closure",
5871
+ "witnessId": "proofkit.adoption-front-door.version-edge-falsifier",
5872
+ "witnessKind": "contract",
5873
+ "witnessPath": "internal/app/adoption_front_door_version_edge_test.go",
5874
+ "witnessSelectors": [
5875
+ {
5876
+ "selector": "TestAdoptionFrontDoorVersionEdgeClosesInitRetirement",
5877
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorVersionEdgeClosesInitRetirement$'"
5878
+ },
5879
+ {
5880
+ "selector": "TestAdoptionFrontDoorVersionEdgeRejectsDigestBoundInventoryContradiction",
5881
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorVersionEdgeRejectsDigestBoundInventoryContradiction$'"
5882
+ },
5883
+ {
5884
+ "selector": "TestRetiredInitRouteHasNoPublicDispatcher",
5885
+ "command": "go test ./internal/app -run '^TestRetiredInitRouteHasNoPublicDispatcher$'"
5886
+ }
5887
+ ],
5888
+ "commandIds": ["proofkit.go-test"],
5889
+ "environmentClasses": ["local-go"]
5890
+ },
5891
+ {
5892
+ "requirementId": "REQ-PROOFKIT-SPEC-032",
5893
+ "scenarioId": "proofkit.spec-proof-core.adoption-materialization-owner-closure",
5894
+ "witnessId": "proofkit.adoption-materialization.owner-closure-falsifier",
5895
+ "witnessKind": "contract",
5896
+ "witnessPath": "internal/command/adoptionmaterialization/adoptionmaterialization_test.go",
5897
+ "witnessSelectors": [
5898
+ {
5899
+ "selector": "TestMaterializationWholeChainIsCanonicalAndOwnerClosed",
5900
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestMaterializationWholeChainIsCanonicalAndOwnerClosed$'"
5901
+ },
5902
+ {
5903
+ "selector": "TestMaterializationOutputAdmissionRejectsCrossOwnerMutants",
5904
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestMaterializationOutputAdmissionRejectsCrossOwnerMutants$'"
5905
+ },
5906
+ {
5907
+ "selector": "TestReceiptAdmissionRejectsOperationAttributionMutants",
5908
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestReceiptAdmissionRejectsOperationAttributionMutants$'"
5909
+ },
5910
+ {
5911
+ "selector": "TestApplyBlocksStaleMutationButAcceptsLostAcknowledgementRetry",
5912
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestApplyBlocksStaleMutationButAcceptsLostAcknowledgementRetry$'"
5913
+ },
5914
+ {
5915
+ "selector": "TestMaterializationRejectsCrossRecordDriftAndManifestMutation",
5916
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestMaterializationRejectsCrossRecordDriftAndManifestMutation$'"
5917
+ }
5918
+ ],
5919
+ "commandIds": ["proofkit.go-test"],
5920
+ "environmentClasses": ["local-go"]
5921
+ },
5922
+ {
5923
+ "requirementId": "REQ-PROOFKIT-SPEC-032",
5924
+ "scenarioId": "proofkit.spec-proof-core.adoption-materialization-reference-closure",
5925
+ "witnessId": "proofkit.adoption-materialization.reference-closure-falsifier",
5926
+ "witnessKind": "contract",
5927
+ "witnessPath": "internal/command/adoptionmaterialization/closure_test.go",
5928
+ "witnessSelectors": [
5929
+ {
5930
+ "selector": "TestPathRoleLedgerRejectsWriteReferenceCollisions",
5931
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestPathRoleLedgerRejectsWriteReferenceCollisions$'"
5932
+ },
5933
+ {
5934
+ "selector": "TestRequirementProjectionRequiresClaimLevelParity",
5935
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestRequirementProjectionRequiresClaimLevelParity$'"
5936
+ },
5937
+ {
5938
+ "selector": "TestInventoryReferencesMustResolveThroughBindingEdges",
5939
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestInventoryReferencesMustResolveThroughBindingEdges$'"
5940
+ },
5941
+ {
5942
+ "selector": "TestManifestAdmissionEqualsProducerImage",
5943
+ "command": "go test ./internal/command/adoptionmaterialization -run '^TestManifestAdmissionEqualsProducerImage$'"
5944
+ }
5945
+ ],
5946
+ "commandIds": ["proofkit.go-test"],
5947
+ "environmentClasses": ["local-go"]
5948
+ },
5949
+ {
5950
+ "requirementId": "REQ-PROOFKIT-SPEC-032",
5951
+ "scenarioId": "proofkit.spec-proof-core.adoption-materialization-whole-cli",
5952
+ "witnessId": "proofkit.adoption-materialization.whole-cli-falsifier",
5953
+ "witnessKind": "contract",
5954
+ "witnessPath": "internal/app/adoption_materialization_command_test.go",
5955
+ "witnessSelectors": [
5956
+ {
5957
+ "selector": "TestAdoptionMaterializationCLI",
5958
+ "command": "go test ./internal/app -run '^TestAdoptionMaterializationCLI$'"
5959
+ }
5960
+ ],
5961
+ "commandIds": ["proofkit.go-test"],
5962
+ "environmentClasses": ["local-go"]
5963
+ },
5964
+ {
5965
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
5966
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-terminal-state",
5967
+ "witnessId": "proofkit.repository-transaction.terminal-state-falsifier",
5968
+ "witnessKind": "contract",
5969
+ "witnessPath": "internal/kernel/repositorytransaction/invariant_test.go",
5970
+ "witnessSelectors": [
5971
+ {
5972
+ "selector": "TestApplyExecutesFrozenPlan",
5973
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestApplyExecutesFrozenPlan$'"
5974
+ },
5975
+ {
5976
+ "selector": "TestRecoveryActionAndTerminalReceiptAreStable",
5977
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoveryActionAndTerminalReceiptAreStable$'"
5978
+ },
5979
+ {
5980
+ "selector": "TestRecoveryActionIsDurableBeforeDirectionalMutation",
5981
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoveryActionIsDurableBeforeDirectionalMutation$'"
5982
+ },
5983
+ {
5984
+ "selector": "TestMalformedRecoveryActionBlocksMutation",
5985
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestMalformedRecoveryActionBlocksMutation$'"
5986
+ },
5987
+ {
5988
+ "selector": "TestAppliedTerminalReceiptReplaysCompleteResult",
5989
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestAppliedTerminalReceiptReplaysCompleteResult$'"
5990
+ },
5991
+ {
5992
+ "selector": "TestPreparingRollbackAtomicallyReplacesPreviousTerminalReceipt",
5993
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPreparingRollbackAtomicallyReplacesPreviousTerminalReceipt$'"
5994
+ },
5995
+ {
5996
+ "selector": "TestReadyReplacementRetiresPreviousReceiptAndPreservesCompleteResult",
5997
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestReadyReplacementRetiresPreviousReceiptAndPreservesCompleteResult$'"
5998
+ },
5999
+ {
6000
+ "selector": "TestUnknownRecoveryStateDoesNotAdoptExpectedIdentity",
6001
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestUnknownRecoveryStateDoesNotAdoptExpectedIdentity$'"
6002
+ },
6003
+ {
6004
+ "selector": "TestPreparingFailureCannotClaimRollbackAfterTargetDivergence",
6005
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPreparingFailureCannotClaimRollbackAfterTargetDivergence$'"
6006
+ },
6007
+ {
6008
+ "selector": "TestCommittedRecoveryRejectsRollback",
6009
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestCommittedRecoveryRejectsRollback$'"
6010
+ },
6011
+ {
6012
+ "selector": "TestPreparingRecoveryRejectsResumeBeforeActionSelection",
6013
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPreparingRecoveryRejectsResumeBeforeActionSelection$'"
6014
+ }
6015
+ ],
6016
+ "commandIds": ["proofkit.go-test"],
6017
+ "environmentClasses": ["local-go"]
6018
+ },
6019
+ {
6020
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6021
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-fault-recovery",
6022
+ "witnessId": "proofkit.repository-transaction.fault-recovery-falsifier",
6023
+ "witnessKind": "contract",
6024
+ "witnessPath": "internal/kernel/repositorytransaction/transaction_test.go",
6025
+ "witnessSelectors": [
6026
+ {
6027
+ "selector": "TestApplyFaultAfterFirstPublishRestoresExactBeforeState",
6028
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestApplyFaultAfterFirstPublishRestoresExactBeforeState$'"
6029
+ },
6030
+ {
6031
+ "selector": "TestProcessInterruptionAtEveryMutationBoundaryIsRecoverable",
6032
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestProcessInterruptionAtEveryMutationBoundaryIsRecoverable$'"
6033
+ },
6034
+ {
6035
+ "selector": "TestApplyRejectsConcurrentCooperativeWriter",
6036
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestApplyRejectsConcurrentCooperativeWriter$'"
6037
+ },
6038
+ {
6039
+ "selector": "TestApplyAlreadySatisfiedRejectsConcurrentCooperativeWriter",
6040
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestApplyAlreadySatisfiedRejectsConcurrentCooperativeWriter$'"
6041
+ },
6042
+ {
6043
+ "selector": "TestTransactionLockIsInterprocess",
6044
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestTransactionLockIsInterprocess$'"
6045
+ },
6046
+ {
6047
+ "selector": "TestRecoverDoesNotInventIdentityForPartialPreparingJournal",
6048
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoverDoesNotInventIdentityForPartialPreparingJournal$'"
6049
+ }
6050
+ ],
6051
+ "commandIds": ["proofkit.go-test"],
6052
+ "environmentClasses": ["local-go"]
6053
+ },
6054
+ {
6055
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6056
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-output-relations",
6057
+ "witnessId": "proofkit.repository-transaction.output-relation-falsifier",
6058
+ "witnessKind": "contract",
6059
+ "witnessPath": "internal/kernel/repositorytransaction/output_admission_test.go",
6060
+ "witnessSelectors": [
6061
+ {
6062
+ "selector": "TestPlanAndResultOutputAdmissionRejectSemanticMutants",
6063
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanAndResultOutputAdmissionRejectSemanticMutants$'"
6064
+ }
6065
+ ],
6066
+ "commandIds": [
6067
+ "proofkit.go-test"
6068
+ ],
6069
+ "environmentClasses": [
6070
+ "local-go"
6071
+ ]
6072
+ },
6073
+ {
6074
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6075
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-cleanup-state-matrix",
6076
+ "witnessId": "proofkit.repository-transaction.cleanup-state-falsifier",
6077
+ "witnessKind": "contract",
6078
+ "witnessPath": "internal/kernel/repositorytransaction/state_machine_test.go",
6079
+ "witnessSelectors": [
6080
+ {
6081
+ "selector": "TestCleanupDurabilityFailureDoesNotClaimRecoverableState",
6082
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestCleanupDurabilityFailureDoesNotClaimRecoverableState$'"
6083
+ }
6084
+ ],
6085
+ "commandIds": [
6086
+ "proofkit.go-test"
6087
+ ],
6088
+ "environmentClasses": [
6089
+ "local-go"
6090
+ ]
6091
+ },
6092
+ {
6093
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6094
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-filesystem-portable-path-identity",
6095
+ "witnessId": "proofkit.repository-transaction.filesystem-portable-path-falsifier",
6096
+ "witnessKind": "contract",
6097
+ "witnessPath": "internal/kernel/repositorytransaction/plan_test.go",
6098
+ "witnessSelectors": [
6099
+ {
6100
+ "selector": "TestBuildPlanRejectsFilesystemPortableAliases",
6101
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestBuildPlanRejectsFilesystemPortableAliases$'"
6102
+ }
6103
+ ],
6104
+ "commandIds": [
6105
+ "proofkit.go-test"
6106
+ ],
6107
+ "environmentClasses": [
6108
+ "local-go"
6109
+ ]
6110
+ },
6111
+ {
6112
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6113
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-portable-path-identity",
6114
+ "witnessId": "proofkit.repository-transaction.portable-path-identity-falsifier",
6115
+ "witnessKind": "contract",
6116
+ "witnessPath": "internal/kernel/pathidentity/pathidentity_test.go",
6117
+ "witnessSelectors": [
6118
+ {
6119
+ "selector": "TestPortableEquivalenceAndContainment",
6120
+ "command": "go test ./internal/kernel/pathidentity -run '^TestPortableEquivalenceAndContainment$'"
6121
+ }
6122
+ ],
6123
+ "commandIds": ["proofkit.go-test"],
6124
+ "environmentClasses": ["local-go"]
6125
+ },
6126
+ {
6127
+ "requirementId": "REQ-PROOFKIT-SPEC-034",
6128
+ "scenarioId": "proofkit.spec-proof-core.adoption-materialization-version-edge",
6129
+ "witnessId": "proofkit.adoption-materialization.version-edge-falsifier",
6130
+ "witnessKind": "contract",
6131
+ "witnessPath": "internal/app/adoption_materialization_version_edge_test.go",
6132
+ "witnessSelectors": [
6133
+ {
6134
+ "selector": "TestAdoptionMaterializationVersionEdgeClosesPublicCommands",
6135
+ "command": "go test ./internal/app -run '^TestAdoptionMaterializationVersionEdgeClosesPublicCommands$'"
6136
+ },
6137
+ {
6138
+ "selector": "TestAdoptionMaterializationVersionEdgeRejectsCoordinatedChangeRecordDrift",
6139
+ "command": "go test ./internal/app -run '^TestAdoptionMaterializationVersionEdgeRejectsCoordinatedChangeRecordDrift$'"
6140
+ },
6141
+ {
6142
+ "selector": "TestAdoptionMaterializationVersionEdgePreservesFrozenPredecessor",
6143
+ "command": "go test ./internal/app -run '^TestAdoptionMaterializationVersionEdgePreservesFrozenPredecessor$'"
6144
+ }
6145
+ ],
6146
+ "commandIds": ["proofkit.go-test"],
6147
+ "environmentClasses": ["local-go"]
5389
6148
  }
5390
6149
  ],
5391
6150
  "witnessCommands": [