@research-engineering/agentic-proofkit 0.9.0 → 0.10.1

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.
@@ -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": [
@@ -6055,6 +6091,37 @@
6055
6091
  "commandIds": ["proofkit.go-test"],
6056
6092
  "environmentClasses": ["local-go"]
6057
6093
  },
6094
+ {
6095
+ "requirementId": "REQ-PROOFKIT-SPEC-033",
6096
+ "scenarioId": "proofkit.spec-proof-core.repository-transaction-native-construction",
6097
+ "witnessId": "proofkit.repository-transaction.native-construction-falsifier",
6098
+ "witnessKind": "contract",
6099
+ "witnessPath": "internal/kernel/repositorytransaction/construction_test.go",
6100
+ "witnessSelectors": [
6101
+ {
6102
+ "selector": "TestPlanConstructionRejectsPublicFieldTransplant",
6103
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionRejectsPublicFieldTransplant$'"
6104
+ },
6105
+ {
6106
+ "selector": "TestPlanConstructionRetainsIndependentExecutionChecks",
6107
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionRetainsIndependentExecutionChecks$'"
6108
+ },
6109
+ {
6110
+ "selector": "TestPlanConstructionSurvivesOnlyNativeCopies",
6111
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionSurvivesOnlyNativeCopies$'"
6112
+ },
6113
+ {
6114
+ "selector": "TestRecoveryDoesNotRequirePublicPlanConstruction",
6115
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoveryDoesNotRequirePublicPlanConstruction$'"
6116
+ }
6117
+ ],
6118
+ "commandIds": [
6119
+ "proofkit.go-test"
6120
+ ],
6121
+ "environmentClasses": [
6122
+ "local-go"
6123
+ ]
6124
+ },
6058
6125
  {
6059
6126
  "requirementId": "REQ-PROOFKIT-SPEC-033",
6060
6127
  "scenarioId": "proofkit.spec-proof-core.repository-transaction-terminal-state",
@@ -6631,6 +6698,421 @@
6631
6698
  ],
6632
6699
  "commandIds": ["proofkit.go-test"],
6633
6700
  "environmentClasses": ["local-go"]
6701
+ },
6702
+ {
6703
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-016",
6704
+ "scenarioId": "proofkit.agent-workflow.integration-capability-and-carrier-identity",
6705
+ "witnessId": "proofkit.agent-integration.capability-and-carrier-identity-falsifier",
6706
+ "witnessKind": "contract",
6707
+ "witnessPath": "internal/app/agent_integration_command_test.go",
6708
+ "witnessSelectors": [
6709
+ {
6710
+ "selector": "TestIntegrationCapabilityIdentityScope",
6711
+ "command": "go test ./internal/app -run '^TestIntegrationCapabilityIdentityScope$'"
6712
+ },
6713
+ {
6714
+ "selector": "TestIntegrationSourcesAreCarrierIndependent",
6715
+ "command": "go test ./internal/app -run '^TestIntegrationSourcesAreCarrierIndependent$'"
6716
+ }
6717
+ ],
6718
+ "commandIds": [
6719
+ "proofkit.go-test"
6720
+ ],
6721
+ "environmentClasses": [
6722
+ "local-go"
6723
+ ]
6724
+ },
6725
+ {
6726
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-016",
6727
+ "scenarioId": "proofkit.agent-workflow.integration-portable-source",
6728
+ "witnessId": "proofkit.agent-integration.portable-source-falsifier",
6729
+ "witnessKind": "contract",
6730
+ "witnessPath": "internal/command/agentintegration/source_test.go",
6731
+ "witnessSelectors": [
6732
+ {
6733
+ "selector": "TestSourceBindsPortableConsumedContracts",
6734
+ "command": "go test ./internal/command/agentintegration -run '^TestSourceBindsPortableConsumedContracts$'"
6735
+ },
6736
+ {
6737
+ "selector": "TestSourceRejectsUnboundCapabilities",
6738
+ "command": "go test ./internal/command/agentintegration -run '^TestSourceRejectsUnboundCapabilities$'"
6739
+ }
6740
+ ],
6741
+ "commandIds": [
6742
+ "proofkit.go-test"
6743
+ ],
6744
+ "environmentClasses": [
6745
+ "local-go"
6746
+ ]
6747
+ },
6748
+ {
6749
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
6750
+ "scenarioId": "proofkit.agent-workflow.integration-bounded-read-only-classification",
6751
+ "witnessId": "proofkit.agent-integration.bounded-read-only-classification-falsifier",
6752
+ "witnessKind": "contract",
6753
+ "witnessPath": "internal/command/agentintegration/check_test.go",
6754
+ "witnessSelectors": [
6755
+ {
6756
+ "selector": "TestCheckInvalidRootsAreOperationErrors",
6757
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckInvalidRootsAreOperationErrors$'"
6758
+ },
6759
+ {
6760
+ "selector": "TestCheckPortableAliasesAreOperationErrors",
6761
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckPortableAliasesAreOperationErrors$'"
6762
+ },
6763
+ {
6764
+ "selector": "TestCheckProjectionHasOnlyAdmittedFields",
6765
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckProjectionHasOnlyAdmittedFields$'"
6766
+ },
6767
+ {
6768
+ "selector": "TestCheckRejectsEverySymlinkComponentWithoutFollowing",
6769
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckRejectsEverySymlinkComponentWithoutFollowing$'"
6770
+ },
6771
+ {
6772
+ "selector": "TestCheckRejectsZeroDocumentBeforeInspection",
6773
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckRejectsZeroDocumentBeforeInspection$'"
6774
+ },
6775
+ {
6776
+ "selector": "TestCheckStatesAreReadOnlyAndPrivate",
6777
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckStatesAreReadOnlyAndPrivate$'"
6778
+ },
6779
+ {
6780
+ "selector": "TestCheckUsesOneLeaseAndStrictReadBounds",
6781
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckUsesOneLeaseAndStrictReadBounds$'"
6782
+ }
6783
+ ],
6784
+ "commandIds": [
6785
+ "proofkit.go-test"
6786
+ ],
6787
+ "environmentClasses": [
6788
+ "local-go"
6789
+ ]
6790
+ },
6791
+ {
6792
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
6793
+ "scenarioId": "proofkit.agent-workflow.integration-fifo-denial",
6794
+ "witnessId": "proofkit.agent-integration.fifo-denial-falsifier",
6795
+ "witnessKind": "contract",
6796
+ "witnessPath": "internal/command/agentintegration/check_unix_test.go",
6797
+ "witnessSelectors": [
6798
+ {
6799
+ "selector": "TestCheckFIFONeverRead",
6800
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckFIFONeverRead$'"
6801
+ }
6802
+ ],
6803
+ "commandIds": [
6804
+ "proofkit.go-test"
6805
+ ],
6806
+ "environmentClasses": [
6807
+ "local-go"
6808
+ ]
6809
+ },
6810
+ {
6811
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
6812
+ "scenarioId": "proofkit.agent-workflow.integration-operational-failure-and-cohort",
6813
+ "witnessId": "proofkit.agent-integration.operational-failure-and-cohort-falsifier",
6814
+ "witnessKind": "contract",
6815
+ "witnessPath": "internal/command/agentintegration/check_test.go",
6816
+ "witnessSelectors": [
6817
+ {
6818
+ "selector": "TestCheckCancellationBeforeAndAfterObservation",
6819
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckCancellationBeforeAndAfterObservation$'"
6820
+ },
6821
+ {
6822
+ "selector": "TestCheckCleanupFailureInvalidatesEveryState",
6823
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckCleanupFailureInvalidatesEveryState$'"
6824
+ },
6825
+ {
6826
+ "selector": "TestCheckDetectsChangesWithinAnObservation",
6827
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckDetectsChangesWithinAnObservation$'"
6828
+ },
6829
+ {
6830
+ "selector": "TestCheckFileIOAndCleanupFailures",
6831
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckFileIOAndCleanupFailures$'"
6832
+ },
6833
+ {
6834
+ "selector": "TestCheckOpenErrorsAreNotMissingOrInvalid",
6835
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckOpenErrorsAreNotMissingOrInvalid$'"
6836
+ },
6837
+ {
6838
+ "selector": "TestCheckPermissionDeniedIsNotMissing",
6839
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckPermissionDeniedIsNotMissing$'"
6840
+ },
6841
+ {
6842
+ "selector": "TestCheckReobservesBytesStateAndOpenedIdentityIndependently",
6843
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckReobservesBytesStateAndOpenedIdentityIndependently$'"
6844
+ },
6845
+ {
6846
+ "selector": "TestCheckRouteWitnessIgnoresUnrelatedSiblingWrites",
6847
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckRouteWitnessIgnoresUnrelatedSiblingWrites$'"
6848
+ },
6849
+ {
6850
+ "selector": "TestCheckRouteWitnessRejectsZeroInEveryState",
6851
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckRouteWitnessRejectsZeroInEveryState$'"
6852
+ },
6853
+ {
6854
+ "selector": "TestCheckVerifiesRootAfterBothObservations",
6855
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckVerifiesRootAfterBothObservations$'"
6856
+ }
6857
+ ],
6858
+ "commandIds": [
6859
+ "proofkit.go-test"
6860
+ ],
6861
+ "environmentClasses": [
6862
+ "local-go"
6863
+ ]
6864
+ },
6865
+ {
6866
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
6867
+ "scenarioId": "proofkit.agent-workflow.integration-pre-io-cli-admission",
6868
+ "witnessId": "proofkit.agent-integration.pre-io-cli-admission-falsifier",
6869
+ "witnessKind": "contract",
6870
+ "witnessPath": "internal/app/agent_integration_command_test.go",
6871
+ "witnessSelectors": [
6872
+ {
6873
+ "selector": "TestIntegrationCheckCLI",
6874
+ "command": "go test ./internal/app -run '^TestIntegrationCheckCLI$'"
6875
+ }
6876
+ ],
6877
+ "commandIds": [
6878
+ "proofkit.go-test"
6879
+ ],
6880
+ "environmentClasses": [
6881
+ "local-go"
6882
+ ]
6883
+ },
6884
+ {
6885
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
6886
+ "scenarioId": "proofkit.agent-workflow.integration-contract-and-route-closure",
6887
+ "witnessId": "proofkit.agent-integration.contract-and-route-closure-falsifier",
6888
+ "witnessKind": "contract",
6889
+ "witnessPath": "internal/app/cli_contract_test.go",
6890
+ "witnessSelectors": [
6891
+ {
6892
+ "selector": "TestCLIContractMatchesDispatcherAndHelp",
6893
+ "command": "go test ./internal/app -run '^TestCLIContractMatchesDispatcherAndHelp$'"
6894
+ },
6895
+ {
6896
+ "selector": "TestCLIContractsAreCompleteGeneratedAndWitnessBound",
6897
+ "command": "go test ./internal/app -run '^TestCLIContractsAreCompleteGeneratedAndWitnessBound$'"
6898
+ },
6899
+ {
6900
+ "selector": "TestContractMapDecisionTreeHasThreeCells",
6901
+ "command": "go test ./internal/app -run '^TestContractMapDecisionTreeHasThreeCells$'"
6902
+ }
6903
+ ],
6904
+ "commandIds": [
6905
+ "proofkit.command-contract-check",
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-public-cli",
6915
+ "witnessId": "proofkit.agent-integration.public-cli-falsifier",
6916
+ "witnessKind": "contract",
6917
+ "witnessPath": "internal/app/agent_integration_command_test.go",
6918
+ "witnessSelectors": [
6919
+ {
6920
+ "selector": "TestIntegrationCancellationBeforeOutput",
6921
+ "command": "go test ./internal/app -run '^TestIntegrationCancellationBeforeOutput$'"
6922
+ },
6923
+ {
6924
+ "selector": "TestIntegrationCheckCLI",
6925
+ "command": "go test ./internal/app -run '^TestIntegrationCheckCLI$'"
6926
+ },
6927
+ {
6928
+ "selector": "TestIntegrationCommandsExactRootShapes",
6929
+ "command": "go test ./internal/app -run '^TestIntegrationCommandsExactRootShapes$'"
6930
+ },
6931
+ {
6932
+ "selector": "TestIntegrationSourceCLI",
6933
+ "command": "go test ./internal/app -run '^TestIntegrationSourceCLI$'"
6934
+ }
6935
+ ],
6936
+ "commandIds": [
6937
+ "proofkit.go-test"
6938
+ ],
6939
+ "environmentClasses": [
6940
+ "local-go"
6941
+ ]
6942
+ },
6943
+ {
6944
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
6945
+ "scenarioId": "proofkit.agent-workflow.integration-installed-carriers",
6946
+ "witnessId": "proofkit.agent-integration.installed-carriers-falsifier",
6947
+ "witnessKind": "contract",
6948
+ "witnessPath": "internal/tools/workflowsmoke/workflow_smoke_test.go",
6949
+ "witnessSelectors": [
6950
+ {
6951
+ "selector": "TestVerifyAcceptsApplicationCLI",
6952
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyAcceptsApplicationCLI$'"
6953
+ },
6954
+ {
6955
+ "selector": "TestVerifyRejectsCarrierContractMutations",
6956
+ "command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyRejectsCarrierContractMutations$'"
6957
+ }
6958
+ ],
6959
+ "commandIds": [
6960
+ "proofkit.go-test",
6961
+ "proofkit.package-artifact"
6962
+ ],
6963
+ "environmentClasses": [
6964
+ "local-go",
6965
+ "local-go-python"
6966
+ ]
6967
+ },
6968
+ {
6969
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
6970
+ "scenarioId": "proofkit.agent-workflow.integration-installed-npm-carrier-closure",
6971
+ "witnessId": "proofkit.agent-integration.installed-npm-carrier-closure-falsifier",
6972
+ "witnessKind": "contract",
6973
+ "witnessPath": "internal/tools/packageverify/workflow_carrier_test.go",
6974
+ "witnessSelectors": [
6975
+ {
6976
+ "selector": "TestInstalledNPMWorkflowCarrierClosure",
6977
+ "command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMWorkflowCarrierClosure$'"
6978
+ }
6979
+ ],
6980
+ "commandIds": [
6981
+ "proofkit.go-test"
6982
+ ],
6983
+ "environmentClasses": [
6984
+ "local-go"
6985
+ ]
6986
+ },
6987
+ {
6988
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
6989
+ "scenarioId": "proofkit.agent-workflow.integration-installed-wheel-carrier-closure",
6990
+ "witnessId": "proofkit.agent-integration.installed-wheel-carrier-closure-falsifier",
6991
+ "witnessKind": "contract",
6992
+ "witnessPath": "internal/tools/pythonpackage/workflow_carrier_test.go",
6993
+ "witnessSelectors": [
6994
+ {
6995
+ "selector": "TestInstalledPythonWorkflowCarrierClosure",
6996
+ "command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonWorkflowCarrierClosure$'"
6997
+ }
6998
+ ],
6999
+ "commandIds": [
7000
+ "proofkit.go-test"
7001
+ ],
7002
+ "environmentClasses": [
7003
+ "local-go"
7004
+ ]
7005
+ },
7006
+ {
7007
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
7008
+ "scenarioId": "proofkit.agent-workflow.integration-version-edge",
7009
+ "witnessId": "proofkit.agent-integration.version-edge-falsifier",
7010
+ "witnessKind": "contract",
7011
+ "witnessPath": "internal/app/integration_version_edge_test.go",
7012
+ "witnessSelectors": [
7013
+ {
7014
+ "selector": "TestIntegrationVersionEdgeClosesCompletePublicABIDiff",
7015
+ "command": "go test ./internal/app -run '^TestIntegrationVersionEdgeClosesCompletePublicABIDiff$'"
7016
+ }
7017
+ ],
7018
+ "commandIds": [
7019
+ "proofkit.go-test"
7020
+ ],
7021
+ "environmentClasses": [
7022
+ "local-go"
7023
+ ]
7024
+ },
7025
+ {
7026
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-018",
7027
+ "scenarioId": "proofkit.agent-workflow.integration-public-abi-mutations",
7028
+ "witnessId": "proofkit.agent-integration.public-abi-mutations-falsifier",
7029
+ "witnessKind": "contract",
7030
+ "witnessPath": "internal/app/public_abi_mutation_test.go",
7031
+ "witnessSelectors": [
7032
+ {
7033
+ "selector": "TestIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift",
7034
+ "command": "go test ./internal/app -run '^TestIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift$'"
7035
+ }
7036
+ ],
7037
+ "commandIds": [
7038
+ "proofkit.go-test"
7039
+ ],
7040
+ "environmentClasses": [
7041
+ "local-go"
7042
+ ]
7043
+ },
7044
+ {
7045
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
7046
+ "scenarioId": "proofkit.agent-workflow.integration-complete-route-reobservation",
7047
+ "witnessId": "proofkit.agent-integration.complete-route-reobservation-falsifier",
7048
+ "witnessKind": "contract",
7049
+ "witnessPath": "internal/command/agentintegration/check_unix_test.go",
7050
+ "witnessSelectors": [
7051
+ {
7052
+ "selector": "TestCheckReobservesCompleteRoute",
7053
+ "command": "go test ./internal/command/agentintegration -run '^TestCheckReobservesCompleteRoute$'"
7054
+ }
7055
+ ],
7056
+ "commandIds": [
7057
+ "proofkit.go-test"
7058
+ ],
7059
+ "environmentClasses": [
7060
+ "local-go"
7061
+ ]
7062
+ },
7063
+ {
7064
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
7065
+ "scenarioId": "proofkit.agent-workflow.integration-inspection-route-capability",
7066
+ "witnessId": "proofkit.agent-integration.inspection-route-capability-falsifier",
7067
+ "witnessKind": "contract",
7068
+ "witnessPath": "internal/kernel/repositorytransaction/control_inspection_test.go",
7069
+ "witnessSelectors": [
7070
+ {
7071
+ "selector": "TestInspectionLeaseObservedOpenPreservesWitnessAndReadCapability",
7072
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestInspectionLeaseObservedOpenPreservesWitnessAndReadCapability$'"
7073
+ },
7074
+ {
7075
+ "selector": "TestInspectionLeaseObservedRouteBindsRootAndMissingPosition",
7076
+ "command": "go test ./internal/kernel/repositorytransaction -run '^TestInspectionLeaseObservedRouteBindsRootAndMissingPosition$'"
7077
+ }
7078
+ ],
7079
+ "commandIds": [
7080
+ "proofkit.go-test"
7081
+ ],
7082
+ "environmentClasses": [
7083
+ "local-go"
7084
+ ]
7085
+ },
7086
+ {
7087
+ "requirementId": "REQ-PROOFKIT-WORKFLOW-017",
7088
+ "scenarioId": "proofkit.agent-workflow.integration-opaque-route-observation",
7089
+ "witnessId": "proofkit.agent-integration.opaque-route-observation-falsifier",
7090
+ "witnessKind": "contract",
7091
+ "witnessPath": "internal/kernel/rootpath/observation_unix_test.go",
7092
+ "witnessSelectors": [
7093
+ {
7094
+ "selector": "TestObservedOpenBindsRealRouteChangesWithoutSiblingMetadata",
7095
+ "command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenBindsRealRouteChangesWithoutSiblingMetadata$'"
7096
+ },
7097
+ {
7098
+ "selector": "TestObservedOpenPreservesLegacyResultsAndPrivateWitness",
7099
+ "command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenPreservesLegacyResultsAndPrivateWitness$'"
7100
+ },
7101
+ {
7102
+ "selector": "TestObservedOpenRejectsAdmissionModeDriftAndCleanup",
7103
+ "command": "go test ./internal/kernel/rootpath -run '^TestObservedOpenRejectsAdmissionModeDriftAndCleanup$'"
7104
+ },
7105
+ {
7106
+ "selector": "TestRouteObservationEqualityBindsEveryOperand",
7107
+ "command": "go test ./internal/kernel/rootpath -run '^TestRouteObservationEqualityBindsEveryOperand$'"
7108
+ }
7109
+ ],
7110
+ "commandIds": [
7111
+ "proofkit.go-test"
7112
+ ],
7113
+ "environmentClasses": [
7114
+ "local-go"
7115
+ ]
6634
7116
  }
6635
7117
  ],
6636
7118
  "witnessCommands": [