@research-engineering/agentic-proofkit 0.9.0 → 0.10.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 +61 -0
- package/NON_CLAIMS.md +18 -0
- 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 +2 -0
- package/docs/specs/proofkit-agent-workflow/overview.md +45 -0
- package/docs/specs/proofkit-agent-workflow/requirements.v1.json +51 -0
- package/package.json +1 -1
- package/proofkit/cli-contract.v2.json +427 -27
- package/proofkit/command-families.v1.json +9 -0
- package/proofkit/requirement-bindings.json +451 -0
|
@@ -907,6 +907,42 @@
|
|
|
907
907
|
"CLI surface closure does not prove registry publication, provider ingestion, consumer migration, native witness truth, rollout, or production readiness.",
|
|
908
908
|
"Cancellation racing after the final pre-emission checkpoint cannot retract bytes subsequently accepted by an external writer."
|
|
909
909
|
]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-016",
|
|
913
|
+
"ownerId": "proofkit.agent-workflow",
|
|
914
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
915
|
+
"claimLevel": "blocking",
|
|
916
|
+
"proofState": "witness_backed",
|
|
917
|
+
"nonClaims": [
|
|
918
|
+
"Byte budgets do not prove tokenizer-specific token cost or model behavior.",
|
|
919
|
+
"Materialization identity binds consumed registered invocation contracts, not complete schemas or every transitive native semantic behavior.",
|
|
920
|
+
"Generation does not install instructions, activate a host skill, grant permissions, authorize execution, or prove native verification."
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
925
|
+
"ownerId": "proofkit.agent-workflow",
|
|
926
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
927
|
+
"claimLevel": "blocking",
|
|
928
|
+
"proofState": "witness_backed",
|
|
929
|
+
"nonClaims": [
|
|
930
|
+
"Current means exact generated-byte freshness only, not installation, host activation, approved-launcher invocation, native execution, semantic proof completion, or stability after return.",
|
|
931
|
+
"Application-write-free inspection does not prevent filesystem-owned read metadata updates, exclude an uncooperative same-user writer, or identify unread oversized-file bytes beyond the bounded observation."
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
936
|
+
"ownerId": "proofkit.agent-workflow",
|
|
937
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
938
|
+
"claimLevel": "blocking",
|
|
939
|
+
"proofState": "witness_backed",
|
|
940
|
+
"nonClaims": [
|
|
941
|
+
"Witness selectors declare exact verification routes, not executed or passed proof; installed npm/Python integration witnesses and final frozen-tree closure require actual execution against the named source and artifacts.",
|
|
942
|
+
"Installed CLI behavior does not prove native-host file discovery, body loading, approved-launcher calls, registry publication, consumer migration, or host instruction revocation after file removal.",
|
|
943
|
+
"Cancellation after the final pre-emission checkpoint cannot retract accepted output, and a caller-provided writer that accepts a prefix before failure is not an atomic sink.",
|
|
944
|
+
"Phase5A is generation/check only, not managed installation, update, removal, host activation, permission grant, semantic full proof, merge approval, or production readiness."
|
|
945
|
+
]
|
|
910
946
|
}
|
|
911
947
|
],
|
|
912
948
|
"bindings": [
|
|
@@ -6631,6 +6667,421 @@
|
|
|
6631
6667
|
],
|
|
6632
6668
|
"commandIds": ["proofkit.go-test"],
|
|
6633
6669
|
"environmentClasses": ["local-go"]
|
|
6670
|
+
},
|
|
6671
|
+
{
|
|
6672
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-016",
|
|
6673
|
+
"scenarioId": "proofkit.agent-workflow.integration-capability-and-carrier-identity",
|
|
6674
|
+
"witnessId": "proofkit.agent-integration.capability-and-carrier-identity-falsifier",
|
|
6675
|
+
"witnessKind": "contract",
|
|
6676
|
+
"witnessPath": "internal/app/agent_integration_command_test.go",
|
|
6677
|
+
"witnessSelectors": [
|
|
6678
|
+
{
|
|
6679
|
+
"selector": "TestIntegrationCapabilityIdentityScope",
|
|
6680
|
+
"command": "go test ./internal/app -run '^TestIntegrationCapabilityIdentityScope$'"
|
|
6681
|
+
},
|
|
6682
|
+
{
|
|
6683
|
+
"selector": "TestIntegrationSourcesAreCarrierIndependent",
|
|
6684
|
+
"command": "go test ./internal/app -run '^TestIntegrationSourcesAreCarrierIndependent$'"
|
|
6685
|
+
}
|
|
6686
|
+
],
|
|
6687
|
+
"commandIds": [
|
|
6688
|
+
"proofkit.go-test"
|
|
6689
|
+
],
|
|
6690
|
+
"environmentClasses": [
|
|
6691
|
+
"local-go"
|
|
6692
|
+
]
|
|
6693
|
+
},
|
|
6694
|
+
{
|
|
6695
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-016",
|
|
6696
|
+
"scenarioId": "proofkit.agent-workflow.integration-portable-source",
|
|
6697
|
+
"witnessId": "proofkit.agent-integration.portable-source-falsifier",
|
|
6698
|
+
"witnessKind": "contract",
|
|
6699
|
+
"witnessPath": "internal/command/agentintegration/source_test.go",
|
|
6700
|
+
"witnessSelectors": [
|
|
6701
|
+
{
|
|
6702
|
+
"selector": "TestSourceBindsPortableConsumedContracts",
|
|
6703
|
+
"command": "go test ./internal/command/agentintegration -run '^TestSourceBindsPortableConsumedContracts$'"
|
|
6704
|
+
},
|
|
6705
|
+
{
|
|
6706
|
+
"selector": "TestSourceRejectsUnboundCapabilities",
|
|
6707
|
+
"command": "go test ./internal/command/agentintegration -run '^TestSourceRejectsUnboundCapabilities$'"
|
|
6708
|
+
}
|
|
6709
|
+
],
|
|
6710
|
+
"commandIds": [
|
|
6711
|
+
"proofkit.go-test"
|
|
6712
|
+
],
|
|
6713
|
+
"environmentClasses": [
|
|
6714
|
+
"local-go"
|
|
6715
|
+
]
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
6719
|
+
"scenarioId": "proofkit.agent-workflow.integration-bounded-read-only-classification",
|
|
6720
|
+
"witnessId": "proofkit.agent-integration.bounded-read-only-classification-falsifier",
|
|
6721
|
+
"witnessKind": "contract",
|
|
6722
|
+
"witnessPath": "internal/command/agentintegration/check_test.go",
|
|
6723
|
+
"witnessSelectors": [
|
|
6724
|
+
{
|
|
6725
|
+
"selector": "TestCheckInvalidRootsAreOperationErrors",
|
|
6726
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckInvalidRootsAreOperationErrors$'"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"selector": "TestCheckPortableAliasesAreOperationErrors",
|
|
6730
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckPortableAliasesAreOperationErrors$'"
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"selector": "TestCheckProjectionHasOnlyAdmittedFields",
|
|
6734
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckProjectionHasOnlyAdmittedFields$'"
|
|
6735
|
+
},
|
|
6736
|
+
{
|
|
6737
|
+
"selector": "TestCheckRejectsEverySymlinkComponentWithoutFollowing",
|
|
6738
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckRejectsEverySymlinkComponentWithoutFollowing$'"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"selector": "TestCheckRejectsZeroDocumentBeforeInspection",
|
|
6742
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckRejectsZeroDocumentBeforeInspection$'"
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"selector": "TestCheckStatesAreReadOnlyAndPrivate",
|
|
6746
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckStatesAreReadOnlyAndPrivate$'"
|
|
6747
|
+
},
|
|
6748
|
+
{
|
|
6749
|
+
"selector": "TestCheckUsesOneLeaseAndStrictReadBounds",
|
|
6750
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckUsesOneLeaseAndStrictReadBounds$'"
|
|
6751
|
+
}
|
|
6752
|
+
],
|
|
6753
|
+
"commandIds": [
|
|
6754
|
+
"proofkit.go-test"
|
|
6755
|
+
],
|
|
6756
|
+
"environmentClasses": [
|
|
6757
|
+
"local-go"
|
|
6758
|
+
]
|
|
6759
|
+
},
|
|
6760
|
+
{
|
|
6761
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
6762
|
+
"scenarioId": "proofkit.agent-workflow.integration-fifo-denial",
|
|
6763
|
+
"witnessId": "proofkit.agent-integration.fifo-denial-falsifier",
|
|
6764
|
+
"witnessKind": "contract",
|
|
6765
|
+
"witnessPath": "internal/command/agentintegration/check_unix_test.go",
|
|
6766
|
+
"witnessSelectors": [
|
|
6767
|
+
{
|
|
6768
|
+
"selector": "TestCheckFIFONeverRead",
|
|
6769
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckFIFONeverRead$'"
|
|
6770
|
+
}
|
|
6771
|
+
],
|
|
6772
|
+
"commandIds": [
|
|
6773
|
+
"proofkit.go-test"
|
|
6774
|
+
],
|
|
6775
|
+
"environmentClasses": [
|
|
6776
|
+
"local-go"
|
|
6777
|
+
]
|
|
6778
|
+
},
|
|
6779
|
+
{
|
|
6780
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
6781
|
+
"scenarioId": "proofkit.agent-workflow.integration-operational-failure-and-cohort",
|
|
6782
|
+
"witnessId": "proofkit.agent-integration.operational-failure-and-cohort-falsifier",
|
|
6783
|
+
"witnessKind": "contract",
|
|
6784
|
+
"witnessPath": "internal/command/agentintegration/check_test.go",
|
|
6785
|
+
"witnessSelectors": [
|
|
6786
|
+
{
|
|
6787
|
+
"selector": "TestCheckCancellationBeforeAndAfterObservation",
|
|
6788
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckCancellationBeforeAndAfterObservation$'"
|
|
6789
|
+
},
|
|
6790
|
+
{
|
|
6791
|
+
"selector": "TestCheckCleanupFailureInvalidatesEveryState",
|
|
6792
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckCleanupFailureInvalidatesEveryState$'"
|
|
6793
|
+
},
|
|
6794
|
+
{
|
|
6795
|
+
"selector": "TestCheckDetectsChangesWithinAnObservation",
|
|
6796
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckDetectsChangesWithinAnObservation$'"
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"selector": "TestCheckFileIOAndCleanupFailures",
|
|
6800
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckFileIOAndCleanupFailures$'"
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"selector": "TestCheckOpenErrorsAreNotMissingOrInvalid",
|
|
6804
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckOpenErrorsAreNotMissingOrInvalid$'"
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"selector": "TestCheckPermissionDeniedIsNotMissing",
|
|
6808
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckPermissionDeniedIsNotMissing$'"
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"selector": "TestCheckReobservesBytesStateAndOpenedIdentityIndependently",
|
|
6812
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckReobservesBytesStateAndOpenedIdentityIndependently$'"
|
|
6813
|
+
},
|
|
6814
|
+
{
|
|
6815
|
+
"selector": "TestCheckRouteWitnessIgnoresUnrelatedSiblingWrites",
|
|
6816
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckRouteWitnessIgnoresUnrelatedSiblingWrites$'"
|
|
6817
|
+
},
|
|
6818
|
+
{
|
|
6819
|
+
"selector": "TestCheckRouteWitnessRejectsZeroInEveryState",
|
|
6820
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckRouteWitnessRejectsZeroInEveryState$'"
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
"selector": "TestCheckVerifiesRootAfterBothObservations",
|
|
6824
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckVerifiesRootAfterBothObservations$'"
|
|
6825
|
+
}
|
|
6826
|
+
],
|
|
6827
|
+
"commandIds": [
|
|
6828
|
+
"proofkit.go-test"
|
|
6829
|
+
],
|
|
6830
|
+
"environmentClasses": [
|
|
6831
|
+
"local-go"
|
|
6832
|
+
]
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
6836
|
+
"scenarioId": "proofkit.agent-workflow.integration-pre-io-cli-admission",
|
|
6837
|
+
"witnessId": "proofkit.agent-integration.pre-io-cli-admission-falsifier",
|
|
6838
|
+
"witnessKind": "contract",
|
|
6839
|
+
"witnessPath": "internal/app/agent_integration_command_test.go",
|
|
6840
|
+
"witnessSelectors": [
|
|
6841
|
+
{
|
|
6842
|
+
"selector": "TestIntegrationCheckCLI",
|
|
6843
|
+
"command": "go test ./internal/app -run '^TestIntegrationCheckCLI$'"
|
|
6844
|
+
}
|
|
6845
|
+
],
|
|
6846
|
+
"commandIds": [
|
|
6847
|
+
"proofkit.go-test"
|
|
6848
|
+
],
|
|
6849
|
+
"environmentClasses": [
|
|
6850
|
+
"local-go"
|
|
6851
|
+
]
|
|
6852
|
+
},
|
|
6853
|
+
{
|
|
6854
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6855
|
+
"scenarioId": "proofkit.agent-workflow.integration-contract-and-route-closure",
|
|
6856
|
+
"witnessId": "proofkit.agent-integration.contract-and-route-closure-falsifier",
|
|
6857
|
+
"witnessKind": "contract",
|
|
6858
|
+
"witnessPath": "internal/app/cli_contract_test.go",
|
|
6859
|
+
"witnessSelectors": [
|
|
6860
|
+
{
|
|
6861
|
+
"selector": "TestCLIContractMatchesDispatcherAndHelp",
|
|
6862
|
+
"command": "go test ./internal/app -run '^TestCLIContractMatchesDispatcherAndHelp$'"
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"selector": "TestCLIContractsAreCompleteGeneratedAndWitnessBound",
|
|
6866
|
+
"command": "go test ./internal/app -run '^TestCLIContractsAreCompleteGeneratedAndWitnessBound$'"
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"selector": "TestContractMapDecisionTreeHasThreeCells",
|
|
6870
|
+
"command": "go test ./internal/app -run '^TestContractMapDecisionTreeHasThreeCells$'"
|
|
6871
|
+
}
|
|
6872
|
+
],
|
|
6873
|
+
"commandIds": [
|
|
6874
|
+
"proofkit.command-contract-check",
|
|
6875
|
+
"proofkit.go-test"
|
|
6876
|
+
],
|
|
6877
|
+
"environmentClasses": [
|
|
6878
|
+
"local-go"
|
|
6879
|
+
]
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6883
|
+
"scenarioId": "proofkit.agent-workflow.integration-public-cli",
|
|
6884
|
+
"witnessId": "proofkit.agent-integration.public-cli-falsifier",
|
|
6885
|
+
"witnessKind": "contract",
|
|
6886
|
+
"witnessPath": "internal/app/agent_integration_command_test.go",
|
|
6887
|
+
"witnessSelectors": [
|
|
6888
|
+
{
|
|
6889
|
+
"selector": "TestIntegrationCancellationBeforeOutput",
|
|
6890
|
+
"command": "go test ./internal/app -run '^TestIntegrationCancellationBeforeOutput$'"
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"selector": "TestIntegrationCheckCLI",
|
|
6894
|
+
"command": "go test ./internal/app -run '^TestIntegrationCheckCLI$'"
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"selector": "TestIntegrationCommandsExactRootShapes",
|
|
6898
|
+
"command": "go test ./internal/app -run '^TestIntegrationCommandsExactRootShapes$'"
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"selector": "TestIntegrationSourceCLI",
|
|
6902
|
+
"command": "go test ./internal/app -run '^TestIntegrationSourceCLI$'"
|
|
6903
|
+
}
|
|
6904
|
+
],
|
|
6905
|
+
"commandIds": [
|
|
6906
|
+
"proofkit.go-test"
|
|
6907
|
+
],
|
|
6908
|
+
"environmentClasses": [
|
|
6909
|
+
"local-go"
|
|
6910
|
+
]
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6914
|
+
"scenarioId": "proofkit.agent-workflow.integration-installed-carriers",
|
|
6915
|
+
"witnessId": "proofkit.agent-integration.installed-carriers-falsifier",
|
|
6916
|
+
"witnessKind": "contract",
|
|
6917
|
+
"witnessPath": "internal/tools/workflowsmoke/workflow_smoke_test.go",
|
|
6918
|
+
"witnessSelectors": [
|
|
6919
|
+
{
|
|
6920
|
+
"selector": "TestVerifyAcceptsApplicationCLI",
|
|
6921
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyAcceptsApplicationCLI$'"
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
"selector": "TestVerifyRejectsCarrierContractMutations",
|
|
6925
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyRejectsCarrierContractMutations$'"
|
|
6926
|
+
}
|
|
6927
|
+
],
|
|
6928
|
+
"commandIds": [
|
|
6929
|
+
"proofkit.go-test",
|
|
6930
|
+
"proofkit.package-artifact"
|
|
6931
|
+
],
|
|
6932
|
+
"environmentClasses": [
|
|
6933
|
+
"local-go",
|
|
6934
|
+
"local-go-python"
|
|
6935
|
+
]
|
|
6936
|
+
},
|
|
6937
|
+
{
|
|
6938
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6939
|
+
"scenarioId": "proofkit.agent-workflow.integration-installed-npm-carrier-closure",
|
|
6940
|
+
"witnessId": "proofkit.agent-integration.installed-npm-carrier-closure-falsifier",
|
|
6941
|
+
"witnessKind": "contract",
|
|
6942
|
+
"witnessPath": "internal/tools/packageverify/workflow_carrier_test.go",
|
|
6943
|
+
"witnessSelectors": [
|
|
6944
|
+
{
|
|
6945
|
+
"selector": "TestInstalledNPMWorkflowCarrierClosure",
|
|
6946
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMWorkflowCarrierClosure$'"
|
|
6947
|
+
}
|
|
6948
|
+
],
|
|
6949
|
+
"commandIds": [
|
|
6950
|
+
"proofkit.go-test"
|
|
6951
|
+
],
|
|
6952
|
+
"environmentClasses": [
|
|
6953
|
+
"local-go"
|
|
6954
|
+
]
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6958
|
+
"scenarioId": "proofkit.agent-workflow.integration-installed-wheel-carrier-closure",
|
|
6959
|
+
"witnessId": "proofkit.agent-integration.installed-wheel-carrier-closure-falsifier",
|
|
6960
|
+
"witnessKind": "contract",
|
|
6961
|
+
"witnessPath": "internal/tools/pythonpackage/workflow_carrier_test.go",
|
|
6962
|
+
"witnessSelectors": [
|
|
6963
|
+
{
|
|
6964
|
+
"selector": "TestInstalledPythonWorkflowCarrierClosure",
|
|
6965
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonWorkflowCarrierClosure$'"
|
|
6966
|
+
}
|
|
6967
|
+
],
|
|
6968
|
+
"commandIds": [
|
|
6969
|
+
"proofkit.go-test"
|
|
6970
|
+
],
|
|
6971
|
+
"environmentClasses": [
|
|
6972
|
+
"local-go"
|
|
6973
|
+
]
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6977
|
+
"scenarioId": "proofkit.agent-workflow.integration-version-edge",
|
|
6978
|
+
"witnessId": "proofkit.agent-integration.version-edge-falsifier",
|
|
6979
|
+
"witnessKind": "contract",
|
|
6980
|
+
"witnessPath": "internal/app/integration_version_edge_test.go",
|
|
6981
|
+
"witnessSelectors": [
|
|
6982
|
+
{
|
|
6983
|
+
"selector": "TestIntegrationVersionEdgeClosesCompletePublicABIDiff",
|
|
6984
|
+
"command": "go test ./internal/app -run '^TestIntegrationVersionEdgeClosesCompletePublicABIDiff$'"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
6987
|
+
"commandIds": [
|
|
6988
|
+
"proofkit.go-test"
|
|
6989
|
+
],
|
|
6990
|
+
"environmentClasses": [
|
|
6991
|
+
"local-go"
|
|
6992
|
+
]
|
|
6993
|
+
},
|
|
6994
|
+
{
|
|
6995
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-018",
|
|
6996
|
+
"scenarioId": "proofkit.agent-workflow.integration-public-abi-mutations",
|
|
6997
|
+
"witnessId": "proofkit.agent-integration.public-abi-mutations-falsifier",
|
|
6998
|
+
"witnessKind": "contract",
|
|
6999
|
+
"witnessPath": "internal/app/public_abi_mutation_test.go",
|
|
7000
|
+
"witnessSelectors": [
|
|
7001
|
+
{
|
|
7002
|
+
"selector": "TestIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift",
|
|
7003
|
+
"command": "go test ./internal/app -run '^TestIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift$'"
|
|
7004
|
+
}
|
|
7005
|
+
],
|
|
7006
|
+
"commandIds": [
|
|
7007
|
+
"proofkit.go-test"
|
|
7008
|
+
],
|
|
7009
|
+
"environmentClasses": [
|
|
7010
|
+
"local-go"
|
|
7011
|
+
]
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
7015
|
+
"scenarioId": "proofkit.agent-workflow.integration-complete-route-reobservation",
|
|
7016
|
+
"witnessId": "proofkit.agent-integration.complete-route-reobservation-falsifier",
|
|
7017
|
+
"witnessKind": "contract",
|
|
7018
|
+
"witnessPath": "internal/command/agentintegration/check_unix_test.go",
|
|
7019
|
+
"witnessSelectors": [
|
|
7020
|
+
{
|
|
7021
|
+
"selector": "TestCheckReobservesCompleteRoute",
|
|
7022
|
+
"command": "go test ./internal/command/agentintegration -run '^TestCheckReobservesCompleteRoute$'"
|
|
7023
|
+
}
|
|
7024
|
+
],
|
|
7025
|
+
"commandIds": [
|
|
7026
|
+
"proofkit.go-test"
|
|
7027
|
+
],
|
|
7028
|
+
"environmentClasses": [
|
|
7029
|
+
"local-go"
|
|
7030
|
+
]
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
7034
|
+
"scenarioId": "proofkit.agent-workflow.integration-inspection-route-capability",
|
|
7035
|
+
"witnessId": "proofkit.agent-integration.inspection-route-capability-falsifier",
|
|
7036
|
+
"witnessKind": "contract",
|
|
7037
|
+
"witnessPath": "internal/kernel/repositorytransaction/control_inspection_test.go",
|
|
7038
|
+
"witnessSelectors": [
|
|
7039
|
+
{
|
|
7040
|
+
"selector": "TestInspectionLeaseObservedOpenPreservesWitnessAndReadCapability",
|
|
7041
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestInspectionLeaseObservedOpenPreservesWitnessAndReadCapability$'"
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"selector": "TestInspectionLeaseObservedRouteBindsRootAndMissingPosition",
|
|
7045
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestInspectionLeaseObservedRouteBindsRootAndMissingPosition$'"
|
|
7046
|
+
}
|
|
7047
|
+
],
|
|
7048
|
+
"commandIds": [
|
|
7049
|
+
"proofkit.go-test"
|
|
7050
|
+
],
|
|
7051
|
+
"environmentClasses": [
|
|
7052
|
+
"local-go"
|
|
7053
|
+
]
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-017",
|
|
7057
|
+
"scenarioId": "proofkit.agent-workflow.integration-opaque-route-observation",
|
|
7058
|
+
"witnessId": "proofkit.agent-integration.opaque-route-observation-falsifier",
|
|
7059
|
+
"witnessKind": "contract",
|
|
7060
|
+
"witnessPath": "internal/kernel/rootpath/observation_unix_test.go",
|
|
7061
|
+
"witnessSelectors": [
|
|
7062
|
+
{
|
|
7063
|
+
"selector": "TestObservedOpenBindsRealRouteChangesWithoutSiblingMetadata",
|
|
7064
|
+
"command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenBindsRealRouteChangesWithoutSiblingMetadata$'"
|
|
7065
|
+
},
|
|
7066
|
+
{
|
|
7067
|
+
"selector": "TestObservedOpenPreservesLegacyResultsAndPrivateWitness",
|
|
7068
|
+
"command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenPreservesLegacyResultsAndPrivateWitness$'"
|
|
7069
|
+
},
|
|
7070
|
+
{
|
|
7071
|
+
"selector": "TestObservedOpenRejectsAdmissionModeDriftAndCleanup",
|
|
7072
|
+
"command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenRejectsAdmissionModeDriftAndCleanup$'"
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"selector": "TestRouteObservationEqualityBindsEveryOperand",
|
|
7076
|
+
"command": "go test ./internal/kernel/rootpath -run '^TestRouteObservationEqualityBindsEveryOperand$'"
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
7079
|
+
"commandIds": [
|
|
7080
|
+
"proofkit.go-test"
|
|
7081
|
+
],
|
|
7082
|
+
"environmentClasses": [
|
|
7083
|
+
"local-go"
|
|
7084
|
+
]
|
|
6634
7085
|
}
|
|
6635
7086
|
],
|
|
6636
7087
|
"witnessCommands": [
|