@research-engineering/agentic-proofkit 0.5.1 → 0.7.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.
@@ -704,6 +704,54 @@
704
704
  "proofState": "witness_backed",
705
705
  "nonClaims": ["This private codec does not migrate or rewrite current requirement sources, expose a public source extension or CLI command, retain a normalized mirror, authenticate requirement meaning or derivation provenance, generalize the frozen formatter screen beyond its byte-bound corpus, prove the open-world absence of undeclared semantically equivalent parsers, prevent a future owner-approved grammar from being added, execute native witnesses, approve merge or release, or establish rollout or production readiness."]
706
706
  },
707
+ {
708
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
709
+ "ownerId": "proofkit.spec-proof-core",
710
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
711
+ "claimLevel": "blocking",
712
+ "proofState": "witness_backed",
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
+ },
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
+ },
707
755
  {
708
756
  "requirementId": "REQ-PROOFKIT-WORKFLOW-001",
709
757
  "ownerId": "proofkit.agent-workflow",
@@ -1108,6 +1156,10 @@
1108
1156
  "selector": "TestAdoptionContractEnvelopeCLIABI",
1109
1157
  "command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
1110
1158
  },
1159
+ {
1160
+ "selector": "TestAgentRouteEnvelopeModesUseExactRootShapes",
1161
+ "command": "go test ./internal/app -run '^TestAgentRouteEnvelopeModesUseExactRootShapes$'"
1162
+ },
1111
1163
  {
1112
1164
  "selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
1113
1165
  "command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
@@ -1138,6 +1190,18 @@
1138
1190
  {
1139
1191
  "selector": "TestExactTarballOnboardingTrace",
1140
1192
  "command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
1193
+ },
1194
+ {
1195
+ "selector": "TestInstalledNPMCarrierIsExactRegularTarballProjection",
1196
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMCarrierIsExactRegularTarballProjection$'"
1197
+ },
1198
+ {
1199
+ "selector": "TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift",
1200
+ "command": "go test ./internal/tools/packageverify -run '^TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift$'"
1201
+ },
1202
+ {
1203
+ "selector": "TestInstalledCommandRouteBijectionBindsCommandIdentity",
1204
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledCommandRouteBijectionBindsCommandIdentity$'"
1141
1205
  }
1142
1206
  ],
1143
1207
  "commandIds": [
@@ -1149,6 +1213,21 @@
1149
1213
  "local-go-python"
1150
1214
  ]
1151
1215
  },
1216
+ {
1217
+ "requirementId": "REQ-PROOFKIT-PACKAGE-003",
1218
+ "scenarioId": "proofkit.package-boundary.package-launcher-argv-forwarding",
1219
+ "witnessId": "proofkit.packagebuild.launcher-argv-forwarding",
1220
+ "witnessKind": "contract",
1221
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
1222
+ "witnessSelectors": [
1223
+ {
1224
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
1225
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
1226
+ }
1227
+ ],
1228
+ "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
1229
+ "environmentClasses": ["local-go", "local-go-python"]
1230
+ },
1152
1231
  {
1153
1232
  "requirementId": "REQ-PROOFKIT-PACKAGE-004",
1154
1233
  "scenarioId": "proofkit.package-boundary.ci-receipt-anchor",
@@ -1327,6 +1406,22 @@
1327
1406
  {
1328
1407
  "selector": "TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM",
1329
1408
  "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM$'"
1409
+ },
1410
+ {
1411
+ "selector": "TestInstalledPythonCommandRoutesRequireExactContractBijection",
1412
+ "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonCommandRoutesRequireExactContractBijection$'"
1413
+ },
1414
+ {
1415
+ "selector": "TestInstalledPythonCarrierRejectsContractReplacementRemovalAndSymlink",
1416
+ "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonCarrierRejectsContractReplacementRemovalAndSymlink$'"
1417
+ },
1418
+ {
1419
+ "selector": "TestPipInstallArgumentsAreIsolatedAndOffline",
1420
+ "command": "go test ./internal/tools/pythonpackage -run '^TestPipInstallArgumentsAreIsolatedAndOffline$'"
1421
+ },
1422
+ {
1423
+ "selector": "TestPythonVerificationEnvironmentRemovesAmbientImportControls",
1424
+ "command": "go test ./internal/tools/pythonpackage -run '^TestPythonVerificationEnvironmentRemovesAmbientImportControls$'"
1330
1425
  }
1331
1426
  ],
1332
1427
  "commandIds": [
@@ -2323,6 +2418,10 @@
2323
2418
  "selector": "TestAdoptionContractEnvelopeCLIABI",
2324
2419
  "command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
2325
2420
  },
2421
+ {
2422
+ "selector": "TestAgentRouteEnvelopeModesUseExactRootShapes",
2423
+ "command": "go test ./internal/app -run '^TestAgentRouteEnvelopeModesUseExactRootShapes$'"
2424
+ },
2326
2425
  {
2327
2426
  "selector": "TestRequirementAuthoringPlanOutputUsesVersionedRootShape",
2328
2427
  "command": "go test ./internal/app -run '^TestRequirementAuthoringPlanOutputUsesVersionedRootShape$'"
@@ -3216,6 +3315,10 @@
3216
3315
  "selector": "TestExactTarballOnboardingTrace",
3217
3316
  "command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
3218
3317
  },
3318
+ {
3319
+ "selector": "TestInstalledNPMCarrierIsExactRegularTarballProjection",
3320
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMCarrierIsExactRegularTarballProjection$'"
3321
+ },
3219
3322
  {
3220
3323
  "selector": "TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken",
3221
3324
  "command": "go test ./internal/tools/packageverify -run '^TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken$'"
@@ -3224,6 +3327,10 @@
3224
3327
  "selector": "TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput",
3225
3328
  "command": "go test ./internal/tools/packageverify -run '^TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput$'"
3226
3329
  },
3330
+ {
3331
+ "selector": "TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift",
3332
+ "command": "go test ./internal/tools/packageverify -run '^TestVerifyPackedOwnerRecordsRejectsSourceArtifactContentDrift$'"
3333
+ },
3227
3334
  {
3228
3335
  "selector": "TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords",
3229
3336
  "command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords$'"
@@ -3246,6 +3353,21 @@
3246
3353
  "local-go-python"
3247
3354
  ]
3248
3355
  },
3356
+ {
3357
+ "requirementId": "REQ-PROOFKIT-QUALITY-019",
3358
+ "scenarioId": "proofkit.supply-chain-quality.package-launcher-argv-forwarding",
3359
+ "witnessId": "proofkit.packagebuild.quality-launcher-argv-forwarding",
3360
+ "witnessKind": "contract",
3361
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
3362
+ "witnessSelectors": [
3363
+ {
3364
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
3365
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
3366
+ }
3367
+ ],
3368
+ "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
3369
+ "environmentClasses": ["local-go", "local-go-python"]
3370
+ },
3249
3371
  {
3250
3372
  "requirementId": "REQ-PROOFKIT-QUALITY-019",
3251
3373
  "scenarioId": "proofkit.supply-chain-quality.registry-install-json-abi-evidence",
@@ -3547,6 +3669,21 @@
3547
3669
  "commandIds": ["proofkit.go-test"],
3548
3670
  "environmentClasses": ["local-go"]
3549
3671
  },
3672
+ {
3673
+ "requirementId": "REQ-PROOFKIT-QUALITY-010",
3674
+ "scenarioId": "proofkit.supply-chain-quality.artifact-file-nonblocking-open",
3675
+ "witnessId": "proofkit.artifact-file.nonblocking-open-falsifier",
3676
+ "witnessKind": "technical",
3677
+ "witnessPath": "internal/tools/artifactfile/file_unix_test.go",
3678
+ "witnessSelectors": [
3679
+ {
3680
+ "selector": "TestReadBoundedRejectsFIFOWithoutBlocking",
3681
+ "command": "go test ./internal/tools/artifactfile -run '^TestReadBoundedRejectsFIFOWithoutBlocking$'"
3682
+ }
3683
+ ],
3684
+ "commandIds": ["proofkit.go-test"],
3685
+ "environmentClasses": ["local-go"]
3686
+ },
3550
3687
  {
3551
3688
  "requirementId": "REQ-PROOFKIT-QUALITY-021",
3552
3689
  "scenarioId": "proofkit.supply-chain-quality.cli-json-layout-process-boundary",
@@ -3735,6 +3872,40 @@
3735
3872
  "commandIds": ["proofkit.go-test"],
3736
3873
  "environmentClasses": ["local-go"]
3737
3874
  },
3875
+ {
3876
+ "requirementId": "REQ-PROOFKIT-QUALITY-023",
3877
+ "scenarioId": "proofkit.supply-chain-quality.python-wheel-resource-bounds",
3878
+ "witnessId": "proofkit.python-package.wheel-resource-bound-falsifier",
3879
+ "witnessKind": "contract",
3880
+ "witnessPath": "internal/tools/pythonpackage/metadata_test.go",
3881
+ "witnessSelectors": [
3882
+ {
3883
+ "selector": "TestVerifyWheelContentsRejectsOversizedCompressedEntryBeforeDecompression",
3884
+ "command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRejectsOversizedCompressedEntryBeforeDecompression$'"
3885
+ },
3886
+ {
3887
+ "selector": "TestVerifyWheelContentsRejectsOversizedEntryBeforeDecompression",
3888
+ "command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRejectsOversizedEntryBeforeDecompression$'"
3889
+ }
3890
+ ],
3891
+ "commandIds": ["proofkit.go-test"],
3892
+ "environmentClasses": ["local-go"]
3893
+ },
3894
+ {
3895
+ "requirementId": "REQ-PROOFKIT-QUALITY-023",
3896
+ "scenarioId": "proofkit.supply-chain-quality.wrapper-platform-bijection",
3897
+ "witnessId": "proofkit.package-build.wrapper-platform-bijection-falsifier",
3898
+ "witnessKind": "contract",
3899
+ "witnessPath": "internal/tools/packagebuild/main_test.go",
3900
+ "witnessSelectors": [
3901
+ {
3902
+ "selector": "TestWrapperScriptRoutesEveryReleasePlatformTarget",
3903
+ "command": "go test ./internal/tools/packagebuild -run '^TestWrapperScriptRoutesEveryReleasePlatformTarget$'"
3904
+ }
3905
+ ],
3906
+ "commandIds": ["proofkit.go-test"],
3907
+ "environmentClasses": ["local-go"]
3908
+ },
3738
3909
  {
3739
3910
  "requirementId": "REQ-PROOFKIT-QUALITY-023",
3740
3911
  "scenarioId": "proofkit.supply-chain-quality.python-wheel-license-closure",
@@ -3866,8 +4037,8 @@
3866
4037
  "command": "go test ./internal/kernel/unicodepolicy -run '^TestUnsafeScalarTableMatchesVersionedOwnerCorpus$'"
3867
4038
  },
3868
4039
  {
3869
- "selector": "TestUnsafeScalarTableMatchesEveryUnicode15Scalar",
3870
- "command": "go test ./internal/kernel/unicodepolicy -run '^TestUnsafeScalarTableMatchesEveryUnicode15Scalar$'"
4040
+ "selector": "TestUnsafeScalarTableMatchesEveryUnicode17Scalar",
4041
+ "command": "go test ./internal/kernel/unicodepolicy -run '^TestUnsafeScalarTableMatchesEveryUnicode17Scalar$'"
3871
4042
  },
3872
4043
  {
3873
4044
  "selector": "TestValidScalarStringRejectsMalformedUTF8",
@@ -4907,6 +5078,128 @@
4907
5078
  "commandIds": ["proofkit.go-test"],
4908
5079
  "environmentClasses": ["local-go"]
4909
5080
  },
5081
+ {
5082
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5083
+ "scenarioId": "proofkit.spec-proof-core.agent-route-brief-cli-abi",
5084
+ "witnessId": "proofkit.agent-route-brief.cli-abi-falsifier",
5085
+ "witnessKind": "contract",
5086
+ "witnessPath": "internal/app/cli_abi_test.go",
5087
+ "witnessSelectors": [
5088
+ {
5089
+ "selector": "TestAgentRouteEnvelopeModesUseExactRootShapes",
5090
+ "command": "go test ./internal/app -run '^TestAgentRouteEnvelopeModesUseExactRootShapes$'"
5091
+ }
5092
+ ],
5093
+ "commandIds": ["proofkit.go-test"],
5094
+ "environmentClasses": ["local-go"]
5095
+ },
5096
+ {
5097
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5098
+ "scenarioId": "proofkit.spec-proof-core.agent-route-brief-projection",
5099
+ "witnessId": "proofkit.agent-route-brief.projection-falsifier",
5100
+ "witnessKind": "contract",
5101
+ "witnessPath": "internal/command/agentroute/brief_test.go",
5102
+ "witnessSelectors": [
5103
+ {
5104
+ "selector": "TestAgentBriefBindsLauncherContextThatAffectsReportDigest",
5105
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefBindsLauncherContextThatAffectsReportDigest$'"
5106
+ },
5107
+ {
5108
+ "selector": "TestAgentBriefClosesEverySelectedCommandInputReference",
5109
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefClosesEverySelectedCommandInputReference$'"
5110
+ },
5111
+ {
5112
+ "selector": "TestAgentBriefCompactsAtDeclaredByteBoundary",
5113
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefCompactsAtDeclaredByteBoundary$'"
5114
+ },
5115
+ {
5116
+ "selector": "TestAgentBriefIsBoundedAndFullEnvelopeRemainsAvailable",
5117
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefIsBoundedAndFullEnvelopeRemainsAvailable$'"
5118
+ },
5119
+ {
5120
+ "selector": "TestAgentBriefNamesCompleteInputBundleBlocker",
5121
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefNamesCompleteInputBundleBlocker$'"
5122
+ },
5123
+ {
5124
+ "selector": "TestAgentBriefPreservesBlockedRouteOmissionsAndUnknownReportBlockers",
5125
+ "command": "go test ./internal/command/agentroute -run '^TestAgentBriefPreservesBlockedRouteOmissionsAndUnknownReportBlockers$'"
5126
+ },
5127
+ {
5128
+ "selector": "TestBriefBlockerBoundDominatesMapMaterialization",
5129
+ "command": "go test ./internal/command/agentroute -run '^TestBriefBlockerBoundDominatesMapMaterialization$'"
5130
+ },
5131
+ {
5132
+ "selector": "TestBuildEnvelopeCapsBlockersAndCountsOmittedDetails",
5133
+ "command": "go test ./internal/command/agentroute -run '^TestBuildEnvelopeCapsBlockersAndCountsOmittedDetails$'"
5134
+ },
5135
+ {
5136
+ "selector": "TestBuildEnvelopeCompactsOversizedArgvWithoutLosingActionIdentity",
5137
+ "command": "go test ./internal/command/agentroute -run '^TestBuildEnvelopeCompactsOversizedArgvWithoutLosingActionIdentity$'"
5138
+ }
5139
+ ],
5140
+ "commandIds": ["proofkit.go-test"],
5141
+ "environmentClasses": ["local-go"]
5142
+ },
5143
+ {
5144
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5145
+ "scenarioId": "proofkit.spec-proof-core.agent-route-flag-pre-read-admission",
5146
+ "witnessId": "proofkit.agent-route.flag-pre-read-admission-falsifier",
5147
+ "witnessKind": "contract",
5148
+ "witnessPath": "internal/app/app_test.go",
5149
+ "witnessSelectors": [
5150
+ {
5151
+ "selector": "TestAgentRouteModeAdmissionPrecedesInputRead",
5152
+ "command": "go test ./internal/app -run '^TestAgentRouteModeAdmissionPrecedesInputRead$'"
5153
+ }
5154
+ ],
5155
+ "commandIds": ["proofkit.go-test"],
5156
+ "environmentClasses": ["local-go"]
5157
+ },
5158
+ {
5159
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5160
+ "scenarioId": "proofkit.spec-proof-core.agent-route-materialized-ref-admission",
5161
+ "witnessId": "proofkit.agent-route.materialized-ref-falsifier",
5162
+ "witnessKind": "contract",
5163
+ "witnessPath": "internal/command/agentroute/agentroute_test.go",
5164
+ "witnessSelectors": [
5165
+ {
5166
+ "selector": "TestBuildRejectsStdinTransportSentinelAsArtifactReference",
5167
+ "command": "go test ./internal/command/agentroute -run '^TestBuildRejectsStdinTransportSentinelAsArtifactReference$'"
5168
+ }
5169
+ ],
5170
+ "commandIds": ["proofkit.go-test"],
5171
+ "environmentClasses": ["local-go"]
5172
+ },
5173
+ {
5174
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5175
+ "scenarioId": "proofkit.spec-proof-core.agent-route-report-contract-closure",
5176
+ "witnessId": "proofkit.agent-route.report-contract-closure-falsifier",
5177
+ "witnessKind": "contract",
5178
+ "witnessPath": "internal/app/cli_contract_test.go",
5179
+ "witnessSelectors": [
5180
+ {
5181
+ "selector": "TestAgentRouteOutputContractPreservesReportSemantics",
5182
+ "command": "go test ./internal/app -run '^TestAgentRouteOutputContractPreservesReportSemantics$'"
5183
+ }
5184
+ ],
5185
+ "commandIds": ["proofkit.go-test"],
5186
+ "environmentClasses": ["local-go"]
5187
+ },
5188
+ {
5189
+ "requirementId": "REQ-PROOFKIT-SPEC-026",
5190
+ "scenarioId": "proofkit.spec-proof-core.agent-route-brief-version-edge",
5191
+ "witnessId": "proofkit.agent-route-brief.version-edge-falsifier",
5192
+ "witnessKind": "contract",
5193
+ "witnessPath": "internal/app/agent_route_version_edge_test.go",
5194
+ "witnessSelectors": [
5195
+ {
5196
+ "selector": "TestAgentRouteVersionEdgeClosesBriefDefaultMigration",
5197
+ "command": "go test ./internal/app -run '^TestAgentRouteVersionEdgeClosesBriefDefaultMigration$'"
5198
+ }
5199
+ ],
5200
+ "commandIds": ["proofkit.go-test"],
5201
+ "environmentClasses": ["local-go"]
5202
+ },
4910
5203
  {
4911
5204
  "requirementId": "REQ-PROOFKIT-SPEC-023",
4912
5205
  "scenarioId": "proofkit.spec-proof-core.requirement-traceability-topology-closure",
@@ -5067,6 +5360,10 @@
5067
5360
  {
5068
5361
  "selector": "TestGuidanceSlotPredicates",
5069
5362
  "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceSlotPredicates$'"
5363
+ },
5364
+ {
5365
+ "selector": "TestGuidanceReferenceIsCompactAndOwnerBound",
5366
+ "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceReferenceIsCompactAndOwnerBound$'"
5070
5367
  }
5071
5368
  ],
5072
5369
  "commandIds": ["proofkit.go-test"],
@@ -5229,6 +5526,14 @@
5229
5526
  {
5230
5527
  "selector": "TestVerifyRejectsCarrierContractMutations",
5231
5528
  "command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyRejectsCarrierContractMutations$'"
5529
+ },
5530
+ {
5531
+ "selector": "TestRunProcessCustomOutputLimitsAreExact",
5532
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessCustomOutputLimitsAreExact$'"
5533
+ },
5534
+ {
5535
+ "selector": "TestRunProcessRejectsInvalidCustomOutputLimitsBeforeStart",
5536
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessRejectsInvalidCustomOutputLimitsBeforeStart$'"
5232
5537
  }
5233
5538
  ],
5234
5539
  "commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
@@ -5248,6 +5553,262 @@
5248
5553
  ],
5249
5554
  "commandIds": ["proofkit.go-test"],
5250
5555
  "environmentClasses": ["local-go"]
5556
+ },
5557
+ {
5558
+ "requirementId": "REQ-PROOFKIT-SPEC-028",
5559
+ "scenarioId": "proofkit.spec-proof-core.adoption-inventory-boundary",
5560
+ "witnessId": "proofkit.repository-inventory.boundary-falsifier",
5561
+ "witnessKind": "contract",
5562
+ "witnessPath": "internal/command/repositoryinventory/repositoryinventory_test.go",
5563
+ "witnessSelectors": [
5564
+ {
5565
+ "selector": "TestScanProducesBoundedClosedInventory",
5566
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanProducesBoundedClosedInventory$'"
5567
+ },
5568
+ {
5569
+ "selector": "TestScanRejectsRecognizedSymlinkWithoutReadingTarget",
5570
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanRejectsRecognizedSymlinkWithoutReadingTarget$'"
5571
+ },
5572
+ {
5573
+ "selector": "TestScanDoesNotFollowUnknownSymlink",
5574
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanDoesNotFollowUnknownSymlink$'"
5575
+ },
5576
+ {
5577
+ "selector": "TestScanEnforcesPreflightBoundsAndExplicitOmissions",
5578
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanEnforcesPreflightBoundsAndExplicitOmissions$'"
5579
+ },
5580
+ {
5581
+ "selector": "TestUnsupportedPlatformFailsBeforeOpeningRepositoryRoot",
5582
+ "command": "go test ./internal/command/repositoryinventory -run '^TestUnsupportedPlatformFailsBeforeOpeningRepositoryRoot$'"
5583
+ },
5584
+ {
5585
+ "selector": "TestScanPolicyBoundariesAreExact",
5586
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanPolicyBoundariesAreExact$'"
5587
+ },
5588
+ {
5589
+ "selector": "TestInventoryIdentityBindsEverySemanticOperand",
5590
+ "command": "go test ./internal/command/repositoryinventory -run '^TestInventoryIdentityBindsEverySemanticOperand$'"
5591
+ },
5592
+ {
5593
+ "selector": "TestInventoryOutputByteLimitIsExact",
5594
+ "command": "go test ./internal/command/repositoryinventory -run '^TestInventoryOutputByteLimitIsExact$'"
5595
+ },
5596
+ {
5597
+ "selector": "TestCatalogRolePolicyIsExact",
5598
+ "command": "go test ./internal/command/repositoryinventory -run '^TestCatalogRolePolicyIsExact$'"
5599
+ },
5600
+ {
5601
+ "selector": "TestReadRootInventoryClassifiesPartialBatchesWithoutRetainingUnknownNames",
5602
+ "command": "go test ./internal/command/repositoryinventory -run '^TestReadRootInventoryClassifiesPartialBatchesWithoutRetainingUnknownNames$'"
5603
+ }
5604
+ ],
5605
+ "commandIds": ["proofkit.go-test"],
5606
+ "environmentClasses": ["local-go"]
5607
+ },
5608
+ {
5609
+ "requirementId": "REQ-PROOFKIT-SPEC-028",
5610
+ "scenarioId": "proofkit.spec-proof-core.adoption-inventory-nonblocking-open",
5611
+ "witnessId": "proofkit.repository-inventory.nonblocking-open-falsifier",
5612
+ "witnessKind": "technical",
5613
+ "witnessPath": "internal/command/repositoryinventory/fifo_unix_test.go",
5614
+ "witnessSelectors": [
5615
+ {
5616
+ "selector": "TestScanRejectsFIFOReplacementWithoutBlocking",
5617
+ "command": "go test ./internal/command/repositoryinventory -run '^TestScanRejectsFIFOReplacementWithoutBlocking$'"
5618
+ }
5619
+ ],
5620
+ "commandIds": ["proofkit.go-test"],
5621
+ "environmentClasses": ["local-go"]
5622
+ },
5623
+ {
5624
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5625
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-authority-closure",
5626
+ "witnessId": "proofkit.adoption-plan.authority-closure-falsifier",
5627
+ "witnessKind": "contract",
5628
+ "witnessPath": "internal/command/adoptionplan/adoptionplan_test.go",
5629
+ "witnessSelectors": [
5630
+ {
5631
+ "selector": "TestBuildSeparatesAdoptionIntentFromCandidateAuthority",
5632
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildSeparatesAdoptionIntentFromCandidateAuthority$'"
5633
+ },
5634
+ {
5635
+ "selector": "TestBuildStackHintCannotChangeIntentTrustOrTasks",
5636
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildStackHintCannotChangeIntentTrustOrTasks$'"
5637
+ },
5638
+ {
5639
+ "selector": "TestPlanIdentityBindsIntentAndInventory",
5640
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanIdentityBindsIntentAndInventory$'"
5641
+ },
5642
+ {
5643
+ "selector": "TestBuildRejectsUnknownIntentPresetAndForgedInventory",
5644
+ "command": "go test ./internal/command/adoptionplan -run '^TestBuildRejectsUnknownIntentPresetAndForgedInventory$'"
5645
+ },
5646
+ {
5647
+ "selector": "TestPlanWireAdmissionIsDeterministicAndOwnerClosed",
5648
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanWireAdmissionIsDeterministicAndOwnerClosed$'"
5649
+ }
5650
+ ],
5651
+ "commandIds": ["proofkit.go-test"],
5652
+ "environmentClasses": ["local-go"]
5653
+ },
5654
+ {
5655
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5656
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-observational-stack",
5657
+ "witnessId": "proofkit.adoption-plan.observational-stack-falsifier",
5658
+ "witnessKind": "technical",
5659
+ "witnessPath": "internal/command/adoptionplan/repository_classes_test.go",
5660
+ "witnessSelectors": [
5661
+ {
5662
+ "selector": "TestPlanKeepsRepositoryClassesObservationalAndStackNeutral",
5663
+ "command": "go test ./internal/command/adoptionplan -run '^TestPlanKeepsRepositoryClassesObservationalAndStackNeutral$'"
5664
+ }
5665
+ ],
5666
+ "commandIds": ["proofkit.go-test"],
5667
+ "environmentClasses": ["local-go"]
5668
+ },
5669
+ {
5670
+ "requirementId": "REQ-PROOFKIT-SPEC-029",
5671
+ "scenarioId": "proofkit.spec-proof-core.adoption-guidance-reference-closure",
5672
+ "witnessId": "proofkit.adoption-plan.guidance-reference-falsifier",
5673
+ "witnessKind": "contract",
5674
+ "witnessPath": "internal/command/nativeevidenceguidance/guidance_test.go",
5675
+ "witnessSelectors": [
5676
+ {
5677
+ "selector": "TestGuidanceReferenceIsCompactAndOwnerBound",
5678
+ "command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceReferenceIsCompactAndOwnerBound$'"
5679
+ }
5680
+ ],
5681
+ "commandIds": ["proofkit.go-test"],
5682
+ "environmentClasses": ["local-go"]
5683
+ },
5684
+ {
5685
+ "requirementId": "REQ-PROOFKIT-SPEC-030",
5686
+ "scenarioId": "proofkit.spec-proof-core.adoption-plan-presentation-closure",
5687
+ "witnessId": "proofkit.adoption-plan.presentation-closure-falsifier",
5688
+ "witnessKind": "contract",
5689
+ "witnessPath": "internal/command/adoptionplan/adoptionplan_test.go",
5690
+ "witnessSelectors": [
5691
+ {
5692
+ "selector": "TestTextProjectionPreservesJSONPlanSemantics",
5693
+ "command": "go test ./internal/command/adoptionplan -run '^TestTextProjectionPreservesJSONPlanSemantics$'"
5694
+ },
5695
+ {
5696
+ "selector": "TestAdoptionPlanOutputAndTextBoundsAreExact",
5697
+ "command": "go test ./internal/command/adoptionplan -run '^TestAdoptionPlanOutputAndTextBoundsAreExact$'"
5698
+ }
5699
+ ],
5700
+ "commandIds": ["proofkit.go-test"],
5701
+ "environmentClasses": ["local-go"]
5702
+ },
5703
+ {
5704
+ "requirementId": "REQ-PROOFKIT-SPEC-027",
5705
+ "scenarioId": "proofkit.spec-proof-core.adoption-front-door-whole-cli",
5706
+ "witnessId": "proofkit.adoption-front-door.whole-cli-falsifier",
5707
+ "witnessKind": "contract",
5708
+ "witnessPath": "internal/app/adoption_front_door_command_test.go",
5709
+ "witnessSelectors": [
5710
+ {
5711
+ "selector": "TestAdoptionFrontDoorCLI",
5712
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorCLI$'"
5713
+ }
5714
+ ],
5715
+ "commandIds": ["proofkit.command-contract-check", "proofkit.go-test"],
5716
+ "environmentClasses": ["local-go"]
5717
+ },
5718
+ {
5719
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5720
+ "scenarioId": "proofkit.spec-proof-core.command-route-contract-closure",
5721
+ "witnessId": "proofkit.command-route.contract-closure-falsifier",
5722
+ "witnessKind": "contract",
5723
+ "witnessPath": "internal/tools/commandcontractgen/main_test.go",
5724
+ "witnessSelectors": [
5725
+ {
5726
+ "selector": "TestCommandRoutesAreBoundedSafeAndUnambiguous",
5727
+ "command": "go test ./internal/tools/commandcontractgen -run '^TestCommandRoutesAreBoundedSafeAndUnambiguous$'"
5728
+ },
5729
+ {
5730
+ "selector": "TestRenderRejectsIncompleteAndStaleCommandContracts",
5731
+ "command": "go test ./internal/tools/commandcontractgen -run '^TestRenderRejectsIncompleteAndStaleCommandContracts$'"
5732
+ }
5733
+ ],
5734
+ "commandIds": ["proofkit.command-contract-check", "proofkit.go-test"],
5735
+ "environmentClasses": ["local-go"]
5736
+ },
5737
+ {
5738
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5739
+ "scenarioId": "proofkit.spec-proof-core.command-route-generated-adapter",
5740
+ "witnessId": "proofkit.command-route.generated-adapter-falsifier",
5741
+ "witnessKind": "contract",
5742
+ "witnessPath": "internal/command/jsonreportcliadaptersource/json_report_cli_adapter_source_test.go",
5743
+ "witnessSelectors": [
5744
+ {
5745
+ "selector": "TestGeneratedSourceAdmitsBoundedCanonicalCommandRoutes",
5746
+ "command": "go test ./internal/command/jsonreportcliadaptersource -run '^TestGeneratedSourceAdmitsBoundedCanonicalCommandRoutes$'"
5747
+ }
5748
+ ],
5749
+ "commandIds": ["proofkit.go-test"],
5750
+ "environmentClasses": ["local-go"]
5751
+ },
5752
+ {
5753
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5754
+ "scenarioId": "proofkit.spec-proof-core.command-route-installed-contract",
5755
+ "witnessId": "proofkit.command-route.installed-contract-falsifier",
5756
+ "witnessKind": "contract",
5757
+ "witnessPath": "internal/tools/installedclicontract/contract_test.go",
5758
+ "witnessSelectors": [
5759
+ {
5760
+ "selector": "TestAdmitCommandRouteTokenBoundariesAreExact",
5761
+ "command": "go test ./internal/tools/installedclicontract -run '^TestAdmitCommandRouteTokenBoundariesAreExact$'"
5762
+ },
5763
+ {
5764
+ "selector": "TestAdmitRequiresExactCommandRouteGrammarProjection",
5765
+ "command": "go test ./internal/tools/installedclicontract -run '^TestAdmitRequiresExactCommandRouteGrammarProjection$'"
5766
+ }
5767
+ ],
5768
+ "commandIds": ["proofkit.go-test"],
5769
+ "environmentClasses": ["local-go"]
5770
+ },
5771
+ {
5772
+ "requirementId": "REQ-PROOFKIT-SPEC-018",
5773
+ "scenarioId": "proofkit.spec-proof-core.command-route-kernel-owner",
5774
+ "witnessId": "proofkit.command-route.kernel-owner-falsifier",
5775
+ "witnessKind": "contract",
5776
+ "witnessPath": "internal/kernel/commandroute/route_test.go",
5777
+ "witnessSelectors": [
5778
+ {
5779
+ "selector": "TestGrammarBoundariesAreExact",
5780
+ "command": "go test ./internal/kernel/commandroute -run '^TestGrammarBoundariesAreExact$'"
5781
+ },
5782
+ {
5783
+ "selector": "TestParseRequiresCanonicalSeparatorAndRoundTrip",
5784
+ "command": "go test ./internal/kernel/commandroute -run '^TestParseRequiresCanonicalSeparatorAndRoundTrip$'"
5785
+ }
5786
+ ],
5787
+ "commandIds": ["proofkit.go-test"],
5788
+ "environmentClasses": ["local-go"]
5789
+ },
5790
+ {
5791
+ "requirementId": "REQ-PROOFKIT-SPEC-031",
5792
+ "scenarioId": "proofkit.spec-proof-core.adoption-version-edge-closure",
5793
+ "witnessId": "proofkit.adoption-front-door.version-edge-falsifier",
5794
+ "witnessKind": "contract",
5795
+ "witnessPath": "internal/app/adoption_front_door_version_edge_test.go",
5796
+ "witnessSelectors": [
5797
+ {
5798
+ "selector": "TestAdoptionFrontDoorVersionEdgeClosesInitRetirement",
5799
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorVersionEdgeClosesInitRetirement$'"
5800
+ },
5801
+ {
5802
+ "selector": "TestAdoptionFrontDoorVersionEdgeRejectsDigestBoundInventoryContradiction",
5803
+ "command": "go test ./internal/app -run '^TestAdoptionFrontDoorVersionEdgeRejectsDigestBoundInventoryContradiction$'"
5804
+ },
5805
+ {
5806
+ "selector": "TestRetiredInitRouteHasNoPublicDispatcher",
5807
+ "command": "go test ./internal/app -run '^TestRetiredInitRouteHasNoPublicDispatcher$'"
5808
+ }
5809
+ ],
5810
+ "commandIds": ["proofkit.go-test"],
5811
+ "environmentClasses": ["local-go"]
5251
5812
  }
5252
5813
  ],
5253
5814
  "witnessCommands": [