@research-engineering/agentic-proofkit 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,6 +154,20 @@ execution receipts, and merge policy.
154
154
  package, field, representation, variant, and positive/negative relation
155
155
  coverage without attributing correlated edits to independent field
156
156
  causality, selecting a codec, or changing a public source boundary.
157
+ - `REQ-PROOFKIT-SPEC-025`: a versioned disjoint-role experiment selects one
158
+ admitted private v2 source-grammar owner record, grouped JSON with an
159
+ entity-local hybrid layout;
160
+ its strict bounded codec delegates meaning to the representation-neutral
161
+ model, binds each collection to one model-limit owner, preserves every
162
+ projection, metadata-presence state, and lexical source location, and emits
163
+ deterministic nondisclosing diagnostics. A bounded single-member traversal-,
164
+ symlink-, duplicate-, and trailing-data-closed archive byte-binds the exact
165
+ V3 screen, while independent
166
+ field, limit, selection, mutant, round-trip, fuzz-seed, package, and
167
+ admitted grammar-owner-record and package-inventory witnesses close the
168
+ selected owner boundary without migrating current sources, exposing a new
169
+ public CLI, proving open-world absence of undeclared equivalent parsers, or
170
+ claiming that no future owner-approved grammar can be added.
157
171
 
158
172
  ## Non-Claims
159
173
 
@@ -568,6 +568,19 @@
568
568
  "lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
569
569
  "deferral": null,
570
570
  "updatePolicy": {"reviewOwnerId": "proofkit.spec-proof-core", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
571
+ },
572
+ {
573
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
574
+ "ownerId": "proofkit.spec-proof-core",
575
+ "invariant": "A private requirement-source codec selection admits grouped JSON with the frozen entity-local hybrid layout through one admitted v2 persisted-grammar owner record for internal/kernel/requirementsourcecodec after a versioned disjoint-role screen rejects compact and pretty JSON layouts for edit-locality failure and admits no YAML, TOML, or restricted-text parser authority. The selection record byte-binds a bounded single-member traversal-, symlink-, duplicate-, and trailing-data-closed binary archive and the exact extracted V3 evidence tree, including its method sources, fixture corpus, rendered candidates, independent token reports, review results, validation, edit rows, and decision, and its metric registry, layout order, thresholds, observations, and evaluator have exact decision closure. The selected codec maps bounded UTF-8 bytes through duplicate-, case-, unknown-, missing-, null-, integer-, and Unicode-scalar-closed structural admission into exactly one requirementsourcemodel.NormalizeWithLimits call; each wire collection names one model-limit owner; immutable atomic, authoring-layout, typed-reference, and lexical source-map projections preserve metadata absence, present-null deferral, present-record deferral, ordered actions, sorted dynamic maps, and caller wire order; and formatting re-admits the semantic model before emitting fixed-order entity-local canonical JSON with exact unsafe-scalar escaping and one final line feed. Raw-byte, UTF-8, lexical-token, nesting, representation-cardinality, model-resource, model-semantic, and canonical-output failures have fixed precedence, while diagnostic paths contain only canonical field names, numeric indexes, or placeholders and resolve synthetic model identities to exact wire spans. Independently authored field, limit-coefficient, selection, and executable mutant manifests close DTO fields and cardinalities, structural schema, resource formula, candidate roles, decision, diagnostic paths, and losing-grammar dependencies; round-trip, idempotence, source-span replay, exact-limit, fuzz-seed, admitted grammar-owner record, and exact package-inventory witnesses close the currently selected owner boundary without claiming open-world absence of undeclared semantically equivalent parsers or a ban on future owner-approved grammars.",
576
+ "claimLevel": "blocking",
577
+ "riskClass": "high",
578
+ "proofBindingRefs": ["proofkit/requirement-bindings.json"],
579
+ "nonClaimRefs": ["NC-PROOFKIT-SPEC-025"],
580
+ "nonClaims": ["This private codec does not migrate or rewrite current requirement sources, expose a public source extension or CLI command, retain a normalized mirror, authenticate requirement meaning or derivation provenance, generalize the frozen formatter screen beyond its byte-bound corpus, prove the open-world absence of undeclared semantically equivalent parsers, prevent a future owner-approved grammar from being added, execute native witnesses, approve merge or release, or establish rollout or production readiness."],
581
+ "lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
582
+ "deferral": null,
583
+ "updatePolicy": {"reviewOwnerId": "proofkit.spec-proof-core", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
571
584
  }
572
585
  ],
573
586
  "nonClaims": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@research-engineering/agentic-proofkit",
3
3
  "description": "Reusable proof profile, report, graph, and witness-planning primitives.",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -696,6 +696,14 @@
696
696
  "proofState": "witness_backed",
697
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
698
  },
699
+ {
700
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
701
+ "ownerId": "proofkit.spec-proof-core",
702
+ "specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
703
+ "claimLevel": "blocking",
704
+ "proofState": "witness_backed",
705
+ "nonClaims": ["This private codec does not migrate or rewrite current requirement sources, expose a public source extension or CLI command, retain a normalized mirror, authenticate requirement meaning or derivation provenance, generalize the frozen formatter screen beyond its byte-bound corpus, prove the open-world absence of undeclared semantically equivalent parsers, prevent a future owner-approved grammar from being added, execute native witnesses, approve merge or release, or establish rollout or production readiness."]
706
+ },
699
707
  {
700
708
  "requirementId": "REQ-PROOFKIT-WORKFLOW-001",
701
709
  "ownerId": "proofkit.agent-workflow",
@@ -4577,6 +4585,328 @@
4577
4585
  "commandIds": ["proofkit.go-test"],
4578
4586
  "environmentClasses": ["local-go"]
4579
4587
  },
4588
+ {
4589
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4590
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-selection-closure",
4591
+ "witnessId": "proofkit.requirement-source-codec.selection-closure-falsifier",
4592
+ "witnessKind": "contract",
4593
+ "witnessPath": "internal/kernel/requirementsourcecodec/selection_test.go",
4594
+ "witnessSelectors": [
4595
+ {
4596
+ "selector": "TestSelectionRecordIsClosedAndDecisionIsReproducible",
4597
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSelectionRecordIsClosedAndDecisionIsReproducible$'"
4598
+ }
4599
+ ],
4600
+ "commandIds": ["proofkit.go-test"],
4601
+ "environmentClasses": ["local-go"]
4602
+ },
4603
+ {
4604
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4605
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-selection-evidence-closure",
4606
+ "witnessId": "proofkit.requirement-source-codec.selection-evidence-closure-falsifier",
4607
+ "witnessKind": "contract",
4608
+ "witnessPath": "internal/kernel/requirementsourcecodec/selection_evidence_test.go",
4609
+ "witnessSelectors": [
4610
+ {
4611
+ "selector": "TestSelectionEvidenceIsByteBoundAndProjectsDecision",
4612
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSelectionEvidenceIsByteBoundAndProjectsDecision$'"
4613
+ },
4614
+ {
4615
+ "selector": "TestScreenTreeDigestRejectsByteAndInventoryMutation",
4616
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestScreenTreeDigestRejectsByteAndInventoryMutation$'"
4617
+ },
4618
+ {
4619
+ "selector": "TestScreenArchiveAdmissionRejectsUnsafeTopology",
4620
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestScreenArchiveAdmissionRejectsUnsafeTopology$'"
4621
+ },
4622
+ {
4623
+ "selector": "TestScreenArchiveAdmissionRejectsTrailingCompressedData",
4624
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestScreenArchiveAdmissionRejectsTrailingCompressedData$'"
4625
+ }
4626
+ ],
4627
+ "commandIds": ["proofkit.go-test"],
4628
+ "environmentClasses": ["local-go"]
4629
+ },
4630
+ {
4631
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4632
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-decision-projection-closure",
4633
+ "witnessId": "proofkit.requirement-source-codec.decision-projection-closure-falsifier",
4634
+ "witnessKind": "contract",
4635
+ "witnessPath": "internal/kernel/requirementsourcecodec/selection_projection_test.go",
4636
+ "witnessSelectors": [
4637
+ {
4638
+ "selector": "TestDecisionProjectionRejectsReplacementObservationDrift",
4639
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestDecisionProjectionRejectsReplacementObservationDrift$'"
4640
+ }
4641
+ ],
4642
+ "commandIds": ["proofkit.go-test"],
4643
+ "environmentClasses": ["local-go"]
4644
+ },
4645
+ {
4646
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4647
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-replacement-predicate-closure",
4648
+ "witnessId": "proofkit.requirement-source-codec.replacement-predicate-closure-falsifier",
4649
+ "witnessKind": "contract",
4650
+ "witnessPath": "internal/kernel/requirementsourcecodec/selection_evaluator_test.go",
4651
+ "witnessSelectors": [
4652
+ {
4653
+ "selector": "TestChallengerEligibilityRequiresEveryReplacementPredicate",
4654
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestChallengerEligibilityRequiresEveryReplacementPredicate$'"
4655
+ },
4656
+ {
4657
+ "selector": "TestSelectionMetricRegistrySemanticsDriveEvaluator",
4658
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSelectionMetricRegistrySemanticsDriveEvaluator$'"
4659
+ }
4660
+ ],
4661
+ "commandIds": ["proofkit.go-test"],
4662
+ "environmentClasses": ["local-go"]
4663
+ },
4664
+ {
4665
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4666
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-package-boundary-closure",
4667
+ "witnessId": "proofkit.requirement-source-codec.package-boundary-closure-falsifier",
4668
+ "witnessKind": "contract",
4669
+ "witnessPath": "internal/kernel/requirementsourcecodec/package_boundary_test.go",
4670
+ "witnessSelectors": [
4671
+ {
4672
+ "selector": "TestProductionPackageHasOneCodecAndNoSyntaxDependency",
4673
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestProductionPackageHasOneCodecAndNoSyntaxDependency$'"
4674
+ },
4675
+ {
4676
+ "selector": "TestSelectedV2GrammarOwnerRecordIsExact",
4677
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSelectedV2GrammarOwnerRecordIsExact$'"
4678
+ }
4679
+ ],
4680
+ "commandIds": ["proofkit.go-test"],
4681
+ "environmentClasses": ["local-go"]
4682
+ },
4683
+ {
4684
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4685
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-field-closure",
4686
+ "witnessId": "proofkit.requirement-source-codec.field-closure-falsifier",
4687
+ "witnessKind": "contract",
4688
+ "witnessPath": "internal/kernel/requirementsourcecodec/field_manifest_test.go",
4689
+ "witnessSelectors": [
4690
+ {
4691
+ "selector": "TestFieldManifestMatchesWireDTOAndClosedShape",
4692
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestFieldManifestMatchesWireDTOAndClosedShape$'"
4693
+ }
4694
+ ],
4695
+ "commandIds": ["proofkit.go-test"],
4696
+ "environmentClasses": ["local-go"]
4697
+ },
4698
+ {
4699
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4700
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-roundtrip-closure",
4701
+ "witnessId": "proofkit.requirement-source-codec.roundtrip-closure-falsifier",
4702
+ "witnessKind": "contract",
4703
+ "witnessPath": "internal/kernel/requirementsourcecodec/roundtrip_test.go",
4704
+ "witnessSelectors": [
4705
+ {
4706
+ "selector": "TestFormatParseRoundTripPreservesEveryProjection",
4707
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestFormatParseRoundTripPreservesEveryProjection$'"
4708
+ },
4709
+ {
4710
+ "selector": "TestCanonicalFormatIsIdempotent",
4711
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCanonicalFormatIsIdempotent$'"
4712
+ },
4713
+ {
4714
+ "selector": "TestFormatPreservesMetadataAbsenceNullAndRecord",
4715
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestFormatPreservesMetadataAbsenceNullAndRecord$'"
4716
+ },
4717
+ {
4718
+ "selector": "TestSourceMapReplaysKeyAndValueSpans",
4719
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSourceMapReplaysKeyAndValueSpans$'"
4720
+ },
4721
+ {
4722
+ "selector": "TestReturnedSourceMapIsImmutable",
4723
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestReturnedSourceMapIsImmutable$'"
4724
+ },
4725
+ {
4726
+ "selector": "TestSourceMapIndexesLexicalWireOrderNotNormalizedOrder",
4727
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestSourceMapIndexesLexicalWireOrderNotNormalizedOrder$'"
4728
+ }
4729
+ ],
4730
+ "commandIds": ["proofkit.go-test"],
4731
+ "environmentClasses": ["local-go"]
4732
+ },
4733
+ {
4734
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4735
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-layout-closure",
4736
+ "witnessId": "proofkit.requirement-source-codec.layout-closure-falsifier",
4737
+ "witnessKind": "contract",
4738
+ "witnessPath": "internal/kernel/requirementsourcecodec/format_layout_test.go",
4739
+ "witnessSelectors": [
4740
+ {
4741
+ "selector": "TestHybridLayoutKeepsStableSiblingEntityLinesUnchanged",
4742
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestHybridLayoutKeepsStableSiblingEntityLinesUnchanged$'"
4743
+ },
4744
+ {
4745
+ "selector": "TestHybridLayoutUsesCommaFirstEntityArrays",
4746
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestHybridLayoutUsesCommaFirstEntityArrays$'"
4747
+ },
4748
+ {
4749
+ "selector": "TestCanonicalStringsEscapeUnsafeScalarsWithoutHTMLEscaping",
4750
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCanonicalStringsEscapeUnsafeScalarsWithoutHTMLEscaping$'"
4751
+ },
4752
+ {
4753
+ "selector": "TestCanonicalMapKeysAreSorted",
4754
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCanonicalMapKeysAreSorted$'"
4755
+ },
4756
+ {
4757
+ "selector": "TestOrderedActionsRetainOrder",
4758
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestOrderedActionsRetainOrder$'"
4759
+ }
4760
+ ],
4761
+ "commandIds": ["proofkit.go-test"],
4762
+ "environmentClasses": ["local-go"]
4763
+ },
4764
+ {
4765
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4766
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-mutant-closure",
4767
+ "witnessId": "proofkit.requirement-source-codec.mutant-closure-falsifier",
4768
+ "witnessKind": "contract",
4769
+ "witnessPath": "internal/kernel/requirementsourcecodec/mutant_manifest_test.go",
4770
+ "witnessSelectors": [
4771
+ {
4772
+ "selector": "TestCodecMutantManifestClosesRepresentationFailures",
4773
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCodecMutantManifestClosesRepresentationFailures$'"
4774
+ }
4775
+ ],
4776
+ "commandIds": ["proofkit.go-test"],
4777
+ "environmentClasses": ["local-go"]
4778
+ },
4779
+ {
4780
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4781
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-resource-closure",
4782
+ "witnessId": "proofkit.requirement-source-codec.resource-closure-falsifier",
4783
+ "witnessKind": "contract",
4784
+ "witnessPath": "internal/kernel/requirementsourcecodec/limits_test.go",
4785
+ "witnessSelectors": [
4786
+ {
4787
+ "selector": "TestRawByteBoundaryIsExactAndDominatesUTF8",
4788
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestRawByteBoundaryIsExactAndDominatesUTF8$'"
4789
+ },
4790
+ {
4791
+ "selector": "TestTokenAndNestingLimitsPrecedeShapeAdmission",
4792
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestTokenAndNestingLimitsPrecedeShapeAdmission$'"
4793
+ },
4794
+ {
4795
+ "selector": "TestLexicalTokenLimitDominatesNestingWhenBothFail",
4796
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestLexicalTokenLimitDominatesNestingWhenBothFail$'"
4797
+ },
4798
+ {
4799
+ "selector": "TestRepresentationCollectionLimitPrecedesModelSemantics",
4800
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestRepresentationCollectionLimitPrecedesModelSemantics$'"
4801
+ },
4802
+ {
4803
+ "selector": "TestDynamicMapCollectionLimitPrecedesParameterSemantics",
4804
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestDynamicMapCollectionLimitPrecedesParameterSemantics$'"
4805
+ },
4806
+ {
4807
+ "selector": "TestModelResourcePreflightPrecedesSemanticValidation",
4808
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestModelResourcePreflightPrecedesSemanticValidation$'"
4809
+ },
4810
+ {
4811
+ "selector": "TestCodecLimitsCannotUnderCoverModel",
4812
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCodecLimitsCannotUnderCoverModel$'"
4813
+ }
4814
+ ],
4815
+ "commandIds": ["proofkit.go-test"],
4816
+ "environmentClasses": ["local-go"]
4817
+ },
4818
+ {
4819
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4820
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-limit-formula-closure",
4821
+ "witnessId": "proofkit.requirement-source-codec.limit-formula-closure-falsifier",
4822
+ "witnessKind": "contract",
4823
+ "witnessPath": "internal/kernel/requirementsourcecodec/limit_manifest_test.go",
4824
+ "witnessSelectors": [
4825
+ {
4826
+ "selector": "TestLimitCoefficientManifestMatchesProductionFormula",
4827
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestLimitCoefficientManifestMatchesProductionFormula$'"
4828
+ },
4829
+ {
4830
+ "selector": "TestLimitArithmeticRejectsOverflow",
4831
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestLimitArithmeticRejectsOverflow$'"
4832
+ },
4833
+ {
4834
+ "selector": "TestCanonicalByteBoundCoversWorstAdmittedEscapeExpansion",
4835
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestCanonicalByteBoundCoversWorstAdmittedEscapeExpansion$'"
4836
+ }
4837
+ ],
4838
+ "commandIds": ["proofkit.go-test"],
4839
+ "environmentClasses": ["local-go"]
4840
+ },
4841
+ {
4842
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4843
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-diagnostic-closure",
4844
+ "witnessId": "proofkit.requirement-source-codec.diagnostic-closure-falsifier",
4845
+ "witnessKind": "contract",
4846
+ "witnessPath": "internal/kernel/requirementsourcecodec/diagnostics_test.go",
4847
+ "witnessSelectors": [
4848
+ {
4849
+ "selector": "TestInvalidUTF8UsesByteOnlyCoordinates",
4850
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestInvalidUTF8UsesByteOnlyCoordinates$'"
4851
+ },
4852
+ {
4853
+ "selector": "TestValidUnicodeDiagnosticsUseScalarColumns",
4854
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestValidUnicodeDiagnosticsUseScalarColumns$'"
4855
+ },
4856
+ {
4857
+ "selector": "TestBareCRAndCRLFAdvanceScalarLinesOnce",
4858
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestBareCRAndCRLFAdvanceScalarLinesOnce$'"
4859
+ },
4860
+ {
4861
+ "selector": "TestMultipleValueDiagnosticSpansSecondToken",
4862
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestMultipleValueDiagnosticSpansSecondToken$'"
4863
+ }
4864
+ ],
4865
+ "commandIds": ["proofkit.go-test"],
4866
+ "environmentClasses": ["local-go"]
4867
+ },
4868
+ {
4869
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4870
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-admission-closure",
4871
+ "witnessId": "proofkit.requirement-source-codec.admission-closure-falsifier",
4872
+ "witnessKind": "contract",
4873
+ "witnessPath": "internal/kernel/requirementsourcecodec/admission_test.go",
4874
+ "witnessSelectors": [
4875
+ {
4876
+ "selector": "TestParseDiagnosticsDoNotDiscloseCallerTextOrDynamicKeys",
4877
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestParseDiagnosticsDoNotDiscloseCallerTextOrDynamicKeys$'"
4878
+ },
4879
+ {
4880
+ "selector": "TestPreShapeDiagnosticsDoNotDiscloseUnknownKeys",
4881
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestPreShapeDiagnosticsDoNotDiscloseUnknownKeys$'"
4882
+ },
4883
+ {
4884
+ "selector": "TestParseDiagnosticsRedactSemanticEntityIDsAndResolveExactSpan",
4885
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestParseDiagnosticsRedactSemanticEntityIDsAndResolveExactSpan$'"
4886
+ },
4887
+ {
4888
+ "selector": "TestParseAcceptsValidUnicodeSurrogatePairLosslessly",
4889
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestParseAcceptsValidUnicodeSurrogatePairLosslessly$'"
4890
+ }
4891
+ ],
4892
+ "commandIds": ["proofkit.go-test"],
4893
+ "environmentClasses": ["local-go"]
4894
+ },
4895
+ {
4896
+ "requirementId": "REQ-PROOFKIT-SPEC-025",
4897
+ "scenarioId": "proofkit.spec-proof-core.requirement-source-codec-fuzz-seed-closure",
4898
+ "witnessId": "proofkit.requirement-source-codec.fuzz-seed-closure-falsifier",
4899
+ "witnessKind": "contract",
4900
+ "witnessPath": "internal/kernel/requirementsourcecodec/codec_fuzz_test.go",
4901
+ "witnessSelectors": [
4902
+ {
4903
+ "selector": "TestFuzzSeedCorpusRoundTrips",
4904
+ "command": "go test ./internal/kernel/requirementsourcecodec -run '^TestFuzzSeedCorpusRoundTrips$'"
4905
+ }
4906
+ ],
4907
+ "commandIds": ["proofkit.go-test"],
4908
+ "environmentClasses": ["local-go"]
4909
+ },
4580
4910
  {
4581
4911
  "requirementId": "REQ-PROOFKIT-SPEC-023",
4582
4912
  "scenarioId": "proofkit.spec-proof-core.requirement-traceability-topology-closure",