@research-engineering/agentic-proofkit 0.4.0 → 0.5.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/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 +86 -0
- package/docs/specs/proofkit-agent-workflow/requirements.v1.json +157 -0
- package/docs/specs/proofkit-spec-proof-core/overview.md +7 -3
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +2 -2
- package/docs/specs/proofkit-supply-chain-quality/overview.md +22 -4
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +27 -1
- package/package.json +2 -2
- package/proofkit/cli-contract.v2.json +463 -18
- package/proofkit/command-families.v1.json +9 -0
- package/proofkit/requirement-bindings.json +768 -0
- package/proofkit/witness-plan.json +3 -0
|
@@ -612,6 +612,22 @@
|
|
|
612
612
|
"proofState": "witness_backed",
|
|
613
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
614
|
},
|
|
615
|
+
{
|
|
616
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-026",
|
|
617
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
618
|
+
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
619
|
+
"claimLevel": "blocking",
|
|
620
|
+
"proofState": "witness_backed",
|
|
621
|
+
"nonClaims": ["This bounded encoding policy does not prove terminal-rendering equivalence or safety of arbitrary downstream decoders."]
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
625
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
626
|
+
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
627
|
+
"claimLevel": "blocking",
|
|
628
|
+
"proofState": "witness_backed",
|
|
629
|
+
"nonClaims": ["This bounded diagnostic taxonomy does not prove confidentiality of values outside its admitted secret and control classes or claim that every repository-internal tool invocation uses the installed-carrier timeout policy."]
|
|
630
|
+
},
|
|
615
631
|
{
|
|
616
632
|
"requirementId": "REQ-PROOFKIT-SPEC-017",
|
|
617
633
|
"ownerId": "proofkit.spec-proof-core",
|
|
@@ -679,6 +695,94 @@
|
|
|
679
695
|
"claimLevel": "blocking",
|
|
680
696
|
"proofState": "witness_backed",
|
|
681
697
|
"nonClaims": ["This private single-source model does not select or expose a source codec, parse or serialize a persisted source, retain a normalized mirror, establish cross-source requirement identity, authenticate derivation objects, digests, selectors, or freshness, authenticate a caller-declared sourceKind or prove its author's authority or trust class, cut over any current requirement consumer, prove requirement meaning or implementation correctness, execute native witnesses, approve merge or release, or establish rollout or production readiness."]
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-001",
|
|
701
|
+
"ownerId": "proofkit.agent-workflow",
|
|
702
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
703
|
+
"claimLevel": "blocking",
|
|
704
|
+
"proofState": "witness_backed",
|
|
705
|
+
"nonClaims": ["The planner does not authenticate caller assertions or prove that a planned action was executed, correct, reviewed, or completed."]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-002",
|
|
709
|
+
"ownerId": "proofkit.agent-workflow",
|
|
710
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
711
|
+
"claimLevel": "blocking",
|
|
712
|
+
"proofState": "witness_backed",
|
|
713
|
+
"nonClaims": ["Stage ordering does not prove the semantic adequacy of any architecture, design, plan, implementation, verification, pull request, or closeout artifact."]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-003",
|
|
717
|
+
"ownerId": "proofkit.agent-workflow",
|
|
718
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
719
|
+
"claimLevel": "blocking",
|
|
720
|
+
"proofState": "witness_backed",
|
|
721
|
+
"nonClaims": ["The snapshot relation does not own pending work, elapsed time, predecessor history, waiver, abort, reopen, or external task-state transitions."]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-004",
|
|
725
|
+
"ownerId": "proofkit.agent-workflow",
|
|
726
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
727
|
+
"claimLevel": "blocking",
|
|
728
|
+
"proofState": "witness_backed",
|
|
729
|
+
"nonClaims": ["Digest equality proves only internal equality of caller-declared identity fields and does not bind actual bytes, authenticate the reviewer, establish currentness or trust, or prove assessment quality."]
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-005",
|
|
733
|
+
"ownerId": "proofkit.agent-workflow",
|
|
734
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
735
|
+
"claimLevel": "blocking",
|
|
736
|
+
"proofState": "witness_backed",
|
|
737
|
+
"nonClaims": ["Structural least closure relative to caller-declared seeds and edges does not prove context truth, freshness, semantic sufficiency, global minimality, or provider token usage."]
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-006",
|
|
741
|
+
"ownerId": "proofkit.agent-workflow",
|
|
742
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
743
|
+
"claimLevel": "blocking",
|
|
744
|
+
"proofState": "witness_backed",
|
|
745
|
+
"nonClaims": ["Explicit caller input does not establish repository identity, policy, source meaning, authorization to mutate, or the truth of observations made outside Proofkit."]
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-007",
|
|
749
|
+
"ownerId": "proofkit.agent-workflow",
|
|
750
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
751
|
+
"claimLevel": "blocking",
|
|
752
|
+
"proofState": "witness_backed",
|
|
753
|
+
"nonClaims": ["The template does not generate, execute, approve, authenticate, or prove adequacy of a consuming repository's script, witness, oracle, receipt, policy, or cleanup implementation."]
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-008",
|
|
757
|
+
"ownerId": "proofkit.agent-workflow",
|
|
758
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
759
|
+
"claimLevel": "blocking",
|
|
760
|
+
"proofState": "witness_backed",
|
|
761
|
+
"nonClaims": ["Bounded nondisclosure admission does not prove absence of every possible sensitive value or every terminal interpretation."]
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-009",
|
|
765
|
+
"ownerId": "proofkit.agent-workflow",
|
|
766
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
767
|
+
"claimLevel": "blocking",
|
|
768
|
+
"proofState": "witness_backed",
|
|
769
|
+
"nonClaims": ["Terminal styling is presentation only and does not claim identical rendering across terminal emulators."]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-010",
|
|
773
|
+
"ownerId": "proofkit.agent-workflow",
|
|
774
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
775
|
+
"claimLevel": "blocking",
|
|
776
|
+
"proofState": "witness_backed",
|
|
777
|
+
"nonClaims": ["Structural minimality does not prove universal usability, open-world optimality, lower provider token use, or lower cognitive cost for every user and repository."]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-011",
|
|
781
|
+
"ownerId": "proofkit.agent-workflow",
|
|
782
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
783
|
+
"claimLevel": "blocking",
|
|
784
|
+
"proofState": "witness_backed",
|
|
785
|
+
"nonClaims": ["Public-surface closure does not claim wheel documentation parity and does not prove registry publication, provider ingestion, compatibility on untested platforms, native witness truth, merge approval, rollout, or production readiness."]
|
|
682
786
|
}
|
|
683
787
|
],
|
|
684
788
|
"bindings": [
|
|
@@ -1413,6 +1517,16 @@
|
|
|
1413
1517
|
"witnessId": "proofkit.agent-envelope.reference-closure",
|
|
1414
1518
|
"witnessKind": "contract",
|
|
1415
1519
|
"witnessPath": "internal/kernel/agentenvelope/agentenvelope_test.go",
|
|
1520
|
+
"witnessSelectors": [
|
|
1521
|
+
{
|
|
1522
|
+
"selector": "TestBuildPrunesReferencesToTruncatedLocalTargets",
|
|
1523
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildPrunesReferencesToTruncatedLocalTargets$'"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"selector": "TestBuildPrunesCommandIDsWithoutRetainedCommands",
|
|
1527
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildPrunesCommandIDsWithoutRetainedCommands$'"
|
|
1528
|
+
}
|
|
1529
|
+
],
|
|
1416
1530
|
"commandIds": [
|
|
1417
1531
|
"proofkit.go-test"
|
|
1418
1532
|
],
|
|
@@ -1420,6 +1534,37 @@
|
|
|
1420
1534
|
"local-go"
|
|
1421
1535
|
]
|
|
1422
1536
|
},
|
|
1537
|
+
{
|
|
1538
|
+
"requirementId": "REQ-PROOFKIT-SPEC-005",
|
|
1539
|
+
"scenarioId": "proofkit.spec-proof-core.agent-envelope-local-identity-admission",
|
|
1540
|
+
"witnessId": "proofkit.agent-envelope.local-identity-admission-falsifier",
|
|
1541
|
+
"witnessKind": "contract",
|
|
1542
|
+
"witnessPath": "internal/kernel/agentenvelope/reference_identity_test.go",
|
|
1543
|
+
"witnessSelectors": [
|
|
1544
|
+
{
|
|
1545
|
+
"selector": "TestBuildRejectsDuplicateAndCrossDomainLocalIdentities",
|
|
1546
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildRejectsDuplicateAndCrossDomainLocalIdentities$'"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"selector": "TestBuildPrunesAmbiguousIdentityFromEveryReferenceContainer",
|
|
1550
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildPrunesAmbiguousIdentityFromEveryReferenceContainer$'"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"selector": "TestBuildOmitsUnsafeTargetsAndReferencesBeforeDisplaySanitization",
|
|
1554
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildOmitsUnsafeTargetsAndReferencesBeforeDisplaySanitization$'"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"selector": "TestBuildCountsStandaloneUnsafeReferenceOmissions",
|
|
1558
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildCountsStandaloneUnsafeReferenceOmissions$'"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"selector": "TestBuildPreservesUniqueLocalAndSafeExternalReferences",
|
|
1562
|
+
"command": "go test ./internal/kernel/agentenvelope -run '^TestBuildPreservesUniqueLocalAndSafeExternalReferences$'"
|
|
1563
|
+
}
|
|
1564
|
+
],
|
|
1565
|
+
"commandIds": ["proofkit.go-test"],
|
|
1566
|
+
"environmentClasses": ["local-go"]
|
|
1567
|
+
},
|
|
1423
1568
|
{
|
|
1424
1569
|
"requirementId": "REQ-PROOFKIT-SPEC-006",
|
|
1425
1570
|
"scenarioId": "proofkit.spec-proof-core.test-inventory-normalized-output",
|
|
@@ -3487,6 +3632,74 @@
|
|
|
3487
3632
|
"commandIds": ["proofkit.browser-check"],
|
|
3488
3633
|
"environmentClasses": ["local-node-browser"]
|
|
3489
3634
|
},
|
|
3635
|
+
{
|
|
3636
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
3637
|
+
"scenarioId": "proofkit.supply-chain-quality.npm-python-carrier-binary-byte-identity",
|
|
3638
|
+
"witnessId": "proofkit.package-verifier.platform-binary-byte-identity-falsifier",
|
|
3639
|
+
"witnessKind": "contract",
|
|
3640
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
3641
|
+
"witnessSelectors": [
|
|
3642
|
+
{
|
|
3643
|
+
"selector": "TestPackedPlatformBinariesMatchReleaseBinaryBytes",
|
|
3644
|
+
"command": "go test ./internal/tools/packageverify -run '^TestPackedPlatformBinariesMatchReleaseBinaryBytes$'"
|
|
3645
|
+
}
|
|
3646
|
+
],
|
|
3647
|
+
"commandIds": ["proofkit.go-test"],
|
|
3648
|
+
"environmentClasses": ["local-go"]
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
3652
|
+
"scenarioId": "proofkit.supply-chain-quality.final-cross-carrier-binary-byte-identity",
|
|
3653
|
+
"witnessId": "proofkit.release-manifest.cross-carrier-byte-identity-falsifier",
|
|
3654
|
+
"witnessKind": "contract",
|
|
3655
|
+
"witnessPath": "internal/tools/releasemanifest/carrier_identity_test.go",
|
|
3656
|
+
"witnessSelectors": [
|
|
3657
|
+
{
|
|
3658
|
+
"selector": "TestCrossCarrierBinaryIdentityReadsFinalArchives",
|
|
3659
|
+
"command": "go test ./internal/tools/releasemanifest -run '^TestCrossCarrierBinaryIdentityReadsFinalArchives$'"
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"commandIds": ["proofkit.go-test"],
|
|
3663
|
+
"environmentClasses": ["local-go"]
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
3667
|
+
"scenarioId": "proofkit.supply-chain-quality.release-closeout-npm-byte-admission",
|
|
3668
|
+
"witnessId": "proofkit.release-closeout.npm-byte-admission-falsifier",
|
|
3669
|
+
"witnessKind": "contract",
|
|
3670
|
+
"witnessPath": "internal/tools/releasecloseoutinput/main_test.go",
|
|
3671
|
+
"witnessSelectors": [
|
|
3672
|
+
{
|
|
3673
|
+
"selector": "TestBuildInputFailsClosedForEachBlockingEvidenceClass",
|
|
3674
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestBuildInputFailsClosedForEachBlockingEvidenceClass$'"
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"selector": "TestPackRecordBytesMatchEnforcesByteLimit",
|
|
3678
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestPackRecordBytesMatchEnforcesByteLimit$'"
|
|
3679
|
+
}
|
|
3680
|
+
],
|
|
3681
|
+
"commandIds": [
|
|
3682
|
+
"proofkit.go-test"
|
|
3683
|
+
],
|
|
3684
|
+
"environmentClasses": [
|
|
3685
|
+
"local-go"
|
|
3686
|
+
]
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
3690
|
+
"scenarioId": "proofkit.supply-chain-quality.release-artifact-immutable-snapshot",
|
|
3691
|
+
"witnessId": "proofkit.release-manifest.immutable-artifact-epoch-falsifier",
|
|
3692
|
+
"witnessKind": "contract",
|
|
3693
|
+
"witnessPath": "internal/tools/releasemanifest/artifact_snapshot_test.go",
|
|
3694
|
+
"witnessSelectors": [
|
|
3695
|
+
{
|
|
3696
|
+
"selector": "TestReleaseArtifactSnapshotOwnsOneImmutableEpoch",
|
|
3697
|
+
"command": "go test ./internal/tools/releasemanifest -run '^TestReleaseArtifactSnapshotOwnsOneImmutableEpoch$'"
|
|
3698
|
+
}
|
|
3699
|
+
],
|
|
3700
|
+
"commandIds": ["proofkit.go-test"],
|
|
3701
|
+
"environmentClasses": ["local-go"]
|
|
3702
|
+
},
|
|
3490
3703
|
{
|
|
3491
3704
|
"requirementId": "REQ-PROOFKIT-QUALITY-023",
|
|
3492
3705
|
"scenarioId": "proofkit.supply-chain-quality.python-wheel-platform-byte-compatibility",
|
|
@@ -3633,6 +3846,279 @@
|
|
|
3633
3846
|
"commandIds": ["proofkit.actionlint", "proofkit.go-test"],
|
|
3634
3847
|
"environmentClasses": ["local-go"]
|
|
3635
3848
|
},
|
|
3849
|
+
{
|
|
3850
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-026",
|
|
3851
|
+
"scenarioId": "proofkit.supply-chain-quality.unicode-scalar-policy",
|
|
3852
|
+
"witnessId": "proofkit.unicode-policy.scalar-table-falsifier",
|
|
3853
|
+
"witnessKind": "contract",
|
|
3854
|
+
"witnessPath": "internal/kernel/unicodepolicy/unicodepolicy_test.go",
|
|
3855
|
+
"witnessSelectors": [
|
|
3856
|
+
{
|
|
3857
|
+
"selector": "TestUnsafeScalarTableMatchesVersionedOwnerCorpus",
|
|
3858
|
+
"command": "go test ./internal/kernel/unicodepolicy -run '^TestUnsafeScalarTableMatchesVersionedOwnerCorpus$'"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"selector": "TestUnsafeScalarTableMatchesEveryUnicode15Scalar",
|
|
3862
|
+
"command": "go test ./internal/kernel/unicodepolicy -run '^TestUnsafeScalarTableMatchesEveryUnicode15Scalar$'"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"selector": "TestValidScalarStringRejectsMalformedUTF8",
|
|
3866
|
+
"command": "go test ./internal/kernel/unicodepolicy -run '^TestValidScalarStringRejectsMalformedUTF8$'"
|
|
3867
|
+
}
|
|
3868
|
+
],
|
|
3869
|
+
"commandIds": ["proofkit.go-test"],
|
|
3870
|
+
"environmentClasses": ["local-go"]
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-026",
|
|
3874
|
+
"scenarioId": "proofkit.supply-chain-quality.go-stable-json-unicode-parity",
|
|
3875
|
+
"witnessId": "proofkit.stable-json.go-unicode-falsifier",
|
|
3876
|
+
"witnessKind": "contract",
|
|
3877
|
+
"witnessPath": "internal/kernel/stablejson/stablejson_test.go",
|
|
3878
|
+
"witnessSelectors": [
|
|
3879
|
+
{
|
|
3880
|
+
"selector": "TestUnicodePolicyCorpus",
|
|
3881
|
+
"command": "go test ./internal/kernel/stablejson -run '^TestUnicodePolicyCorpus$'"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"selector": "TestMarshalRejectsEveryMalformedUTF8Class",
|
|
3885
|
+
"command": "go test ./internal/kernel/stablejson -run '^TestMarshalRejectsEveryMalformedUTF8Class$'"
|
|
3886
|
+
}
|
|
3887
|
+
],
|
|
3888
|
+
"commandIds": ["proofkit.go-test"],
|
|
3889
|
+
"environmentClasses": ["local-go"]
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-026",
|
|
3893
|
+
"scenarioId": "proofkit.supply-chain-quality.javascript-stable-json-unicode-parity",
|
|
3894
|
+
"witnessId": "proofkit.stable-json.javascript-unicode-falsifier",
|
|
3895
|
+
"witnessKind": "contract",
|
|
3896
|
+
"witnessPath": "scripts/stable_json_selector_test.go",
|
|
3897
|
+
"witnessSelectors": [
|
|
3898
|
+
{
|
|
3899
|
+
"selector": "TestStableJSONJavaScriptUnicodePredicates",
|
|
3900
|
+
"command": "go test ./scripts -run '^TestStableJSONJavaScriptUnicodePredicates$'"
|
|
3901
|
+
}
|
|
3902
|
+
],
|
|
3903
|
+
"commandIds": ["proofkit.go-test"],
|
|
3904
|
+
"environmentClasses": ["local-go"]
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-026",
|
|
3908
|
+
"scenarioId": "proofkit.supply-chain-quality.generated-typescript-stable-json-unicode-parity",
|
|
3909
|
+
"witnessId": "proofkit.generated-typescript-adapter.unicode-falsifier",
|
|
3910
|
+
"witnessKind": "contract",
|
|
3911
|
+
"witnessPath": "internal/command/jsonreportcliadaptersource/json_report_cli_adapter_source_test.go",
|
|
3912
|
+
"witnessSelectors": [
|
|
3913
|
+
{
|
|
3914
|
+
"selector": "TestGeneratedTypeScriptAdapterExecutesCoreSemantics",
|
|
3915
|
+
"command": "go test ./internal/command/jsonreportcliadaptersource -run '^TestGeneratedTypeScriptAdapterExecutesCoreSemantics$'"
|
|
3916
|
+
}
|
|
3917
|
+
],
|
|
3918
|
+
"commandIds": ["proofkit.go-test"],
|
|
3919
|
+
"environmentClasses": ["local-go"]
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3923
|
+
"scenarioId": "proofkit.supply-chain-quality.dynamic-stderr-diagnostic-owner",
|
|
3924
|
+
"witnessId": "proofkit.tool-diagnostic.dynamic-stderr-falsifier",
|
|
3925
|
+
"witnessKind": "contract",
|
|
3926
|
+
"witnessPath": "scripts/diagnostic_boundary_test.go",
|
|
3927
|
+
"witnessSelectors": [
|
|
3928
|
+
{
|
|
3929
|
+
"selector": "TestToolDiagnosticBoundaryRejectsDirectDynamicStderrWrites",
|
|
3930
|
+
"command": "go test ./scripts -run '^TestToolDiagnosticBoundaryRejectsDirectDynamicStderrWrites$'"
|
|
3931
|
+
}
|
|
3932
|
+
],
|
|
3933
|
+
"commandIds": ["proofkit.go-test"],
|
|
3934
|
+
"environmentClasses": ["local-go"]
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3938
|
+
"scenarioId": "proofkit.supply-chain-quality.go-bounded-diagnostic-capture",
|
|
3939
|
+
"witnessId": "proofkit.diagnostic.bounded-capture-falsifier",
|
|
3940
|
+
"witnessKind": "contract",
|
|
3941
|
+
"witnessPath": "internal/kernel/diagnostic/diagnostic_test.go",
|
|
3942
|
+
"witnessSelectors": [
|
|
3943
|
+
{
|
|
3944
|
+
"selector": "TestDiagnosticTextEnforcesWholeValueSafetyAndRuneBound",
|
|
3945
|
+
"command": "go test ./internal/kernel/diagnostic -run '^TestDiagnosticTextEnforcesWholeValueSafetyAndRuneBound$'"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"selector": "TestStderrCaptureSanitizesWholeValuesAndBoundsMemory",
|
|
3949
|
+
"command": "go test ./internal/kernel/diagnostic -run '^TestStderrCaptureSanitizesWholeValuesAndBoundsMemory$'"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"commandIds": ["proofkit.go-test"],
|
|
3953
|
+
"environmentClasses": ["local-go"]
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3957
|
+
"scenarioId": "proofkit.supply-chain-quality.javascript-entrypoint-diagnostic-owner",
|
|
3958
|
+
"witnessId": "proofkit.javascript-entrypoint.diagnostic-owner-falsifier",
|
|
3959
|
+
"witnessKind": "contract",
|
|
3960
|
+
"witnessPath": "scripts/diagnostic-entrypoints.test.mjs",
|
|
3961
|
+
"commandIds": ["proofkit.browser-check"],
|
|
3962
|
+
"environmentClasses": ["local-node-browser"]
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3966
|
+
"scenarioId": "proofkit.supply-chain-quality.browser-proof-writer-diagnostic-nondisclosure",
|
|
3967
|
+
"witnessId": "proofkit.browser-proof-writer.diagnostic-nondisclosure-falsifier",
|
|
3968
|
+
"witnessKind": "contract",
|
|
3969
|
+
"witnessPath": "scripts/diagnostic_boundary_test.go",
|
|
3970
|
+
"witnessSelectors": [
|
|
3971
|
+
{
|
|
3972
|
+
"selector": "TestBrowserProofWriterRedactsInvalidResolution",
|
|
3973
|
+
"command": "go test ./scripts -run '^TestBrowserProofWriterRedactsInvalidResolution$'"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
3976
|
+
"commandIds": ["proofkit.go-test"],
|
|
3977
|
+
"environmentClasses": ["local-go"]
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3981
|
+
"scenarioId": "proofkit.supply-chain-quality.source-hygiene-diagnostic-nondisclosure",
|
|
3982
|
+
"witnessId": "proofkit.source-hygiene.diagnostic-nondisclosure-falsifier",
|
|
3983
|
+
"witnessKind": "contract",
|
|
3984
|
+
"witnessPath": "scripts/source_hygiene_test.go",
|
|
3985
|
+
"witnessSelectors": [
|
|
3986
|
+
{
|
|
3987
|
+
"selector": "TestSourceHygieneRedactsSecretShapedTrackedPath",
|
|
3988
|
+
"command": "go test ./scripts -run '^TestSourceHygieneRedactsSecretShapedTrackedPath$'"
|
|
3989
|
+
}
|
|
3990
|
+
],
|
|
3991
|
+
"commandIds": ["proofkit.go-test"],
|
|
3992
|
+
"environmentClasses": ["local-go"]
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
3996
|
+
"scenarioId": "proofkit.supply-chain-quality.go-report-visible-whole-value-redaction",
|
|
3997
|
+
"witnessId": "proofkit.admit.whole-value-redaction-falsifier",
|
|
3998
|
+
"witnessKind": "contract",
|
|
3999
|
+
"witnessPath": "internal/kernel/admit/fields_test.go",
|
|
4000
|
+
"witnessSelectors": [
|
|
4001
|
+
{
|
|
4002
|
+
"selector": "TestRedactDiagnosticValueReplacesRejectedValuesAsAWhole",
|
|
4003
|
+
"command": "go test ./internal/kernel/admit -run '^TestRedactDiagnosticValueReplacesRejectedValuesAsAWhole$'"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"selector": "TestReportVisibleRedactionMatrixRejectsSplitSecretsWithoutDisclosure",
|
|
4007
|
+
"command": "go test ./internal/kernel/admit -run '^TestReportVisibleRedactionMatrixRejectsSplitSecretsWithoutDisclosure$'"
|
|
4008
|
+
}
|
|
4009
|
+
],
|
|
4010
|
+
"commandIds": ["proofkit.go-test"],
|
|
4011
|
+
"environmentClasses": ["local-go"]
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4015
|
+
"scenarioId": "proofkit.supply-chain-quality.javascript-report-visible-whole-value-redaction",
|
|
4016
|
+
"witnessId": "proofkit.stable-json.javascript-redaction-falsifier",
|
|
4017
|
+
"witnessKind": "contract",
|
|
4018
|
+
"witnessPath": "scripts/stable_json_selector_test.go",
|
|
4019
|
+
"witnessSelectors": [
|
|
4020
|
+
{
|
|
4021
|
+
"selector": "TestStableJSONJavaScriptDiagnosticWholeValueRedaction",
|
|
4022
|
+
"command": "go test ./scripts -run '^TestStableJSONJavaScriptDiagnosticWholeValueRedaction$'"
|
|
4023
|
+
}
|
|
4024
|
+
],
|
|
4025
|
+
"commandIds": ["proofkit.go-test"],
|
|
4026
|
+
"environmentClasses": ["local-go"]
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4030
|
+
"scenarioId": "proofkit.supply-chain-quality.generated-typescript-report-visible-whole-value-redaction",
|
|
4031
|
+
"witnessId": "proofkit.generated-typescript-adapter.redaction-falsifier",
|
|
4032
|
+
"witnessKind": "contract",
|
|
4033
|
+
"witnessPath": "internal/command/jsonreportcliadaptersource/json_report_cli_adapter_source_test.go",
|
|
4034
|
+
"witnessSelectors": [
|
|
4035
|
+
{
|
|
4036
|
+
"selector": "TestGeneratedTypeScriptAdapterExecutesCoreSemantics",
|
|
4037
|
+
"command": "go test ./internal/command/jsonreportcliadaptersource -run '^TestGeneratedTypeScriptAdapterExecutesCoreSemantics$'"
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"commandIds": ["proofkit.go-test"],
|
|
4041
|
+
"environmentClasses": ["local-go"]
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4045
|
+
"scenarioId": "proofkit.supply-chain-quality.shared-diagnostic-writer-whole-value-redaction",
|
|
4046
|
+
"witnessId": "proofkit.diagnostic.whole-value-redaction-falsifier",
|
|
4047
|
+
"witnessKind": "contract",
|
|
4048
|
+
"witnessPath": "internal/kernel/diagnostic/diagnostic_test.go",
|
|
4049
|
+
"witnessSelectors": [
|
|
4050
|
+
{
|
|
4051
|
+
"selector": "TestWriteErrorPreservesSafeTextAndRedactsRejectedValuesAsAWhole",
|
|
4052
|
+
"command": "go test ./internal/kernel/diagnostic -run '^TestWriteErrorPreservesSafeTextAndRedactsRejectedValuesAsAWhole$'"
|
|
4053
|
+
}
|
|
4054
|
+
],
|
|
4055
|
+
"commandIds": ["proofkit.go-test"],
|
|
4056
|
+
"environmentClasses": ["local-go"]
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4060
|
+
"scenarioId": "proofkit.supply-chain-quality.package-verifier-diagnostic-nondisclosure",
|
|
4061
|
+
"witnessId": "proofkit.package-verifier.diagnostic-nondisclosure-falsifier",
|
|
4062
|
+
"witnessKind": "contract",
|
|
4063
|
+
"witnessPath": "internal/tools/packageverify/main_test.go",
|
|
4064
|
+
"witnessSelectors": [
|
|
4065
|
+
{
|
|
4066
|
+
"selector": "TestPackageVerifierDiagnosticNondisclosure",
|
|
4067
|
+
"command": "go test ./internal/tools/packageverify -run '^TestPackageVerifierDiagnosticNondisclosure$'"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"commandIds": ["proofkit.go-test"],
|
|
4071
|
+
"environmentClasses": ["local-go"]
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4075
|
+
"scenarioId": "proofkit.supply-chain-quality.browser-proof-verifier-diagnostic-nondisclosure",
|
|
4076
|
+
"witnessId": "proofkit.browser-proof-verifier.diagnostic-nondisclosure-falsifier",
|
|
4077
|
+
"witnessKind": "contract",
|
|
4078
|
+
"witnessPath": "internal/tools/browserproofverify/main_test.go",
|
|
4079
|
+
"witnessSelectors": [
|
|
4080
|
+
{
|
|
4081
|
+
"selector": "TestDiagnosticsDoNotLeakArtifactValues",
|
|
4082
|
+
"command": "go test ./internal/tools/browserproofverify -run '^TestDiagnosticsDoNotLeakArtifactValues$'"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"commandIds": ["proofkit.go-test"],
|
|
4086
|
+
"environmentClasses": ["local-go"]
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4090
|
+
"scenarioId": "proofkit.supply-chain-quality.installed-carrier-process-bounds",
|
|
4091
|
+
"witnessId": "proofkit.workflow-smoke.process-bounds-falsifier",
|
|
4092
|
+
"witnessKind": "contract",
|
|
4093
|
+
"witnessPath": "internal/tools/workflowsmoke/workflow_smoke_test.go",
|
|
4094
|
+
"witnessSelectors": [
|
|
4095
|
+
{
|
|
4096
|
+
"selector": "TestRunProcessRejectsTimeout",
|
|
4097
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessRejectsTimeout$'"
|
|
4098
|
+
},
|
|
4099
|
+
{
|
|
4100
|
+
"selector": "TestRunProcessRejectsOutputOverflow",
|
|
4101
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessRejectsOutputOverflow$'"
|
|
4102
|
+
}
|
|
4103
|
+
],
|
|
4104
|
+
"commandIds": ["proofkit.go-test"],
|
|
4105
|
+
"environmentClasses": ["local-go"]
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-027",
|
|
4109
|
+
"scenarioId": "proofkit.supply-chain-quality.installed-carrier-process-group-cleanup",
|
|
4110
|
+
"witnessId": "proofkit.workflow-smoke.process-group-cleanup-falsifier",
|
|
4111
|
+
"witnessKind": "contract",
|
|
4112
|
+
"witnessPath": "internal/tools/workflowsmoke/process_unix_test.go",
|
|
4113
|
+
"witnessSelectors": [
|
|
4114
|
+
{
|
|
4115
|
+
"selector": "TestRunProcessTerminatesDescendantsAfterSuccessfulParentExit",
|
|
4116
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestRunProcessTerminatesDescendantsAfterSuccessfulParentExit$'"
|
|
4117
|
+
}
|
|
4118
|
+
],
|
|
4119
|
+
"commandIds": ["proofkit.go-test"],
|
|
4120
|
+
"environmentClasses": ["local-go"]
|
|
4121
|
+
},
|
|
3636
4122
|
{
|
|
3637
4123
|
"requirementId": "REQ-PROOFKIT-SPEC-019",
|
|
3638
4124
|
"scenarioId": "proofkit.spec-proof-core.requirement-context-composition",
|
|
@@ -4150,6 +4636,288 @@
|
|
|
4150
4636
|
"witnessPath": "tests/browser/workspace.spec.mjs",
|
|
4151
4637
|
"commandIds": ["proofkit.browser-check"],
|
|
4152
4638
|
"environmentClasses": ["local-node-browser"]
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-001",
|
|
4642
|
+
"scenarioId": "proofkit.agent-workflow.pure-single-admission-owner",
|
|
4643
|
+
"witnessId": "proofkit.agent-workflow.pure-single-admission-falsifier",
|
|
4644
|
+
"witnessKind": "technical",
|
|
4645
|
+
"witnessPath": "internal/command/changeworkflowplan/change_workflow_plan_test.go",
|
|
4646
|
+
"witnessSelectors": [
|
|
4647
|
+
{
|
|
4648
|
+
"selector": "TestWorkflowPurityPredicates",
|
|
4649
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowPurityPredicates$'"
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"commandIds": ["proofkit.go-test"],
|
|
4653
|
+
"environmentClasses": ["local-go"]
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-002",
|
|
4657
|
+
"scenarioId": "proofkit.agent-workflow.stage-prefix-and-terminal-relation",
|
|
4658
|
+
"witnessId": "proofkit.agent-workflow.stage-prefix-terminal-falsifier",
|
|
4659
|
+
"witnessKind": "technical",
|
|
4660
|
+
"witnessPath": "internal/command/changeworkflowplan/state_test.go",
|
|
4661
|
+
"witnessSelectors": [
|
|
4662
|
+
{
|
|
4663
|
+
"selector": "TestWorkflowStatePredicates",
|
|
4664
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowStatePredicates$'"
|
|
4665
|
+
}
|
|
4666
|
+
],
|
|
4667
|
+
"commandIds": ["proofkit.go-test"],
|
|
4668
|
+
"environmentClasses": ["local-go"]
|
|
4669
|
+
},
|
|
4670
|
+
{
|
|
4671
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-003",
|
|
4672
|
+
"scenarioId": "proofkit.agent-workflow.total-checkpoint-successor-relation",
|
|
4673
|
+
"witnessId": "proofkit.agent-workflow.checkpoint-successor-falsifier",
|
|
4674
|
+
"witnessKind": "technical",
|
|
4675
|
+
"witnessPath": "internal/command/changeworkflowplan/state_test.go",
|
|
4676
|
+
"witnessSelectors": [
|
|
4677
|
+
{
|
|
4678
|
+
"selector": "TestWorkflowCheckpointPredicates",
|
|
4679
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowCheckpointPredicates$'"
|
|
4680
|
+
}
|
|
4681
|
+
],
|
|
4682
|
+
"commandIds": ["proofkit.go-test"],
|
|
4683
|
+
"environmentClasses": ["local-go"]
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-004",
|
|
4687
|
+
"scenarioId": "proofkit.agent-workflow.review-identity-closure",
|
|
4688
|
+
"witnessId": "proofkit.agent-workflow.review-identity-falsifier",
|
|
4689
|
+
"witnessKind": "technical",
|
|
4690
|
+
"witnessPath": "internal/command/changeworkflowplan/admission_test.go",
|
|
4691
|
+
"witnessSelectors": [
|
|
4692
|
+
{
|
|
4693
|
+
"selector": "TestWorkflowIdentityPredicates",
|
|
4694
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowIdentityPredicates$'"
|
|
4695
|
+
}
|
|
4696
|
+
],
|
|
4697
|
+
"commandIds": ["proofkit.go-test"],
|
|
4698
|
+
"environmentClasses": ["local-go"]
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-005",
|
|
4702
|
+
"scenarioId": "proofkit.agent-workflow.reference-closed-bounded-context",
|
|
4703
|
+
"witnessId": "proofkit.agent-workflow.context-closure-falsifier",
|
|
4704
|
+
"witnessKind": "technical",
|
|
4705
|
+
"witnessPath": "internal/command/changeworkflowplan/context_closure_test.go",
|
|
4706
|
+
"witnessSelectors": [
|
|
4707
|
+
{
|
|
4708
|
+
"selector": "TestWorkflowClosurePredicates",
|
|
4709
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowClosurePredicates$'"
|
|
4710
|
+
}
|
|
4711
|
+
],
|
|
4712
|
+
"commandIds": ["proofkit.go-test"],
|
|
4713
|
+
"environmentClasses": ["local-go"]
|
|
4714
|
+
},
|
|
4715
|
+
{
|
|
4716
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-006",
|
|
4717
|
+
"scenarioId": "proofkit.agent-workflow.no-ambient-authority",
|
|
4718
|
+
"witnessId": "proofkit.agent-workflow.no-ambient-authority-falsifier",
|
|
4719
|
+
"witnessKind": "technical",
|
|
4720
|
+
"witnessPath": "internal/command/changeworkflowplan/dependency_test.go",
|
|
4721
|
+
"witnessSelectors": [
|
|
4722
|
+
{
|
|
4723
|
+
"selector": "TestWorkflowAmbientAuthorityPredicates",
|
|
4724
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowAmbientAuthorityPredicates$'"
|
|
4725
|
+
}
|
|
4726
|
+
],
|
|
4727
|
+
"commandIds": ["proofkit.go-test"],
|
|
4728
|
+
"environmentClasses": ["local-go"]
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-007",
|
|
4732
|
+
"scenarioId": "proofkit.agent-workflow.native-evidence-guidance-slot-closure",
|
|
4733
|
+
"witnessId": "proofkit.agent-workflow.guidance-slot-closure-falsifier",
|
|
4734
|
+
"witnessKind": "technical",
|
|
4735
|
+
"witnessPath": "internal/command/nativeevidenceguidance/guidance_test.go",
|
|
4736
|
+
"witnessSelectors": [
|
|
4737
|
+
{
|
|
4738
|
+
"selector": "TestGuidanceSlotPredicates",
|
|
4739
|
+
"command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceSlotPredicates$'"
|
|
4740
|
+
}
|
|
4741
|
+
],
|
|
4742
|
+
"commandIds": ["proofkit.go-test"],
|
|
4743
|
+
"environmentClasses": ["local-go"]
|
|
4744
|
+
},
|
|
4745
|
+
{
|
|
4746
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-007",
|
|
4747
|
+
"scenarioId": "proofkit.agent-workflow.native-evidence-guidance-purity",
|
|
4748
|
+
"witnessId": "proofkit.agent-workflow.guidance-purity-falsifier",
|
|
4749
|
+
"witnessKind": "technical",
|
|
4750
|
+
"witnessPath": "internal/command/nativeevidenceguidance/dependency_test.go",
|
|
4751
|
+
"witnessSelectors": [
|
|
4752
|
+
{
|
|
4753
|
+
"selector": "TestGuidanceNoAmbientDependencyPredicates",
|
|
4754
|
+
"command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidanceNoAmbientDependencyPredicates$'"
|
|
4755
|
+
}
|
|
4756
|
+
],
|
|
4757
|
+
"commandIds": ["proofkit.go-test"],
|
|
4758
|
+
"environmentClasses": ["local-go"]
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-008",
|
|
4762
|
+
"scenarioId": "proofkit.agent-workflow.prompt-coordinate-and-escalation-closure",
|
|
4763
|
+
"witnessId": "proofkit.agent-workflow.prompt-coordinate-falsifier",
|
|
4764
|
+
"witnessKind": "technical",
|
|
4765
|
+
"witnessPath": "internal/command/changeworkflowplan/prompt_test.go",
|
|
4766
|
+
"witnessSelectors": [
|
|
4767
|
+
{
|
|
4768
|
+
"selector": "TestWorkflowPromptPredicates",
|
|
4769
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowPromptPredicates$'"
|
|
4770
|
+
}
|
|
4771
|
+
],
|
|
4772
|
+
"commandIds": ["proofkit.go-test"],
|
|
4773
|
+
"environmentClasses": ["local-go"]
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-008",
|
|
4777
|
+
"scenarioId": "proofkit.agent-workflow.bounded-safe-text",
|
|
4778
|
+
"witnessId": "proofkit.agent-workflow.bounded-safe-text-falsifier",
|
|
4779
|
+
"witnessKind": "technical",
|
|
4780
|
+
"witnessPath": "internal/command/changeworkflowplan/text_test.go",
|
|
4781
|
+
"witnessSelectors": [
|
|
4782
|
+
{
|
|
4783
|
+
"selector": "TestWorkflowTerminalTextIsOperationallyComplete",
|
|
4784
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowTerminalTextIsOperationallyComplete$'"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
"selector": "TestWorkflowTextPredicates",
|
|
4788
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowTextPredicates$'"
|
|
4789
|
+
}
|
|
4790
|
+
],
|
|
4791
|
+
"commandIds": ["proofkit.go-test"],
|
|
4792
|
+
"environmentClasses": ["local-go"]
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-009",
|
|
4796
|
+
"scenarioId": "proofkit.agent-workflow.cli-presentation-capability-product",
|
|
4797
|
+
"witnessId": "proofkit.agent-workflow.cli-presentation-falsifier",
|
|
4798
|
+
"witnessKind": "contract",
|
|
4799
|
+
"witnessPath": "internal/app/agent_workflow_command_test.go",
|
|
4800
|
+
"witnessSelectors": [
|
|
4801
|
+
{
|
|
4802
|
+
"selector": "TestAgentWorkflowCLITruthTable",
|
|
4803
|
+
"command": "go test ./internal/app -run '^TestAgentWorkflowCLITruthTable$'"
|
|
4804
|
+
}
|
|
4805
|
+
],
|
|
4806
|
+
"commandIds": ["proofkit.go-test"],
|
|
4807
|
+
"environmentClasses": ["local-go"]
|
|
4808
|
+
},
|
|
4809
|
+
{
|
|
4810
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-009",
|
|
4811
|
+
"scenarioId": "proofkit.agent-workflow.style-strip-parity",
|
|
4812
|
+
"witnessId": "proofkit.agent-workflow.style-strip-parity-falsifier",
|
|
4813
|
+
"witnessKind": "technical",
|
|
4814
|
+
"witnessPath": "internal/command/changeworkflowplan/text_test.go",
|
|
4815
|
+
"witnessSelectors": [
|
|
4816
|
+
{
|
|
4817
|
+
"selector": "TestWorkflowTextProjectionParity",
|
|
4818
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowTextProjectionParity$'"
|
|
4819
|
+
}
|
|
4820
|
+
],
|
|
4821
|
+
"commandIds": ["proofkit.go-test"],
|
|
4822
|
+
"environmentClasses": ["local-go"]
|
|
4823
|
+
},
|
|
4824
|
+
{
|
|
4825
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-010",
|
|
4826
|
+
"scenarioId": "proofkit.agent-workflow.catalog-prerequisite-causality",
|
|
4827
|
+
"witnessId": "proofkit.agent-workflow.catalog-prerequisite-causality-falsifier",
|
|
4828
|
+
"witnessKind": "contract",
|
|
4829
|
+
"witnessPath": "internal/command/changeworkflowplan/state_test.go",
|
|
4830
|
+
"witnessSelectors": [
|
|
4831
|
+
{
|
|
4832
|
+
"selector": "TestWorkflowStatePredicates",
|
|
4833
|
+
"command": "go test ./internal/command/changeworkflowplan -run '^TestWorkflowStatePredicates$'"
|
|
4834
|
+
}
|
|
4835
|
+
],
|
|
4836
|
+
"commandIds": [
|
|
4837
|
+
"proofkit.go-test"
|
|
4838
|
+
],
|
|
4839
|
+
"environmentClasses": [
|
|
4840
|
+
"local-go"
|
|
4841
|
+
]
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-010",
|
|
4845
|
+
"scenarioId": "proofkit.agent-workflow.semantic-owner-minimality",
|
|
4846
|
+
"witnessId": "proofkit.agent-workflow.semantic-owner-minimality-falsifier",
|
|
4847
|
+
"witnessKind": "technical",
|
|
4848
|
+
"witnessPath": "internal/command/nativeevidenceguidance/guidance_test.go",
|
|
4849
|
+
"witnessSelectors": [
|
|
4850
|
+
{
|
|
4851
|
+
"selector": "TestGuidancePurityPredicates",
|
|
4852
|
+
"command": "go test ./internal/command/nativeevidenceguidance -run '^TestGuidancePurityPredicates$'"
|
|
4853
|
+
}
|
|
4854
|
+
],
|
|
4855
|
+
"commandIds": ["proofkit.go-test"],
|
|
4856
|
+
"environmentClasses": ["local-go"]
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-010",
|
|
4860
|
+
"scenarioId": "proofkit.agent-workflow.semantic-owner-topology",
|
|
4861
|
+
"witnessId": "proofkit.agent-workflow.semantic-owner-topology-falsifier",
|
|
4862
|
+
"witnessKind": "contract",
|
|
4863
|
+
"witnessPath": "internal/app/agent_workflow_topology_test.go",
|
|
4864
|
+
"witnessSelectors": [
|
|
4865
|
+
{
|
|
4866
|
+
"selector": "TestAgentWorkflowSemanticOwnerTopology",
|
|
4867
|
+
"command": "go test ./internal/app -run '^TestAgentWorkflowSemanticOwnerTopology$'"
|
|
4868
|
+
}
|
|
4869
|
+
],
|
|
4870
|
+
"commandIds": ["proofkit.go-test"],
|
|
4871
|
+
"environmentClasses": ["local-go"]
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-011",
|
|
4875
|
+
"scenarioId": "proofkit.agent-workflow.public-cli-relation-closure",
|
|
4876
|
+
"witnessId": "proofkit.agent-workflow.public-cli-relation-falsifier",
|
|
4877
|
+
"witnessKind": "contract",
|
|
4878
|
+
"witnessPath": "internal/app/agent_workflow_command_test.go",
|
|
4879
|
+
"witnessSelectors": [
|
|
4880
|
+
{
|
|
4881
|
+
"selector": "TestAgentWorkflowCLITruthTable",
|
|
4882
|
+
"command": "go test ./internal/app -run '^TestAgentWorkflowCLITruthTable$'"
|
|
4883
|
+
}
|
|
4884
|
+
],
|
|
4885
|
+
"commandIds": ["proofkit.command-contract-check", "proofkit.go-test"],
|
|
4886
|
+
"environmentClasses": ["local-go"]
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-011",
|
|
4890
|
+
"scenarioId": "proofkit.agent-workflow.installed-carrier-smoke-closure",
|
|
4891
|
+
"witnessId": "proofkit.agent-workflow.installed-carrier-smoke-falsifier",
|
|
4892
|
+
"witnessKind": "contract",
|
|
4893
|
+
"witnessPath": "internal/tools/workflowsmoke/workflow_smoke_test.go",
|
|
4894
|
+
"witnessSelectors": [
|
|
4895
|
+
{
|
|
4896
|
+
"selector": "TestVerifyAcceptsApplicationCLI",
|
|
4897
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyAcceptsApplicationCLI$'"
|
|
4898
|
+
},
|
|
4899
|
+
{
|
|
4900
|
+
"selector": "TestVerifyRejectsCarrierContractMutations",
|
|
4901
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestVerifyRejectsCarrierContractMutations$'"
|
|
4902
|
+
}
|
|
4903
|
+
],
|
|
4904
|
+
"commandIds": ["proofkit.go-test", "proofkit.package-artifact"],
|
|
4905
|
+
"environmentClasses": ["local-go", "local-go-python"]
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-011",
|
|
4909
|
+
"scenarioId": "proofkit.agent-workflow.version-edge-wire-observation",
|
|
4910
|
+
"witnessId": "proofkit.agent-workflow.version-edge-wire-falsifier",
|
|
4911
|
+
"witnessKind": "contract",
|
|
4912
|
+
"witnessPath": "internal/app/agent_workflow_version_edge_test.go",
|
|
4913
|
+
"witnessSelectors": [
|
|
4914
|
+
{
|
|
4915
|
+
"selector": "TestAgentWorkflowVersionEdgeClosesPublicWireAdditions",
|
|
4916
|
+
"command": "go test ./internal/app -run '^TestAgentWorkflowVersionEdgeClosesPublicWireAdditions$'"
|
|
4917
|
+
}
|
|
4918
|
+
],
|
|
4919
|
+
"commandIds": ["proofkit.go-test"],
|
|
4920
|
+
"environmentClasses": ["local-go"]
|
|
4153
4921
|
}
|
|
4154
4922
|
],
|
|
4155
4923
|
"witnessCommands": [
|