@research-engineering/agentic-proofkit 0.1.160 → 0.2.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 +7 -6
- package/README.md +94 -15
- package/dist/agentic-proofkit +5 -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 +3 -2
- package/docs/release-process.md +12 -10
- package/docs/specs/proofkit-consumer-infra-retirement/overview.md +2 -1
- package/docs/specs/proofkit-consumer-infra-retirement/requirements.v1.json +1 -1
- package/docs/specs/proofkit-package-boundary/overview.md +46 -17
- package/docs/specs/proofkit-package-boundary/requirements.v1.json +9 -9
- package/docs/specs/proofkit-spec-proof-core/overview.md +30 -18
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +13 -13
- package/docs/specs/proofkit-supply-chain-quality/overview.md +93 -29
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +28 -15
- package/package.json +7 -8
- package/proofkit/cli-contract.v2.json +12701 -91
- package/proofkit/receipt-producer-policy.json +1 -1
- package/proofkit/requirement-bindings.json +957 -17
- package/proofkit/witness-plan.json +68 -2
- package/AGENTS.md +0 -160
- package/CONTRIBUTING.md +0 -81
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"claimLevel": "blocking",
|
|
10
10
|
"proofState": "witness_backed",
|
|
11
11
|
"nonClaims": [
|
|
12
|
-
"This requirement does not claim consumer adoption, registry publication, rollout approval, or production readiness."
|
|
12
|
+
"This requirement does not claim a complete Markdown parser, discovery of unclassified code-span paths, consumer adoption, registry publication, rollout approval, or production readiness."
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"claimLevel": "blocking",
|
|
20
20
|
"proofState": "witness_backed",
|
|
21
21
|
"nonClaims": [
|
|
22
|
-
"This requirement does not claim native witness execution, producer authentication, proof freshness, or merge approval."
|
|
22
|
+
"This requirement does not claim nested CLI field shape, scalar type, collection cardinality, nullability, a complete Markdown parser, native witness execution, installation of source-checkout witness files, runtime JSON Schema validation, producer authentication, proof freshness, or merge approval."
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
25
|
{
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"claimLevel": "blocking",
|
|
160
160
|
"proofState": "witness_backed",
|
|
161
161
|
"nonClaims": [
|
|
162
|
-
"This requirement does not claim repository scanning, source freshness computation from files, requirement meaning, native witness execution, committed generated HTML, merge approval, release approval, rollout approval, or production readiness."
|
|
162
|
+
"This requirement does not claim repository scanning, source freshness computation from files, requirement meaning, native witness execution, protection from adversarial concurrent content or namespace mutation by the same operating-system user during the operation, filesystem crash or fsync durability, committed generated HTML, merge approval, release approval, rollout approval, or production readiness."
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
165
|
{
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"claimLevel": "blocking",
|
|
410
410
|
"proofState": "witness_backed",
|
|
411
411
|
"nonClaims": [
|
|
412
|
-
"This requirement does not claim exhaustive command semantic completeness beyond the declared route inventory or byte-for-byte stability for diagnostics outside the public CLI ABI."
|
|
412
|
+
"This requirement does not claim nested field shape, scalar type, collection cardinality, nullability, exhaustive command semantic completeness beyond the declared route inventory, installation of source-checkout witness files, runtime JSON Schema validation, or byte-for-byte stability for diagnostics outside the public CLI ABI."
|
|
413
413
|
]
|
|
414
414
|
},
|
|
415
415
|
{
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
587
587
|
"claimLevel": "blocking",
|
|
588
588
|
"proofState": "witness_backed",
|
|
589
|
-
"nonClaims": ["This requirement does not claim full WCAG conformance, every
|
|
589
|
+
"nonClaims": ["This requirement does not claim full WCAG 2.2 conformance, branded Safari behavior, complete screen-reader interoperability, every operating-system theme, 400-percent zoom behavior, continuous screenshot evidence, guaranteed capture of the best-effort failure screenshot, provider CI ingestion, registry publication, release approval, rollout approval, or production readiness."]
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
@@ -604,6 +604,14 @@
|
|
|
604
604
|
"proofState": "witness_backed",
|
|
605
605
|
"nonClaims": ["This requirement does not infer change-record completeness from source changes, make release notes approval authority, or prove provider publication, attestation authenticity, consumer adoption, rollout approval, or production readiness."]
|
|
606
606
|
},
|
|
607
|
+
{
|
|
608
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-025",
|
|
609
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
610
|
+
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
611
|
+
"claimLevel": "blocking",
|
|
612
|
+
"proofState": "witness_backed",
|
|
613
|
+
"nonClaims": ["This requirement does not claim external action safety, tag equivalence, provider execution, branch-protection configuration, release publication, or provider-side asset immutability."]
|
|
614
|
+
},
|
|
607
615
|
{
|
|
608
616
|
"requirementId": "REQ-PROOFKIT-SPEC-017",
|
|
609
617
|
"ownerId": "proofkit.spec-proof-core",
|
|
@@ -630,7 +638,7 @@
|
|
|
630
638
|
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
631
639
|
"claimLevel": "blocking",
|
|
632
640
|
"proofState": "witness_backed",
|
|
633
|
-
"nonClaims": ["
|
|
641
|
+
"nonClaims": ["Expected-digest coverage records only equality between caller-supplied expected digests and admitted current bytes; it does not authenticate a producer, baseline, checkout, or freshness and does not claim ambient repository discovery, requirement meaning, proof adequacy, native witness execution, merge approval, release approval, rollout approval, or production readiness."]
|
|
634
642
|
},
|
|
635
643
|
{
|
|
636
644
|
"requirementId": "REQ-PROOFKIT-SPEC-020",
|
|
@@ -646,7 +654,7 @@
|
|
|
646
654
|
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
647
655
|
"claimLevel": "blocking",
|
|
648
656
|
"proofState": "witness_backed",
|
|
649
|
-
"nonClaims": ["
|
|
657
|
+
"nonClaims": ["Expected-digest coverage does not authenticate a producer, baseline, checkout, or freshness; successful launcher invocation does not prove browser rendering; this requirement also does not authenticate the surrounding browser profile or operating-system user and does not claim remote access, annotation persistence, agent execution, provider delivery, complete screen-reader interoperability, full WCAG 2.2 conformance, every operating-system theme, 400-percent zoom behavior, merge approval, release approval, rollout approval, branded Safari behavior, or production readiness."]
|
|
650
658
|
},
|
|
651
659
|
{
|
|
652
660
|
"requirementId": "REQ-PROOFKIT-SPEC-022",
|
|
@@ -654,7 +662,7 @@
|
|
|
654
662
|
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
655
663
|
"claimLevel": "blocking",
|
|
656
664
|
"proofState": "witness_backed",
|
|
657
|
-
"nonClaims": ["
|
|
665
|
+
"nonClaims": ["Expected-digest coverage does not authenticate a producer, baseline, checkout, or freshness; this requirement also does not claim textual equivalence, inferred moves, product meaning, merge approval, release approval, rollout approval, or production readiness."]
|
|
658
666
|
},
|
|
659
667
|
{
|
|
660
668
|
"requirementId": "REQ-PROOFKIT-SPEC-023",
|
|
@@ -662,7 +670,7 @@
|
|
|
662
670
|
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
663
671
|
"claimLevel": "blocking",
|
|
664
672
|
"proofState": "witness_backed",
|
|
665
|
-
"nonClaims": ["
|
|
673
|
+
"nonClaims": ["Expected-digest coverage does not authenticate a producer, baseline, checkout, or freshness; this requirement also does not infer code topology, line or branch coverage, native execution, merge approval, release approval, rollout approval, or production readiness."]
|
|
666
674
|
}
|
|
667
675
|
],
|
|
668
676
|
"bindings": [
|
|
@@ -671,7 +679,13 @@
|
|
|
671
679
|
"scenarioId": "proofkit.package-boundary.root-export-and-deep-import-denial",
|
|
672
680
|
"witnessId": "proofkit.package-artifact.boundary",
|
|
673
681
|
"witnessKind": "contract",
|
|
674
|
-
"witnessPath": "internal/tools/packageverify/
|
|
682
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
683
|
+
"witnessSelectors": [
|
|
684
|
+
{
|
|
685
|
+
"selector": "TestVerifyRootPackageRejectsEachForbiddenRootEntry",
|
|
686
|
+
"command": "go test ./internal/tools/packageverify -run '^TestVerifyRootPackageRejectsEachForbiddenRootEntry$'"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
675
689
|
"commandIds": [
|
|
676
690
|
"proofkit.go-test",
|
|
677
691
|
"proofkit.package-artifact"
|
|
@@ -687,6 +701,52 @@
|
|
|
687
701
|
"witnessId": "proofkit.packageverify.package-public-docs-no-mutable-release-facts",
|
|
688
702
|
"witnessKind": "contract",
|
|
689
703
|
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
704
|
+
"witnessSelectors": [
|
|
705
|
+
{
|
|
706
|
+
"selector": "TestVerifyNoStalePackageDocsRejectsMutableReleaseFactsInMarkdown",
|
|
707
|
+
"command": "go test ./internal/tools/packageverify -run '^TestVerifyNoStalePackageDocsRejectsMutableReleaseFactsInMarkdown$'"
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"commandIds": [
|
|
711
|
+
"proofkit.go-test",
|
|
712
|
+
"proofkit.package-artifact"
|
|
713
|
+
],
|
|
714
|
+
"environmentClasses": [
|
|
715
|
+
"local-go",
|
|
716
|
+
"local-go-python"
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-001",
|
|
721
|
+
"scenarioId": "proofkit.package-boundary.contract-map-table-shape",
|
|
722
|
+
"witnessId": "proofkit.contract-map.table-shape-falsifier",
|
|
723
|
+
"witnessKind": "contract",
|
|
724
|
+
"witnessPath": "internal/app/cli_contract_test.go",
|
|
725
|
+
"witnessSelectors": [
|
|
726
|
+
{
|
|
727
|
+
"selector": "TestContractMapDecisionTreeHasThreeCells",
|
|
728
|
+
"command": "go test ./internal/app -run '^TestContractMapDecisionTreeHasThreeCells$'"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"commandIds": [
|
|
732
|
+
"proofkit.go-test"
|
|
733
|
+
],
|
|
734
|
+
"environmentClasses": [
|
|
735
|
+
"local-go"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-001",
|
|
740
|
+
"scenarioId": "proofkit.package-boundary.package-public-reference-closure",
|
|
741
|
+
"witnessId": "proofkit.package-artifact.reference-closure-falsifier",
|
|
742
|
+
"witnessKind": "contract",
|
|
743
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
744
|
+
"witnessSelectors": [
|
|
745
|
+
{
|
|
746
|
+
"selector": "TestPackagePublicReferenceClosure",
|
|
747
|
+
"command": "go test ./internal/tools/packageverify -run '^TestPackagePublicReferenceClosure$'"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
690
750
|
"commandIds": [
|
|
691
751
|
"proofkit.go-test",
|
|
692
752
|
"proofkit.package-artifact"
|
|
@@ -709,12 +769,50 @@
|
|
|
709
769
|
"local-go"
|
|
710
770
|
]
|
|
711
771
|
},
|
|
772
|
+
{
|
|
773
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
774
|
+
"scenarioId": "proofkit.package-boundary.cli-machine-contract-closure",
|
|
775
|
+
"witnessId": "proofkit.cli-contract.complete-generated-closure",
|
|
776
|
+
"witnessKind": "contract",
|
|
777
|
+
"witnessPath": "internal/tools/commandcontractgen/main_test.go",
|
|
778
|
+
"commandIds": [
|
|
779
|
+
"proofkit.go-test"
|
|
780
|
+
],
|
|
781
|
+
"environmentClasses": [
|
|
782
|
+
"local-go"
|
|
783
|
+
]
|
|
784
|
+
},
|
|
712
785
|
{
|
|
713
786
|
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
714
787
|
"scenarioId": "proofkit.package-boundary.readiness-closeout-overclaim-grammar",
|
|
715
788
|
"witnessId": "proofkit.readiness-closeout.overclaim-grammar",
|
|
716
789
|
"witnessKind": "contract",
|
|
717
790
|
"witnessPath": "internal/command/readinesscloseout/readinesscloseout_test.go",
|
|
791
|
+
"witnessSelectors": [
|
|
792
|
+
{
|
|
793
|
+
"selector": "TestPhraseScanDecodesOneStrictCharacterReference",
|
|
794
|
+
"command": "go test ./internal/command/readinesscloseout -run '^TestPhraseScanDecodesOneStrictCharacterReference$'"
|
|
795
|
+
}
|
|
796
|
+
],
|
|
797
|
+
"commandIds": [
|
|
798
|
+
"proofkit.go-test"
|
|
799
|
+
],
|
|
800
|
+
"environmentClasses": [
|
|
801
|
+
"local-go"
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
806
|
+
"scenarioId": "proofkit.package-boundary.requirement-browser-fixed-launcher",
|
|
807
|
+
"witnessId": "proofkit.requirement-browser.fixed-launcher-falsifier",
|
|
808
|
+
"witnessKind": "contract",
|
|
809
|
+
"witnessPath": "internal/command/requirementbrowser/server_test.go",
|
|
810
|
+
"witnessSelectors": [
|
|
811
|
+
{
|
|
812
|
+
"selector": "TestOpenBrowserUsesFixedLauncherAndLoopbackURL",
|
|
813
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestOpenBrowserUsesFixedLauncherAndLoopbackURL$'"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
718
816
|
"commandIds": [
|
|
719
817
|
"proofkit.go-test"
|
|
720
818
|
],
|
|
@@ -780,6 +878,24 @@
|
|
|
780
878
|
"witnessId": "proofkit.typescript-public-api.explicit-scan-topology",
|
|
781
879
|
"witnessKind": "contract",
|
|
782
880
|
"witnessPath": "internal/command/publicapi/public_api_test.go",
|
|
881
|
+
"witnessSelectors": [
|
|
882
|
+
{
|
|
883
|
+
"selector": "TestCanonicalSourceSnapshotRejectsChangedCrossAliasAdmission",
|
|
884
|
+
"command": "go test ./internal/command/publicapi -run '^TestCanonicalSourceSnapshotRejectsChangedCrossAliasAdmission$'"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"selector": "TestScanCacheBindsBytesToFirstCanonicalIdentityAcrossSymlinkRetarget",
|
|
888
|
+
"command": "go test ./internal/command/publicapi -run '^TestScanCacheBindsBytesToFirstCanonicalIdentityAcrossSymlinkRetarget$'"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"selector": "TestVerifyPinsPackageRootAcrossInRootSiblingSwap",
|
|
892
|
+
"command": "go test ./internal/command/publicapi -run '^TestVerifyPinsPackageRootAcrossInRootSiblingSwap$'"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"selector": "TestVerifyRejectsDeterministicSymlinkSwap",
|
|
896
|
+
"command": "go test ./internal/command/publicapi -run '^TestVerifyRejectsDeterministicSymlinkSwap$'"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
783
899
|
"commandIds": [
|
|
784
900
|
"proofkit.go-test"
|
|
785
901
|
],
|
|
@@ -800,16 +916,112 @@
|
|
|
800
916
|
"local-go"
|
|
801
917
|
]
|
|
802
918
|
},
|
|
919
|
+
{
|
|
920
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
921
|
+
"scenarioId": "proofkit.package-boundary.launcher-profile-admission",
|
|
922
|
+
"witnessId": "proofkit.cliexec.launcher-profile-admission-matrix",
|
|
923
|
+
"witnessKind": "contract",
|
|
924
|
+
"witnessPath": "internal/kernel/cliexec/cliexec_test.go",
|
|
925
|
+
"witnessSelectors": [
|
|
926
|
+
{
|
|
927
|
+
"selector": "TestLauncherProfileAdmissionMatrix",
|
|
928
|
+
"command": "go test ./internal/kernel/cliexec -run '^TestLauncherProfileAdmissionMatrix$'"
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"commandIds": [
|
|
932
|
+
"proofkit.go-test"
|
|
933
|
+
],
|
|
934
|
+
"environmentClasses": [
|
|
935
|
+
"local-go"
|
|
936
|
+
]
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
940
|
+
"scenarioId": "proofkit.package-boundary.generated-command-field-inventory",
|
|
941
|
+
"witnessId": "proofkit.generated-command.field-inventory",
|
|
942
|
+
"witnessKind": "contract",
|
|
943
|
+
"witnessPath": "internal/app/invocation_profile_test.go",
|
|
944
|
+
"witnessSelectors": [
|
|
945
|
+
{
|
|
946
|
+
"selector": "TestGeneratedCommandInvocationProfileFieldInventory",
|
|
947
|
+
"command": "go test ./internal/app -run '^TestGeneratedCommandInvocationProfileFieldInventory$'"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"selector": "TestGeneratedCommandInvocationProfileRouteClosure",
|
|
951
|
+
"command": "go test ./internal/app -run '^TestGeneratedCommandInvocationProfileRouteClosure$'"
|
|
952
|
+
}
|
|
953
|
+
],
|
|
954
|
+
"commandIds": [
|
|
955
|
+
"proofkit.go-test"
|
|
956
|
+
],
|
|
957
|
+
"environmentClasses": [
|
|
958
|
+
"local-go"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
963
|
+
"scenarioId": "proofkit.package-boundary.generated-command-caller-preservation",
|
|
964
|
+
"witnessId": "proofkit.generated-command.caller-preservation",
|
|
965
|
+
"witnessKind": "contract",
|
|
966
|
+
"witnessPath": "internal/command/gradualadoption/gradualadoption_test.go",
|
|
967
|
+
"witnessSelectors": [
|
|
968
|
+
{
|
|
969
|
+
"selector": "TestBootstrapPreservesCallerDisplayCommandInGuidancePayload",
|
|
970
|
+
"command": "go test ./internal/command/gradualadoption -run '^TestBootstrapPreservesCallerDisplayCommandInGuidancePayload$'"
|
|
971
|
+
}
|
|
972
|
+
],
|
|
973
|
+
"commandIds": [
|
|
974
|
+
"proofkit.go-test"
|
|
975
|
+
],
|
|
976
|
+
"environmentClasses": [
|
|
977
|
+
"local-go"
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-002",
|
|
982
|
+
"scenarioId": "proofkit.package-boundary.cli-output-root-witnesses",
|
|
983
|
+
"witnessId": "proofkit.cli-output-root.exact-witnesses",
|
|
984
|
+
"witnessKind": "contract",
|
|
985
|
+
"witnessPath": "internal/app/cli_abi_test.go",
|
|
986
|
+
"witnessSelectors": [
|
|
987
|
+
{
|
|
988
|
+
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
989
|
+
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"selector": "TestSelfCheckOutputUsesExactRootShape",
|
|
993
|
+
"command": "go test ./internal/app -run '^TestSelfCheckOutputUsesExactRootShape$'"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"selector": "TestStandaloneMultiVariantCommandsUseExactRootShapes",
|
|
997
|
+
"command": "go test ./internal/app -run '^TestStandaloneMultiVariantCommandsUseExactRootShapes$'"
|
|
998
|
+
}
|
|
999
|
+
],
|
|
1000
|
+
"commandIds": [
|
|
1001
|
+
"proofkit.go-test"
|
|
1002
|
+
],
|
|
1003
|
+
"environmentClasses": [
|
|
1004
|
+
"local-go"
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
803
1007
|
{
|
|
804
1008
|
"requirementId": "REQ-PROOFKIT-PACKAGE-003",
|
|
805
1009
|
"scenarioId": "proofkit.package-boundary.outside-consumer-artifact",
|
|
806
1010
|
"witnessId": "proofkit.package-artifact.outside-consumer",
|
|
807
1011
|
"witnessKind": "contract",
|
|
808
|
-
"witnessPath": "internal/tools/packageverify/
|
|
1012
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
1013
|
+
"witnessSelectors": [
|
|
1014
|
+
{
|
|
1015
|
+
"selector": "TestExactTarballOnboardingTrace",
|
|
1016
|
+
"command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
|
|
1017
|
+
}
|
|
1018
|
+
],
|
|
809
1019
|
"commandIds": [
|
|
1020
|
+
"proofkit.go-test",
|
|
810
1021
|
"proofkit.package-artifact"
|
|
811
1022
|
],
|
|
812
1023
|
"environmentClasses": [
|
|
1024
|
+
"local-go",
|
|
813
1025
|
"local-go-python"
|
|
814
1026
|
]
|
|
815
1027
|
},
|
|
@@ -818,15 +1030,42 @@
|
|
|
818
1030
|
"scenarioId": "proofkit.package-boundary.ci-receipt-anchor",
|
|
819
1031
|
"witnessId": "proofkit.ci.receipt-anchor",
|
|
820
1032
|
"witnessKind": "contract",
|
|
821
|
-
"witnessPath": "
|
|
1033
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
1034
|
+
"witnessSelectors": [
|
|
1035
|
+
{
|
|
1036
|
+
"selector": "TestReceiptIDKeepsLocalAndCIIdentitiesDistinct",
|
|
1037
|
+
"command": "go test ./scripts -run '^TestReceiptIDKeepsLocalAndCIIdentitiesDistinct$'"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
822
1040
|
"commandIds": [
|
|
823
1041
|
"proofkit.ci-receipt-anchor",
|
|
1042
|
+
"proofkit.go-test",
|
|
824
1043
|
"proofkit.package-gate"
|
|
825
1044
|
],
|
|
826
1045
|
"environmentClasses": [
|
|
1046
|
+
"local-go",
|
|
827
1047
|
"local-go-python"
|
|
828
1048
|
]
|
|
829
1049
|
},
|
|
1050
|
+
{
|
|
1051
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-004",
|
|
1052
|
+
"scenarioId": "proofkit.package-boundary.self-hosting-report-verdict",
|
|
1053
|
+
"witnessId": "proofkit.self-hosting.report-verdict-falsifier",
|
|
1054
|
+
"witnessKind": "contract",
|
|
1055
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
1056
|
+
"witnessSelectors": [
|
|
1057
|
+
{
|
|
1058
|
+
"selector": "TestRunProofkitVerdictCases",
|
|
1059
|
+
"command": "go test ./scripts -run '^TestRunProofkitVerdictCases$'"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"commandIds": [
|
|
1063
|
+
"proofkit.go-test"
|
|
1064
|
+
],
|
|
1065
|
+
"environmentClasses": [
|
|
1066
|
+
"local-go"
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
830
1069
|
{
|
|
831
1070
|
"requirementId": "REQ-PROOFKIT-PACKAGE-005",
|
|
832
1071
|
"scenarioId": "proofkit.package-boundary.go-format-static-vet-and-vulnerability-clean",
|
|
@@ -849,6 +1088,20 @@
|
|
|
849
1088
|
"witnessId": "proofkit.source-hygiene.tracked-language-closure",
|
|
850
1089
|
"witnessKind": "contract",
|
|
851
1090
|
"witnessPath": "scripts/source_hygiene_test.go",
|
|
1091
|
+
"witnessSelectors": [
|
|
1092
|
+
{
|
|
1093
|
+
"selector": "TestSourceHygieneIgnoresTokenSubstringsInsideContentDigests",
|
|
1094
|
+
"command": "go test ./scripts -run '^TestSourceHygieneIgnoresTokenSubstringsInsideContentDigests$'"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"selector": "TestSourceHygieneReadsStagedBlob",
|
|
1098
|
+
"command": "go test ./scripts -run '^TestSourceHygieneReadsStagedBlob$'"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"selector": "TestSourceHygieneReadsTrackedWorktree",
|
|
1102
|
+
"command": "go test ./scripts -run '^TestSourceHygieneReadsTrackedWorktree$'"
|
|
1103
|
+
}
|
|
1104
|
+
],
|
|
852
1105
|
"commandIds": [
|
|
853
1106
|
"proofkit.go-test"
|
|
854
1107
|
],
|
|
@@ -861,7 +1114,13 @@
|
|
|
861
1114
|
"scenarioId": "proofkit.package-boundary.merge-critical-runtime-preconditions",
|
|
862
1115
|
"witnessId": "proofkit.ci.merge-critical-runtime-preconditions",
|
|
863
1116
|
"witnessKind": "contract",
|
|
864
|
-
"witnessPath": "scripts/
|
|
1117
|
+
"witnessPath": "scripts/workflow_runtime_preconditions_test.go",
|
|
1118
|
+
"witnessSelectors": [
|
|
1119
|
+
{
|
|
1120
|
+
"selector": "TestCISourceQualityInstallsPythonBeforeLifecycleTests",
|
|
1121
|
+
"command": "go test ./scripts -run '^TestCISourceQualityInstallsPythonBeforeLifecycleTests$'"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
865
1124
|
"commandIds": [
|
|
866
1125
|
"proofkit.go-test"
|
|
867
1126
|
],
|
|
@@ -874,12 +1133,42 @@
|
|
|
874
1133
|
"scenarioId": "proofkit.package-boundary.python-wheel-candidate",
|
|
875
1134
|
"witnessId": "proofkit.python-package.boundary",
|
|
876
1135
|
"witnessKind": "contract",
|
|
877
|
-
"witnessPath": "
|
|
1136
|
+
"witnessPath": "scripts/validate-self-hosting-receipts_test.go",
|
|
1137
|
+
"witnessSelectors": [
|
|
1138
|
+
{
|
|
1139
|
+
"selector": "TestPythonArtifactRefsRejectEachWheelIdentityDefect",
|
|
1140
|
+
"command": "go test ./scripts -run '^TestPythonArtifactRefsRejectEachWheelIdentityDefect$'"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
878
1143
|
"commandIds": [
|
|
1144
|
+
"proofkit.go-test",
|
|
879
1145
|
"proofkit.python-package",
|
|
880
1146
|
"proofkit.python-verify"
|
|
881
1147
|
],
|
|
882
1148
|
"environmentClasses": [
|
|
1149
|
+
"local-go",
|
|
1150
|
+
"local-python"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-006",
|
|
1155
|
+
"scenarioId": "proofkit.package-boundary.python-platform-doc-projection",
|
|
1156
|
+
"witnessId": "proofkit.python-package.platform-doc-projection-falsifier",
|
|
1157
|
+
"witnessKind": "contract",
|
|
1158
|
+
"witnessPath": "internal/tools/pythonpackage/metadata_test.go",
|
|
1159
|
+
"witnessSelectors": [
|
|
1160
|
+
{
|
|
1161
|
+
"selector": "TestREADMEPlatformAndPythonProjection",
|
|
1162
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestREADMEPlatformAndPythonProjection$'"
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"commandIds": [
|
|
1166
|
+
"proofkit.go-test",
|
|
1167
|
+
"proofkit.python-package",
|
|
1168
|
+
"proofkit.python-verify"
|
|
1169
|
+
],
|
|
1170
|
+
"environmentClasses": [
|
|
1171
|
+
"local-go",
|
|
883
1172
|
"local-python"
|
|
884
1173
|
]
|
|
885
1174
|
},
|
|
@@ -896,6 +1185,32 @@
|
|
|
896
1185
|
"local-go"
|
|
897
1186
|
]
|
|
898
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
"requirementId": "REQ-PROOFKIT-PACKAGE-006",
|
|
1190
|
+
"scenarioId": "proofkit.package-boundary.python-wheel-generated-continuation",
|
|
1191
|
+
"witnessId": "proofkit.python-package.generated-continuation",
|
|
1192
|
+
"witnessKind": "contract",
|
|
1193
|
+
"witnessPath": "internal/tools/pythonpackage/continuation_test.go",
|
|
1194
|
+
"witnessSelectors": [
|
|
1195
|
+
{
|
|
1196
|
+
"selector": "TestExactDisplayedRouteOperandsRejectsWhitespaceAndExpansionMutants",
|
|
1197
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestExactDisplayedRouteOperandsRejectsWhitespaceAndExpansionMutants$'"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"selector": "TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM",
|
|
1201
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestInstalledWheelContinuationUsesExactPythonModuleProfileWithoutNPM$'"
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"commandIds": [
|
|
1205
|
+
"proofkit.go-test",
|
|
1206
|
+
"proofkit.python-package",
|
|
1207
|
+
"proofkit.python-verify"
|
|
1208
|
+
],
|
|
1209
|
+
"environmentClasses": [
|
|
1210
|
+
"local-go",
|
|
1211
|
+
"local-python"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
899
1214
|
{
|
|
900
1215
|
"requirementId": "REQ-PROOFKIT-SPEC-001",
|
|
901
1216
|
"scenarioId": "proofkit.spec-proof-core.requirement-source-admission",
|
|
@@ -909,6 +1224,43 @@
|
|
|
909
1224
|
"local-go"
|
|
910
1225
|
]
|
|
911
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"requirementId": "REQ-PROOFKIT-SPEC-001",
|
|
1229
|
+
"scenarioId": "proofkit.spec-proof-core.installed-readme-first-input",
|
|
1230
|
+
"witnessId": "proofkit.packageverify.installed-readme-input-falsifier",
|
|
1231
|
+
"witnessKind": "contract",
|
|
1232
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
1233
|
+
"witnessSelectors": [
|
|
1234
|
+
{
|
|
1235
|
+
"selector": "TestExactTarballOnboardingTrace",
|
|
1236
|
+
"command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"selector": "TestInstalledREADMEFirstInputRejectsAmbiguousFences",
|
|
1240
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputRejectsAmbiguousFences$'"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"selector": "TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords",
|
|
1244
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords$'"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"selector": "TestInstalledREADMEFirstInputPreservesJSONExampleBytes",
|
|
1248
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputPreservesJSONExampleBytes$'"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"selector": "TestLiteralShellWordsConsumesLongBackslashRun",
|
|
1252
|
+
"command": "go test ./internal/tools/packageverify -run '^TestLiteralShellWordsConsumesLongBackslashRun$'"
|
|
1253
|
+
}
|
|
1254
|
+
],
|
|
1255
|
+
"commandIds": [
|
|
1256
|
+
"proofkit.go-test",
|
|
1257
|
+
"proofkit.package-artifact"
|
|
1258
|
+
],
|
|
1259
|
+
"environmentClasses": [
|
|
1260
|
+
"local-go",
|
|
1261
|
+
"local-go-python"
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
912
1264
|
{
|
|
913
1265
|
"requirementId": "REQ-PROOFKIT-SPEC-002",
|
|
914
1266
|
"scenarioId": "proofkit.spec-proof-core.requirement-proof-binding-reporting",
|
|
@@ -1175,6 +1527,12 @@
|
|
|
1175
1527
|
"witnessId": "proofkit.requirement-spec-tree-view.cli-output-path-falsifier",
|
|
1176
1528
|
"witnessKind": "contract",
|
|
1177
1529
|
"witnessPath": "internal/app/cli_abi_test.go",
|
|
1530
|
+
"witnessSelectors": [
|
|
1531
|
+
{
|
|
1532
|
+
"selector": "TestOutputWriterRejectsDeterministicParentSwap",
|
|
1533
|
+
"command": "go test ./internal/app -run '^TestOutputWriterRejectsDeterministicParentSwap$'"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1178
1536
|
"commandIds": [
|
|
1179
1537
|
"proofkit.go-test"
|
|
1180
1538
|
],
|
|
@@ -1195,6 +1553,25 @@
|
|
|
1195
1553
|
"local-go"
|
|
1196
1554
|
]
|
|
1197
1555
|
},
|
|
1556
|
+
{
|
|
1557
|
+
"requirementId": "REQ-PROOFKIT-SPEC-009",
|
|
1558
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-browser-view-vocabulary",
|
|
1559
|
+
"witnessId": "proofkit.requirement-browser.invalid-view-vocabulary-falsifier",
|
|
1560
|
+
"witnessKind": "contract",
|
|
1561
|
+
"witnessPath": "internal/command/requirementbrowser/requirementbrowser_test.go",
|
|
1562
|
+
"witnessSelectors": [
|
|
1563
|
+
{
|
|
1564
|
+
"selector": "TestInvalidViewListsEverySupportedView",
|
|
1565
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestInvalidViewListsEverySupportedView$'"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"commandIds": [
|
|
1569
|
+
"proofkit.go-test"
|
|
1570
|
+
],
|
|
1571
|
+
"environmentClasses": [
|
|
1572
|
+
"local-go"
|
|
1573
|
+
]
|
|
1574
|
+
},
|
|
1198
1575
|
{
|
|
1199
1576
|
"requirementId": "REQ-PROOFKIT-SPEC-010",
|
|
1200
1577
|
"scenarioId": "proofkit.spec-proof-core.requirement-impact-input-compose",
|
|
@@ -1227,6 +1604,12 @@
|
|
|
1227
1604
|
"witnessId": "proofkit.adoption-contract-envelope.public-cli-abi",
|
|
1228
1605
|
"witnessKind": "contract",
|
|
1229
1606
|
"witnessPath": "internal/app/cli_abi_test.go",
|
|
1607
|
+
"witnessSelectors": [
|
|
1608
|
+
{
|
|
1609
|
+
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
1610
|
+
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1230
1613
|
"commandIds": [
|
|
1231
1614
|
"proofkit.go-test"
|
|
1232
1615
|
],
|
|
@@ -1565,6 +1948,20 @@
|
|
|
1565
1948
|
"witnessId": "proofkit.adoption-doctor.enforcement-and-envelope",
|
|
1566
1949
|
"witnessKind": "contract",
|
|
1567
1950
|
"witnessPath": "internal/command/adoptiondoctor/adoptiondoctor_test.go",
|
|
1951
|
+
"witnessSelectors": [
|
|
1952
|
+
{
|
|
1953
|
+
"selector": "TestBuildReportsObserveAndWarnWithoutBlockingAdvisoryGaps",
|
|
1954
|
+
"command": "go test ./internal/command/adoptiondoctor -run '^TestBuildReportsObserveAndWarnWithoutBlockingAdvisoryGaps$'"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"selector": "TestBuildEnforceTouchedSkipsGapsOutsideTouchedSelection",
|
|
1958
|
+
"command": "go test ./internal/command/adoptiondoctor -run '^TestBuildEnforceTouchedSkipsGapsOutsideTouchedSelection$'"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"selector": "TestBuildBlocksEveryModeForExternalPreconditions",
|
|
1962
|
+
"command": "go test ./internal/command/adoptiondoctor -run '^TestBuildBlocksEveryModeForExternalPreconditions$'"
|
|
1963
|
+
}
|
|
1964
|
+
],
|
|
1568
1965
|
"commandIds": [
|
|
1569
1966
|
"proofkit.go-test"
|
|
1570
1967
|
],
|
|
@@ -1631,6 +2028,28 @@
|
|
|
1631
2028
|
"witnessId": "proofkit.cli-abi.golden-corpus",
|
|
1632
2029
|
"witnessKind": "contract",
|
|
1633
2030
|
"witnessPath": "internal/app/cli_abi_test.go",
|
|
2031
|
+
"witnessSelectors": [
|
|
2032
|
+
{
|
|
2033
|
+
"selector": "TestAdoptionContractEnvelopeCLIABI",
|
|
2034
|
+
"command": "go test ./internal/app -run '^TestAdoptionContractEnvelopeCLIABI$'"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"selector": "TestRequirementBrowserOneShotCLIOutputVariants",
|
|
2038
|
+
"command": "go test ./internal/app -run '^TestRequirementBrowserOneShotCLIOutputVariants$'"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"selector": "TestRequiredInputCommandsRouteStructuralErrorsByMode",
|
|
2042
|
+
"command": "go test ./internal/app -run '^TestRequiredInputCommandsRouteStructuralErrorsByMode$'"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"selector": "TestSelfCheckOutputUsesExactRootShape",
|
|
2046
|
+
"command": "go test ./internal/app -run '^TestSelfCheckOutputUsesExactRootShape$'"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"selector": "TestStandaloneMultiVariantCommandsUseExactRootShapes",
|
|
2050
|
+
"command": "go test ./internal/app -run '^TestStandaloneMultiVariantCommandsUseExactRootShapes$'"
|
|
2051
|
+
}
|
|
2052
|
+
],
|
|
1634
2053
|
"commandIds": [
|
|
1635
2054
|
"proofkit.go-test"
|
|
1636
2055
|
],
|
|
@@ -1644,7 +2063,64 @@
|
|
|
1644
2063
|
"witnessId": "proofkit.cli-contract.descriptor-parity",
|
|
1645
2064
|
"witnessKind": "contract",
|
|
1646
2065
|
"witnessPath": "internal/app/cli_contract_test.go",
|
|
2066
|
+
"witnessSelectors": [
|
|
2067
|
+
{
|
|
2068
|
+
"selector": "TestCLIConditionModelClosesAdoptionOutputRoutes",
|
|
2069
|
+
"command": "go test ./internal/app -run '^TestCLIConditionModelClosesAdoptionOutputRoutes$'"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"selector": "TestCommandDescriptorContractParityRejectsMutations",
|
|
2073
|
+
"command": "go test ./internal/app -run '^TestCommandDescriptorContractParityRejectsMutations$'"
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"commandIds": [
|
|
2077
|
+
"proofkit.go-test"
|
|
2078
|
+
],
|
|
2079
|
+
"environmentClasses": [
|
|
2080
|
+
"local-go"
|
|
2081
|
+
]
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-004",
|
|
2085
|
+
"scenarioId": "proofkit.supply-chain-quality.cli-output-witness-contract",
|
|
2086
|
+
"witnessId": "proofkit.cli-output-root.binding-closure",
|
|
2087
|
+
"witnessKind": "contract",
|
|
2088
|
+
"witnessPath": "internal/app/cli_output_witness_contract_test.go",
|
|
2089
|
+
"witnessSelectors": [
|
|
2090
|
+
{
|
|
2091
|
+
"selector": "TestRootDistinctOutputWitnessBindingsAreExact",
|
|
2092
|
+
"command": "go test ./internal/app -run '^TestRootDistinctOutputWitnessBindingsAreExact$'"
|
|
2093
|
+
}
|
|
2094
|
+
],
|
|
2095
|
+
"commandIds": [
|
|
2096
|
+
"proofkit.go-test"
|
|
2097
|
+
],
|
|
2098
|
+
"environmentClasses": [
|
|
2099
|
+
"local-go"
|
|
2100
|
+
]
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-004",
|
|
2104
|
+
"scenarioId": "proofkit.supply-chain-quality.cli-contract-generation",
|
|
2105
|
+
"witnessId": "proofkit.cli-contract.generated-projections",
|
|
2106
|
+
"witnessKind": "contract",
|
|
2107
|
+
"witnessPath": "internal/tools/commandcontractgen/main_test.go",
|
|
2108
|
+
"witnessSelectors": [
|
|
2109
|
+
{
|
|
2110
|
+
"selector": "TestCLIFlagConditionModelRejectsAmbiguity",
|
|
2111
|
+
"command": "go test ./internal/tools/commandcontractgen -run '^TestCLIFlagConditionModelRejectsAmbiguity$'"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"selector": "TestRenderRejectsIncompleteAndStaleCommandContracts",
|
|
2115
|
+
"command": "go test ./internal/tools/commandcontractgen -run '^TestRenderRejectsIncompleteAndStaleCommandContracts$'"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"selector": "TestRunGeneratesAndChecksBothProjections",
|
|
2119
|
+
"command": "go test ./internal/tools/commandcontractgen -run '^TestRunGeneratesAndChecksBothProjections$'"
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
1647
2122
|
"commandIds": [
|
|
2123
|
+
"proofkit.command-contract-check",
|
|
1648
2124
|
"proofkit.go-test"
|
|
1649
2125
|
],
|
|
1650
2126
|
"environmentClasses": [
|
|
@@ -1664,6 +2140,29 @@
|
|
|
1664
2140
|
"local-go"
|
|
1665
2141
|
]
|
|
1666
2142
|
},
|
|
2143
|
+
{
|
|
2144
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-004",
|
|
2145
|
+
"scenarioId": "proofkit.supply-chain-quality.legacy-digest-vocabulary-confinement",
|
|
2146
|
+
"witnessId": "proofkit.cli-contract.legacy-digest-vocabulary-confinement-falsifier",
|
|
2147
|
+
"witnessKind": "contract",
|
|
2148
|
+
"witnessPath": "internal/app/requirement_context_cli_test.go",
|
|
2149
|
+
"witnessSelectors": [
|
|
2150
|
+
{
|
|
2151
|
+
"selector": "TestConditionSensitiveProofCommandsUseExactRootVariants",
|
|
2152
|
+
"command": "go test ./internal/app -run '^TestConditionSensitiveProofCommandsUseExactRootVariants$'"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"selector": "TestLegacyDigestVocabularyConfinedToV1AdaptersAndFixtures",
|
|
2156
|
+
"command": "go test ./internal/app -run '^TestLegacyDigestVocabularyConfinedToV1AdaptersAndFixtures$'"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"commandIds": [
|
|
2160
|
+
"proofkit.go-test"
|
|
2161
|
+
],
|
|
2162
|
+
"environmentClasses": [
|
|
2163
|
+
"local-go"
|
|
2164
|
+
]
|
|
2165
|
+
},
|
|
1667
2166
|
{
|
|
1668
2167
|
"requirementId": "REQ-PROOFKIT-QUALITY-005",
|
|
1669
2168
|
"scenarioId": "proofkit.supply-chain-quality.codeql-workflow",
|
|
@@ -1677,14 +2176,81 @@
|
|
|
1677
2176
|
"local-go"
|
|
1678
2177
|
]
|
|
1679
2178
|
},
|
|
2179
|
+
{
|
|
2180
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-005",
|
|
2181
|
+
"scenarioId": "proofkit.supply-chain-quality.codeql-permission-separation",
|
|
2182
|
+
"witnessId": "proofkit.codeql.permission-separation-falsifier",
|
|
2183
|
+
"witnessKind": "contract",
|
|
2184
|
+
"witnessPath": "scripts/workflow_security_scanner_oracles_test.go",
|
|
2185
|
+
"witnessSelectors": [
|
|
2186
|
+
{
|
|
2187
|
+
"selector": "TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions",
|
|
2188
|
+
"command": "go test ./scripts -run '^TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions$'"
|
|
2189
|
+
}
|
|
2190
|
+
],
|
|
2191
|
+
"commandIds": [
|
|
2192
|
+
"proofkit.actionlint",
|
|
2193
|
+
"proofkit.go-test"
|
|
2194
|
+
],
|
|
2195
|
+
"environmentClasses": [
|
|
2196
|
+
"local-go"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
1680
2199
|
{
|
|
1681
2200
|
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
1682
2201
|
"scenarioId": "proofkit.supply-chain-quality.coverage-metrics",
|
|
1683
2202
|
"witnessId": "proofkit.coverage-metrics.linkage-report",
|
|
1684
2203
|
"witnessKind": "contract",
|
|
1685
|
-
"witnessPath": "internal/tools/coveragemetrics/
|
|
2204
|
+
"witnessPath": "internal/tools/coveragemetrics/main_test.go",
|
|
2205
|
+
"witnessSelectors": [
|
|
2206
|
+
{
|
|
2207
|
+
"selector": "TestEachCommandRouteClosureConjunctHasIndependentFalsifier",
|
|
2208
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestEachCommandRouteClosureConjunctHasIndependentFalsifier$'"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"selector": "TestEachLinkageDeadZoneConjunctHasIndependentFalsifier",
|
|
2212
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestEachLinkageDeadZoneConjunctHasIndependentFalsifier$'"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
1686
2215
|
"commandIds": [
|
|
1687
|
-
"proofkit.coverage-metrics"
|
|
2216
|
+
"proofkit.coverage-metrics",
|
|
2217
|
+
"proofkit.go-test"
|
|
2218
|
+
],
|
|
2219
|
+
"environmentClasses": [
|
|
2220
|
+
"local-go"
|
|
2221
|
+
]
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2225
|
+
"scenarioId": "proofkit.supply-chain-quality.binding-selector-executability",
|
|
2226
|
+
"witnessId": "proofkit.coverage-metrics.binding-selector-executability-falsifier",
|
|
2227
|
+
"witnessKind": "contract",
|
|
2228
|
+
"witnessPath": "internal/tools/coveragemetrics/main_test.go",
|
|
2229
|
+
"witnessSelectors": [
|
|
2230
|
+
{
|
|
2231
|
+
"selector": "TestBindingWitnessSelectorsAcceptUnnamedGoTestParameter",
|
|
2232
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsAcceptUnnamedGoTestParameter$'"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"selector": "TestBindingWitnessSelectorsRejectInvalidGoTestSignature",
|
|
2236
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRejectInvalidGoTestSignature$'"
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"selector": "TestBindingWitnessSelectorsRejectMissingSemanticOwner",
|
|
2240
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRejectMissingSemanticOwner$'"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"selector": "TestBindingWitnessSelectorsRejectNonTestAndBuildExcludedFiles",
|
|
2244
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRejectNonTestAndBuildExcludedFiles$'"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"selector": "TestBindingWitnessSelectorsRequireExactCriticalInventories",
|
|
2248
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestBindingWitnessSelectorsRequireExactCriticalInventories$'"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"commandIds": [
|
|
2252
|
+
"proofkit.coverage-metrics",
|
|
2253
|
+
"proofkit.go-test"
|
|
1688
2254
|
],
|
|
1689
2255
|
"environmentClasses": [
|
|
1690
2256
|
"local-go"
|
|
@@ -1750,12 +2316,113 @@
|
|
|
1750
2316
|
"local-go"
|
|
1751
2317
|
]
|
|
1752
2318
|
},
|
|
2319
|
+
{
|
|
2320
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-011",
|
|
2321
|
+
"scenarioId": "proofkit.supply-chain-quality.ci-required-aggregate-exactness",
|
|
2322
|
+
"witnessId": "proofkit.ci.required-aggregate-neutralization-falsifier",
|
|
2323
|
+
"witnessKind": "contract",
|
|
2324
|
+
"witnessPath": "scripts/workflow_package_gate_oracle_test.go",
|
|
2325
|
+
"witnessSelectors": [
|
|
2326
|
+
{
|
|
2327
|
+
"selector": "TestCIWorkflowDeclaresFailClosedRequiredAggregate",
|
|
2328
|
+
"command": "go test ./scripts -run '^TestCIWorkflowDeclaresFailClosedRequiredAggregate$'"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"selector": "TestCIRequiredAggregateRejectsNeutralizedScript",
|
|
2332
|
+
"command": "go test ./scripts -run '^TestCIRequiredAggregateRejectsNeutralizedScript$'"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"selector": "TestCIRequiredAggregateRejectsExecutionOverrides",
|
|
2336
|
+
"command": "go test ./scripts -run '^TestCIRequiredAggregateRejectsExecutionOverrides$'"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"selector": "TestCIRequiredAggregateRejectsPlatformSmokeSubstitution",
|
|
2340
|
+
"command": "go test ./scripts -run '^TestCIRequiredAggregateRejectsPlatformSmokeSubstitution$'"
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"commandIds": [
|
|
2344
|
+
"proofkit.go-test"
|
|
2345
|
+
],
|
|
2346
|
+
"environmentClasses": [
|
|
2347
|
+
"local-go"
|
|
2348
|
+
]
|
|
2349
|
+
},
|
|
1753
2350
|
{
|
|
1754
2351
|
"requirementId": "REQ-PROOFKIT-QUALITY-013",
|
|
1755
2352
|
"scenarioId": "proofkit.supply-chain-quality.workflow-package-gate-oracle",
|
|
1756
2353
|
"witnessId": "proofkit.workflow-package-gate.typed-oracle",
|
|
1757
2354
|
"witnessKind": "contract",
|
|
1758
2355
|
"witnessPath": "scripts/workflow_package_gate_oracle_test.go",
|
|
2356
|
+
"witnessSelectors": [
|
|
2357
|
+
{
|
|
2358
|
+
"selector": "TestCIWorkflowDeclaresFailClosedRequiredAggregate",
|
|
2359
|
+
"command": "go test ./scripts -run '^TestCIWorkflowDeclaresFailClosedRequiredAggregate$'"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"selector": "TestNeedsListNormalizesStringAndList",
|
|
2363
|
+
"command": "go test ./scripts -run '^TestNeedsListNormalizesStringAndList$'"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"selector": "TestPackageGateWorkflowOracleAcceptsOwnerCIAndReleaseWorkflows",
|
|
2367
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleAcceptsOwnerCIAndReleaseWorkflows$'"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"selector": "TestPackageGateWorkflowOracleAdmitsAlwaysWithNeedSuccess",
|
|
2371
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleAdmitsAlwaysWithNeedSuccess$'"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"selector": "TestPackageGateWorkflowOracleAdmitsLaterAlwaysWithSuccess",
|
|
2375
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleAdmitsLaterAlwaysWithSuccess$'"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"selector": "TestPackageGateWorkflowOracleAdmitsPrivateAttestationBypass",
|
|
2379
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleAdmitsPrivateAttestationBypass$'"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"selector": "TestPackageGateWorkflowOracleRejectsAlwaysWithoutNeedSuccess",
|
|
2383
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsAlwaysWithoutNeedSuccess$'"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"selector": "TestPackageGateWorkflowOracleRejectsDisabledAndShadowedEvidence",
|
|
2387
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsDisabledAndShadowedEvidence$'"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"selector": "TestPackageGateWorkflowOracleRejectsDuplicatePriorStepName",
|
|
2391
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsDuplicatePriorStepName$'"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"selector": "TestPackageGateWorkflowOracleRejectsExecutionOverrides",
|
|
2395
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsExecutionOverrides$'"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"selector": "TestPackageGateWorkflowOracleRejectsLateRequiredPriorStep",
|
|
2399
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsLateRequiredPriorStep$'"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"selector": "TestPackageGateWorkflowOracleRejectsMissingWorkflowPermissionFloor",
|
|
2403
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsMissingWorkflowPermissionFloor$'"
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"selector": "TestPackageGateWorkflowOracleRejectsNeedSuccessBypass",
|
|
2407
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsNeedSuccessBypass$'"
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"selector": "TestPackageGateWorkflowOracleRejectsRequiredPriorExecutionOverride",
|
|
2411
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsRequiredPriorExecutionOverride$'"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"selector": "TestPackageGateWorkflowOracleRejectsUnusedAllowedStepEnvironment",
|
|
2415
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsUnusedAllowedStepEnvironment$'"
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"selector": "TestPackageGateWorkflowOracleRejectsWrongPriorStepCommand",
|
|
2419
|
+
"command": "go test ./scripts -run '^TestPackageGateWorkflowOracleRejectsWrongPriorStepCommand$'"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"selector": "TestWorkflowGuardExpressionsRejectNeutralization",
|
|
2423
|
+
"command": "go test ./scripts -run '^TestWorkflowGuardExpressionsRejectNeutralization$'"
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
1759
2426
|
"commandIds": [
|
|
1760
2427
|
"proofkit.go-test"
|
|
1761
2428
|
],
|
|
@@ -1896,6 +2563,20 @@
|
|
|
1896
2563
|
"witnessId": "proofkit.pythonpackage.release-platform-parity",
|
|
1897
2564
|
"witnessKind": "contract",
|
|
1898
2565
|
"witnessPath": "internal/tools/pythonpackage/metadata_test.go",
|
|
2566
|
+
"witnessSelectors": [
|
|
2567
|
+
{
|
|
2568
|
+
"selector": "TestREADMEPlatformAndPythonProjection",
|
|
2569
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestREADMEPlatformAndPythonProjection$'"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"selector": "TestReleaseTargetsProjectExactPythonWheelMetadata",
|
|
2573
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestReleaseTargetsProjectExactPythonWheelMetadata$'"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"selector": "TestVerifyWheelContentsRequiresExactWheelMetadata",
|
|
2577
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRequiresExactWheelMetadata$'"
|
|
2578
|
+
}
|
|
2579
|
+
],
|
|
1899
2580
|
"commandIds": [
|
|
1900
2581
|
"proofkit.go-test",
|
|
1901
2582
|
"proofkit.python-package",
|
|
@@ -2060,6 +2741,32 @@
|
|
|
2060
2741
|
"witnessId": "proofkit.packageverify.installed-json-abi-smoke",
|
|
2061
2742
|
"witnessKind": "contract",
|
|
2062
2743
|
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
2744
|
+
"witnessSelectors": [
|
|
2745
|
+
{
|
|
2746
|
+
"selector": "TestExactTarballOnboardingTrace",
|
|
2747
|
+
"command": "go test ./internal/tools/packageverify -run '^TestExactTarballOnboardingTrace$'"
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"selector": "TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken",
|
|
2751
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledInvocationRequiresAuthoredOrderAndExactCommandToken$'"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"selector": "TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput",
|
|
2755
|
+
"command": "go test ./internal/tools/packageverify -run '^TestOnboardingTraceCoversEveryDiscoveredPresetAndREADMEInput$'"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"selector": "TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords",
|
|
2759
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputUsesBoundedLiteralShellWords$'"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"selector": "TestInstalledREADMEFirstInputPreservesJSONExampleBytes",
|
|
2763
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledREADMEFirstInputPreservesJSONExampleBytes$'"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"selector": "TestLiteralShellWordsConsumesLongBackslashRun",
|
|
2767
|
+
"command": "go test ./internal/tools/packageverify -run '^TestLiteralShellWordsConsumesLongBackslashRun$'"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2063
2770
|
"commandIds": [
|
|
2064
2771
|
"proofkit.go-test",
|
|
2065
2772
|
"proofkit.package-artifact"
|
|
@@ -2123,6 +2830,26 @@
|
|
|
2123
2830
|
"local-go"
|
|
2124
2831
|
]
|
|
2125
2832
|
},
|
|
2833
|
+
{
|
|
2834
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-006",
|
|
2835
|
+
"scenarioId": "proofkit.supply-chain-quality.osv-permission-separation",
|
|
2836
|
+
"witnessId": "proofkit.osv.permission-separation-falsifier",
|
|
2837
|
+
"witnessKind": "contract",
|
|
2838
|
+
"witnessPath": "scripts/workflow_security_scanner_oracles_test.go",
|
|
2839
|
+
"witnessSelectors": [
|
|
2840
|
+
{
|
|
2841
|
+
"selector": "TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions",
|
|
2842
|
+
"command": "go test ./scripts -run '^TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions$'"
|
|
2843
|
+
}
|
|
2844
|
+
],
|
|
2845
|
+
"commandIds": [
|
|
2846
|
+
"proofkit.actionlint",
|
|
2847
|
+
"proofkit.go-test"
|
|
2848
|
+
],
|
|
2849
|
+
"environmentClasses": [
|
|
2850
|
+
"local-go"
|
|
2851
|
+
]
|
|
2852
|
+
},
|
|
2126
2853
|
{
|
|
2127
2854
|
"requirementId": "REQ-PROOFKIT-QUALITY-001",
|
|
2128
2855
|
"scenarioId": "proofkit.supply-chain-quality.release-attestation-wiring",
|
|
@@ -2141,8 +2868,23 @@
|
|
|
2141
2868
|
"scenarioId": "proofkit.supply-chain-quality.release-sbom",
|
|
2142
2869
|
"witnessId": "proofkit.release-sbom.deterministic-inventory",
|
|
2143
2870
|
"witnessKind": "contract",
|
|
2144
|
-
"witnessPath": "internal/tools/releasesbom/
|
|
2871
|
+
"witnessPath": "internal/tools/releasesbom/main_test.go",
|
|
2872
|
+
"witnessSelectors": [
|
|
2873
|
+
{
|
|
2874
|
+
"selector": "TestArtifactSpecificRuntimeEdgesAndExcludedInventory",
|
|
2875
|
+
"command": "go test ./internal/tools/releasesbom -run '^TestArtifactSpecificRuntimeEdgesAndExcludedInventory$'"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"selector": "TestReleaseFileEvidenceRejectsDeterministicIdentitySwap",
|
|
2879
|
+
"command": "go test ./internal/tools/releasesbom -run '^TestReleaseFileEvidenceRejectsDeterministicIdentitySwap$'"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"selector": "TestReleaseFileEvidenceRejectsDeterministicInPlaceMutation",
|
|
2883
|
+
"command": "go test ./internal/tools/releasesbom -run '^TestReleaseFileEvidenceRejectsDeterministicInPlaceMutation$'"
|
|
2884
|
+
}
|
|
2885
|
+
],
|
|
2145
2886
|
"commandIds": [
|
|
2887
|
+
"proofkit.go-test",
|
|
2146
2888
|
"proofkit.release-sbom"
|
|
2147
2889
|
],
|
|
2148
2890
|
"environmentClasses": [
|
|
@@ -2162,6 +2904,30 @@
|
|
|
2162
2904
|
"local-go"
|
|
2163
2905
|
]
|
|
2164
2906
|
},
|
|
2907
|
+
{
|
|
2908
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-007",
|
|
2909
|
+
"scenarioId": "proofkit.supply-chain-quality.scorecard-permission-and-publication-inputs",
|
|
2910
|
+
"witnessId": "proofkit.scorecard.permission-and-publication-inputs-falsifier",
|
|
2911
|
+
"witnessKind": "contract",
|
|
2912
|
+
"witnessPath": "scripts/workflow_security_scanner_oracles_test.go",
|
|
2913
|
+
"witnessSelectors": [
|
|
2914
|
+
{
|
|
2915
|
+
"selector": "TestScorecardPublicPublishDeclaresRequiredOutputInputs",
|
|
2916
|
+
"command": "go test ./scripts -run '^TestScorecardPublicPublishDeclaresRequiredOutputInputs$'"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"selector": "TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions",
|
|
2920
|
+
"command": "go test ./scripts -run '^TestSecurityScannerWorkflowsSeparateProviderPublicationPermissions$'"
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
"commandIds": [
|
|
2924
|
+
"proofkit.actionlint",
|
|
2925
|
+
"proofkit.go-test"
|
|
2926
|
+
],
|
|
2927
|
+
"environmentClasses": [
|
|
2928
|
+
"local-go"
|
|
2929
|
+
]
|
|
2930
|
+
},
|
|
2165
2931
|
{
|
|
2166
2932
|
"requirementId": "REQ-PROOFKIT-SPEC-017",
|
|
2167
2933
|
"scenarioId": "proofkit.spec-proof-core.capability-map-admission-trust-modes",
|
|
@@ -2181,6 +2947,16 @@
|
|
|
2181
2947
|
"witnessId": "proofkit.command-family-navigation.help-compatibility-falsifier",
|
|
2182
2948
|
"witnessKind": "contract",
|
|
2183
2949
|
"witnessPath": "internal/app/command_family_catalog_test.go",
|
|
2950
|
+
"witnessSelectors": [
|
|
2951
|
+
{
|
|
2952
|
+
"selector": "TestRootHelpDiscoversFamiliesWithoutExpandingThem",
|
|
2953
|
+
"command": "go test ./internal/app -run '^TestRootHelpDiscoversFamiliesWithoutExpandingThem$'"
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"selector": "TestStackPresetVocabularyProjectsFromOneOwner",
|
|
2957
|
+
"command": "go test ./internal/app -run '^TestStackPresetVocabularyProjectsFromOneOwner$'"
|
|
2958
|
+
}
|
|
2959
|
+
],
|
|
2184
2960
|
"commandIds": [
|
|
2185
2961
|
"proofkit.go-test"
|
|
2186
2962
|
],
|
|
@@ -2252,9 +3028,39 @@
|
|
|
2252
3028
|
"witnessId": "proofkit.requirement-browser.proof-artifact-confinement-falsifier",
|
|
2253
3029
|
"witnessKind": "contract",
|
|
2254
3030
|
"witnessPath": "internal/tools/browserproofverify/artifact_paths_test.go",
|
|
3031
|
+
"witnessSelectors": [
|
|
3032
|
+
{
|
|
3033
|
+
"selector": "TestFinalizeBrowserProofRunCleansSuccessAndRetainsFailureDiagnostics",
|
|
3034
|
+
"command": "go test ./internal/tools/browserproofverify -run '^TestFinalizeBrowserProofRunCleansSuccessAndRetainsFailureDiagnostics$'"
|
|
3035
|
+
}
|
|
3036
|
+
],
|
|
2255
3037
|
"commandIds": ["proofkit.go-test"],
|
|
2256
3038
|
"environmentClasses": ["local-go"]
|
|
2257
3039
|
},
|
|
3040
|
+
{
|
|
3041
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-022",
|
|
3042
|
+
"scenarioId": "proofkit.supply-chain-quality.browser-failure-diagnostics-retention",
|
|
3043
|
+
"witnessId": "proofkit.requirement-browser.failure-diagnostics-retention-falsifier",
|
|
3044
|
+
"witnessKind": "contract",
|
|
3045
|
+
"witnessPath": "scripts/workflow_browser_runtime_oracle_test.go",
|
|
3046
|
+
"witnessSelectors": [
|
|
3047
|
+
{
|
|
3048
|
+
"selector": "TestCIBrowserRuntimeRetainsFailureDiagnosticsWithoutPublishingProof",
|
|
3049
|
+
"command": "go test ./scripts -run '^TestCIBrowserRuntimeRetainsFailureDiagnosticsWithoutPublishingProof$'"
|
|
3050
|
+
}
|
|
3051
|
+
],
|
|
3052
|
+
"commandIds": ["proofkit.go-test"],
|
|
3053
|
+
"environmentClasses": ["local-go"]
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-022",
|
|
3057
|
+
"scenarioId": "proofkit.supply-chain-quality.browser-trace-observer-effect",
|
|
3058
|
+
"witnessId": "proofkit.requirement-browser.trace-observer-effect-falsifier",
|
|
3059
|
+
"witnessKind": "technical",
|
|
3060
|
+
"witnessPath": "scripts/browser-proof-inputs.test.mjs",
|
|
3061
|
+
"commandIds": ["proofkit.browser-check"],
|
|
3062
|
+
"environmentClasses": ["local-node-browser"]
|
|
3063
|
+
},
|
|
2258
3064
|
{
|
|
2259
3065
|
"requirementId": "REQ-PROOFKIT-QUALITY-022",
|
|
2260
3066
|
"scenarioId": "proofkit.supply-chain-quality.browser-terminal-concurrency",
|
|
@@ -2279,6 +3085,24 @@
|
|
|
2279
3085
|
"witnessId": "proofkit.python-package.macho-platform-falsifier",
|
|
2280
3086
|
"witnessKind": "contract",
|
|
2281
3087
|
"witnessPath": "internal/tools/pythonpackage/metadata_test.go",
|
|
3088
|
+
"witnessSelectors": [
|
|
3089
|
+
{
|
|
3090
|
+
"selector": "TestMachOMinimumMacOSAcceptsLegacyVersionCommand",
|
|
3091
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestMachOMinimumMacOSAcceptsLegacyVersionCommand$'"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"selector": "TestMachOMinimumMacOSRejectsTruncatedBuildVersion",
|
|
3095
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestMachOMinimumMacOSRejectsTruncatedBuildVersion$'"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"selector": "TestVerifyWheelContentsAcceptsDarwinTagAtOrAboveMachOMinimum",
|
|
3099
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsAcceptsDarwinTagAtOrAboveMachOMinimum$'"
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"selector": "TestVerifyWheelContentsRejectsDarwinTagBelowMachOMinimum",
|
|
3103
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestVerifyWheelContentsRejectsDarwinTagBelowMachOMinimum$'"
|
|
3104
|
+
}
|
|
3105
|
+
],
|
|
2282
3106
|
"commandIds": ["proofkit.go-test"],
|
|
2283
3107
|
"environmentClasses": ["local-go"]
|
|
2284
3108
|
},
|
|
@@ -2297,6 +3121,20 @@
|
|
|
2297
3121
|
"witnessId": "proofkit.release-change.versioned-projection-falsifier",
|
|
2298
3122
|
"witnessKind": "contract",
|
|
2299
3123
|
"witnessPath": "internal/tools/releasechange/record_test.go",
|
|
3124
|
+
"witnessSelectors": [
|
|
3125
|
+
{
|
|
3126
|
+
"selector": "TestAdmitEnforcesVersionedChangeClass",
|
|
3127
|
+
"command": "go test ./internal/tools/releasechange -run '^TestAdmitEnforcesVersionedChangeClass$'"
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"selector": "TestRenderStatesPreOneExactPinPolicy",
|
|
3131
|
+
"command": "go test ./internal/tools/releasechange -run '^TestRenderStatesPreOneExactPinPolicy$'"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"selector": "TestCurrentChangeRecordNamesReviewedSemanticChanges",
|
|
3135
|
+
"command": "go test ./internal/tools/releasechange -run '^TestCurrentChangeRecordNamesReviewedSemanticChanges$'"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
2300
3138
|
"commandIds": ["proofkit.go-test"],
|
|
2301
3139
|
"environmentClasses": ["local-go"]
|
|
2302
3140
|
},
|
|
@@ -2318,6 +3156,29 @@
|
|
|
2318
3156
|
"commandIds": ["proofkit.go-test"],
|
|
2319
3157
|
"environmentClasses": ["local-go"]
|
|
2320
3158
|
},
|
|
3159
|
+
{
|
|
3160
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-025",
|
|
3161
|
+
"scenarioId": "proofkit.supply-chain-quality.workflow-source-oracles",
|
|
3162
|
+
"witnessId": "proofkit.workflow.exact-source-oracle-falsifiers",
|
|
3163
|
+
"witnessKind": "contract",
|
|
3164
|
+
"witnessPath": "scripts/workflow_source_oracles_test.go",
|
|
3165
|
+
"witnessSelectors": [
|
|
3166
|
+
{
|
|
3167
|
+
"selector": "TestExistingReleasePathIsReadOnlyAndFailsOnDrift",
|
|
3168
|
+
"command": "go test ./scripts -run '^TestExistingReleasePathIsReadOnlyAndFailsOnDrift$'"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"selector": "TestWorkflowClosedKeyAdmission",
|
|
3172
|
+
"command": "go test ./scripts -run '^TestWorkflowClosedKeyAdmission$'"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"selector": "TestWorkflowExternalActionsUseFullCommitSHAs",
|
|
3176
|
+
"command": "go test ./scripts -run '^TestWorkflowExternalActionsUseFullCommitSHAs$'"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"commandIds": ["proofkit.actionlint", "proofkit.go-test"],
|
|
3180
|
+
"environmentClasses": ["local-go"]
|
|
3181
|
+
},
|
|
2321
3182
|
{
|
|
2322
3183
|
"requirementId": "REQ-PROOFKIT-SPEC-019",
|
|
2323
3184
|
"scenarioId": "proofkit.spec-proof-core.requirement-context-composition",
|
|
@@ -2336,6 +3197,21 @@
|
|
|
2336
3197
|
"commandIds": ["proofkit.go-test"],
|
|
2337
3198
|
"environmentClasses": ["local-go"]
|
|
2338
3199
|
},
|
|
3200
|
+
{
|
|
3201
|
+
"requirementId": "REQ-PROOFKIT-SPEC-019",
|
|
3202
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-context-digest-coverage-migration",
|
|
3203
|
+
"witnessId": "proofkit.requirement-context.digest-coverage-adapter-falsifier",
|
|
3204
|
+
"witnessKind": "contract",
|
|
3205
|
+
"witnessPath": "internal/command/requirementcontext/requirementcontext_test.go",
|
|
3206
|
+
"witnessSelectors": [
|
|
3207
|
+
{
|
|
3208
|
+
"selector": "TestV1DigestCoverageAdapters",
|
|
3209
|
+
"command": "go test ./internal/command/requirementcontext -run '^TestV1DigestCoverageAdapters$'"
|
|
3210
|
+
}
|
|
3211
|
+
],
|
|
3212
|
+
"commandIds": ["proofkit.go-test"],
|
|
3213
|
+
"environmentClasses": ["local-go"]
|
|
3214
|
+
},
|
|
2339
3215
|
{
|
|
2340
3216
|
"requirementId": "REQ-PROOFKIT-SPEC-020",
|
|
2341
3217
|
"scenarioId": "proofkit.spec-proof-core.requirement-context-slicing",
|
|
@@ -2387,6 +3263,35 @@
|
|
|
2387
3263
|
"witnessId": "proofkit.requirement-browser.one-shot-cleanup-falsifier",
|
|
2388
3264
|
"witnessKind": "contract",
|
|
2389
3265
|
"witnessPath": "internal/command/requirementbrowser/server_test.go",
|
|
3266
|
+
"witnessSelectors": [
|
|
3267
|
+
{
|
|
3268
|
+
"selector": "TestServeOneShotDoesNotReadCompletedDoneTwice",
|
|
3269
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestServeOneShotDoesNotReadCompletedDoneTwice$'"
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"selector": "TestServeOneShotReturnsCleanupFailuresWithoutWritingTerminalPacket",
|
|
3273
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestServeOneShotReturnsCleanupFailuresWithoutWritingTerminalPacket$'"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"selector": "TestServeOneShotWaitsForDoneBeforeWritingTerminalPacket",
|
|
3277
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestServeOneShotWaitsForDoneBeforeWritingTerminalPacket$'"
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"commandIds": ["proofkit.go-test"],
|
|
3281
|
+
"environmentClasses": ["local-go"]
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"requirementId": "REQ-PROOFKIT-SPEC-021",
|
|
3285
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-browser-digest-coverage-projections",
|
|
3286
|
+
"witnessId": "proofkit.requirement-browser.digest-coverage-projection-falsifier",
|
|
3287
|
+
"witnessKind": "contract",
|
|
3288
|
+
"witnessPath": "internal/command/requirementbrowser/workspace_test.go",
|
|
3289
|
+
"witnessSelectors": [
|
|
3290
|
+
{
|
|
3291
|
+
"selector": "TestV2DigestCoverageProjections",
|
|
3292
|
+
"command": "go test ./internal/command/requirementbrowser -run '^TestV2DigestCoverageProjections$'"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
2390
3295
|
"commandIds": ["proofkit.go-test"],
|
|
2391
3296
|
"environmentClasses": ["local-go"]
|
|
2392
3297
|
},
|
|
@@ -2417,6 +3322,21 @@
|
|
|
2417
3322
|
"commandIds": ["proofkit.go-test"],
|
|
2418
3323
|
"environmentClasses": ["local-go"]
|
|
2419
3324
|
},
|
|
3325
|
+
{
|
|
3326
|
+
"requirementId": "REQ-PROOFKIT-SPEC-022",
|
|
3327
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-semantic-diff-digest-coverage-migration",
|
|
3328
|
+
"witnessId": "proofkit.requirement-semantic-diff.digest-coverage-adapter-falsifier",
|
|
3329
|
+
"witnessKind": "contract",
|
|
3330
|
+
"witnessPath": "internal/command/requirementdiff/requirementdiff_test.go",
|
|
3331
|
+
"witnessSelectors": [
|
|
3332
|
+
{
|
|
3333
|
+
"selector": "TestDigestCoverageAdaptersPreserveSemanticDiffV2",
|
|
3334
|
+
"command": "go test ./internal/command/requirementdiff -run '^TestDigestCoverageAdaptersPreserveSemanticDiffV2$'"
|
|
3335
|
+
}
|
|
3336
|
+
],
|
|
3337
|
+
"commandIds": ["proofkit.go-test"],
|
|
3338
|
+
"environmentClasses": ["local-go"]
|
|
3339
|
+
},
|
|
2420
3340
|
{
|
|
2421
3341
|
"requirementId": "REQ-PROOFKIT-SPEC-023",
|
|
2422
3342
|
"scenarioId": "proofkit.spec-proof-core.requirement-traceability-evidence-planes",
|
|
@@ -2444,6 +3364,21 @@
|
|
|
2444
3364
|
"commandIds": ["proofkit.go-test"],
|
|
2445
3365
|
"environmentClasses": ["local-go"]
|
|
2446
3366
|
},
|
|
3367
|
+
{
|
|
3368
|
+
"requirementId": "REQ-PROOFKIT-SPEC-023",
|
|
3369
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-traceability-context-migration",
|
|
3370
|
+
"witnessId": "proofkit.requirement-traceability.context-migration-falsifier",
|
|
3371
|
+
"witnessKind": "contract",
|
|
3372
|
+
"witnessPath": "internal/command/requirementgraph/requirementgraph_test.go",
|
|
3373
|
+
"witnessSelectors": [
|
|
3374
|
+
{
|
|
3375
|
+
"selector": "TestBuildConsumesNormalizedV1AndV2ContextSnapshots",
|
|
3376
|
+
"command": "go test ./internal/command/requirementgraph -run '^TestBuildConsumesNormalizedV1AndV2ContextSnapshots$'"
|
|
3377
|
+
}
|
|
3378
|
+
],
|
|
3379
|
+
"commandIds": ["proofkit.go-test"],
|
|
3380
|
+
"environmentClasses": ["local-go"]
|
|
3381
|
+
},
|
|
2447
3382
|
{
|
|
2448
3383
|
"requirementId": "REQ-PROOFKIT-SPEC-021",
|
|
2449
3384
|
"scenarioId": "proofkit.spec-proof-core.requirement-browser-rendered-runtime",
|
|
@@ -2478,6 +3413,11 @@
|
|
|
2478
3413
|
"command": "npm run browser:check",
|
|
2479
3414
|
"environmentClass": "local-node-browser"
|
|
2480
3415
|
},
|
|
3416
|
+
{
|
|
3417
|
+
"commandId": "proofkit.command-contract-check",
|
|
3418
|
+
"command": "npm run command-contract:check",
|
|
3419
|
+
"environmentClass": "local-go"
|
|
3420
|
+
},
|
|
2481
3421
|
{
|
|
2482
3422
|
"commandId": "proofkit.ci-receipt-anchor",
|
|
2483
3423
|
"command": "npm run self:receipt",
|