@research-engineering/agentic-proofkit 0.3.0 → 0.4.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 +3 -3
- package/docs/release-process.md +10 -1
- package/docs/specs/proofkit-spec-proof-core/overview.md +22 -13
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +16 -3
- package/docs/specs/proofkit-supply-chain-quality/overview.md +19 -15
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +3 -3
- package/package.json +1 -1
- package/proofkit/cli-contract.v2.json +251 -236
- package/proofkit/requirement-bindings.json +461 -2
- package/proofkit/witness-plan.json +9 -0
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"claimLevel": "blocking",
|
|
90
90
|
"proofState": "witness_backed",
|
|
91
91
|
"nonClaims": [
|
|
92
|
-
"This requirement does not claim native witness pass evidence, proof freshness, receipt authenticity,
|
|
92
|
+
"This requirement does not claim selector existence or resolution, oracle quality, native witness execution or pass evidence, mutation adequacy, finding completeness or absence, proof freshness, receipt authenticity, trust, assurance, merge approval, rollout approval, or production readiness."
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
{
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"claimLevel": "blocking",
|
|
470
470
|
"proofState": "witness_backed",
|
|
471
471
|
"nonClaims": [
|
|
472
|
-
"
|
|
472
|
+
"Successful selected tests do not prove assertion-branch execution, mutation adequacy, line coverage, dead-code absence, exhaustive command semantics, malicious-test resistance, producer authentication, receipt freshness, merge satisfaction, or production readiness."
|
|
473
473
|
]
|
|
474
474
|
},
|
|
475
475
|
{
|
|
@@ -671,6 +671,14 @@
|
|
|
671
671
|
"claimLevel": "blocking",
|
|
672
672
|
"proofState": "witness_backed",
|
|
673
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."]
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
677
|
+
"ownerId": "proofkit.spec-proof-core",
|
|
678
|
+
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
679
|
+
"claimLevel": "blocking",
|
|
680
|
+
"proofState": "witness_backed",
|
|
681
|
+
"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."]
|
|
674
682
|
}
|
|
675
683
|
],
|
|
676
684
|
"bindings": [
|
|
@@ -2335,6 +2343,38 @@
|
|
|
2335
2343
|
"local-go"
|
|
2336
2344
|
]
|
|
2337
2345
|
},
|
|
2346
|
+
{
|
|
2347
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2348
|
+
"scenarioId": "proofkit.supply-chain-quality.artifact-file-boundary",
|
|
2349
|
+
"witnessId": "proofkit.artifact-file.boundary",
|
|
2350
|
+
"witnessKind": "contract",
|
|
2351
|
+
"witnessPath": "internal/tools/artifactfile/file_test.go",
|
|
2352
|
+
"witnessSelectors": [
|
|
2353
|
+
{
|
|
2354
|
+
"selector": "TestOperationsRejectFinalSymlinkWithoutTargetMutation",
|
|
2355
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestOperationsRejectFinalSymlinkWithoutTargetMutation$'"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"selector": "TestOperationsRejectSymlinkComponentsWithoutOutsideMutation",
|
|
2359
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestOperationsRejectSymlinkComponentsWithoutOutsideMutation$'"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"selector": "TestReadBoundedRejectsUnrepresentableLimit",
|
|
2363
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestReadBoundedRejectsUnrepresentableLimit$'"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"selector": "TestWriteReadAndRemoveRoundTrip",
|
|
2367
|
+
"command": "go test ./internal/tools/artifactfile -run '^TestWriteReadAndRemoveRoundTrip$'"
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"commandIds": [
|
|
2371
|
+
"proofkit.coverage-metrics",
|
|
2372
|
+
"proofkit.go-test"
|
|
2373
|
+
],
|
|
2374
|
+
"environmentClasses": [
|
|
2375
|
+
"local-go"
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2338
2378
|
{
|
|
2339
2379
|
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2340
2380
|
"scenarioId": "proofkit.supply-chain-quality.coverage-metrics",
|
|
@@ -2349,6 +2389,126 @@
|
|
|
2349
2389
|
{
|
|
2350
2390
|
"selector": "TestEachLinkageDeadZoneConjunctHasIndependentFalsifier",
|
|
2351
2391
|
"command": "go test ./internal/tools/coveragemetrics -run '^TestEachLinkageDeadZoneConjunctHasIndependentFalsifier$'"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"selector": "TestInvalidateMetricsFileRejectsSymlinkParentWithoutDeletingOutsideFile",
|
|
2395
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestInvalidateMetricsFileRejectsSymlinkParentWithoutDeletingOutsideFile$'"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"selector": "TestWriteMetricsFileRejectsSymlinkEscapeWithoutMutation",
|
|
2399
|
+
"command": "go test ./internal/tools/coveragemetrics -run '^TestWriteMetricsFileRejectsSymlinkEscapeWithoutMutation$'"
|
|
2400
|
+
}
|
|
2401
|
+
],
|
|
2402
|
+
"commandIds": [
|
|
2403
|
+
"proofkit.coverage-metrics",
|
|
2404
|
+
"proofkit.go-test"
|
|
2405
|
+
],
|
|
2406
|
+
"environmentClasses": [
|
|
2407
|
+
"local-go"
|
|
2408
|
+
]
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2412
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-counterfeit-corpus",
|
|
2413
|
+
"witnessId": "proofkit.command-oracle.counterfeit-corpus",
|
|
2414
|
+
"witnessKind": "contract",
|
|
2415
|
+
"witnessPath": "internal/tools/commandoracle/corpus_test.go",
|
|
2416
|
+
"witnessSelectors": [
|
|
2417
|
+
{
|
|
2418
|
+
"selector": "TestCounterfeitCorpusClosesRequiredAxes",
|
|
2419
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestCounterfeitCorpusClosesRequiredAxes$'"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"selector": "TestCounterfeitCorpusClosureRejectsMissingRequiredAxes",
|
|
2423
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestCounterfeitCorpusClosureRejectsMissingRequiredAxes$'"
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"selector": "TestEachCounterfeitCaseProducesItsCheckedInDecision",
|
|
2427
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestEachCounterfeitCaseProducesItsCheckedInDecision$'"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"commandIds": [
|
|
2431
|
+
"proofkit.coverage-metrics",
|
|
2432
|
+
"proofkit.go-test"
|
|
2433
|
+
],
|
|
2434
|
+
"environmentClasses": [
|
|
2435
|
+
"local-go"
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2440
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-execution-ledger",
|
|
2441
|
+
"witnessId": "proofkit.command-oracle.execution-ledger",
|
|
2442
|
+
"witnessKind": "contract",
|
|
2443
|
+
"witnessPath": "internal/tools/commandoracle/execute_test.go",
|
|
2444
|
+
"witnessSelectors": [
|
|
2445
|
+
{
|
|
2446
|
+
"selector": "TestExecuteBindsMaterializedSourceCandidatesAndRuntimeEvents",
|
|
2447
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestExecuteBindsMaterializedSourceCandidatesAndRuntimeEvents$'"
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"selector": "TestRunGoTestsTerminatesOnContextDeadline",
|
|
2451
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestsTerminatesOnContextDeadline$'"
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"selector": "TestRunGoTestCommandTerminatesImmediatelyWhenStderrExceedsBound",
|
|
2455
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestCommandTerminatesImmediatelyWhenStderrExceedsBound$'"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"selector": "TestRunGoTestsDoesNotExecuteCrossPackageNameMatches",
|
|
2459
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestRunGoTestsDoesNotExecuteCrossPackageNameMatches$'"
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"selector": "TestValidateCurrentRejectsProducerUnreachableCandidateProjection",
|
|
2463
|
+
"command": "go test ./internal/tools/commandoracle -run '^TestValidateCurrentRejectsProducerUnreachableCandidateProjection$'"
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2466
|
+
"commandIds": [
|
|
2467
|
+
"proofkit.coverage-metrics",
|
|
2468
|
+
"proofkit.go-test"
|
|
2469
|
+
],
|
|
2470
|
+
"environmentClasses": [
|
|
2471
|
+
"local-go"
|
|
2472
|
+
]
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-010",
|
|
2476
|
+
"scenarioId": "proofkit.supply-chain-quality.command-oracle-source-snapshot",
|
|
2477
|
+
"witnessId": "proofkit.command-oracle.source-snapshot",
|
|
2478
|
+
"witnessKind": "contract",
|
|
2479
|
+
"witnessPath": "internal/tools/repositorysnapshot/snapshot_test.go",
|
|
2480
|
+
"witnessSelectors": [
|
|
2481
|
+
{
|
|
2482
|
+
"selector": "TestCaptureContextTerminatesCanceledGitProcessGroup",
|
|
2483
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureContextTerminatesCanceledGitProcessGroup$'"
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
"selector": "TestCaptureContextTerminatesGitProcessGroupOnOutputOverflow",
|
|
2487
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureContextTerminatesGitProcessGroupOnOutputOverflow$'"
|
|
2488
|
+
},
|
|
2489
|
+
{
|
|
2490
|
+
"selector": "TestCaptureRejectsSuccessfulGitDiagnosticsWithoutEcho",
|
|
2491
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestCaptureRejectsSuccessfulGitDiagnosticsWithoutEcho$'"
|
|
2492
|
+
},
|
|
2493
|
+
{
|
|
2494
|
+
"selector": "TestMaterializeBindsCopiedBytesAndRejectsLiveMutation",
|
|
2495
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeBindsCopiedBytesAndRejectsLiveMutation$'"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"selector": "TestMaterializeRejectsSymlinkAndNonEmptyDestination",
|
|
2499
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeRejectsSymlinkAndNonEmptyDestination$'"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"selector": "TestMaterializeRejectsSymlinkedDestinationInsideSource",
|
|
2503
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestMaterializeRejectsSymlinkedDestinationInsideSource$'"
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"selector": "TestValidRevisionAdmitsOnlyGitObjectIdentityAndOptionalSnapshotDigest",
|
|
2507
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestValidRevisionAdmitsOnlyGitObjectIdentityAndOptionalSnapshotDigest$'"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"selector": "TestValidateMaterializedRejectsSurplusFile",
|
|
2511
|
+
"command": "go test ./internal/tools/repositorysnapshot -run '^TestValidateMaterializedRejectsSurplusFile$'"
|
|
2352
2512
|
}
|
|
2353
2513
|
],
|
|
2354
2514
|
"commandIds": [
|
|
@@ -2639,6 +2799,14 @@
|
|
|
2639
2799
|
{
|
|
2640
2800
|
"selector": "TestBuildInputFailsClosedForEachBlockingEvidenceClass",
|
|
2641
2801
|
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestBuildInputFailsClosedForEachBlockingEvidenceClass$'"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"selector": "TestSelfEvidenceInvokesCurrentCommandOracleOwner",
|
|
2805
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestSelfEvidenceInvokesCurrentCommandOracleOwner$'"
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"selector": "TestSelfEvidenceRejectsProducerUnreachableCommandOracleRef",
|
|
2809
|
+
"command": "go test ./internal/tools/releasecloseoutinput -run '^TestSelfEvidenceRejectsProducerUnreachableCommandOracleRef$'"
|
|
2642
2810
|
}
|
|
2643
2811
|
],
|
|
2644
2812
|
"commandIds": [
|
|
@@ -3632,6 +3800,297 @@
|
|
|
3632
3800
|
"commandIds": ["proofkit.go-test"],
|
|
3633
3801
|
"environmentClasses": ["local-go"]
|
|
3634
3802
|
},
|
|
3803
|
+
{
|
|
3804
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3805
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-normalization-closure",
|
|
3806
|
+
"witnessId": "proofkit.requirement-source-v2.normalization-closure-falsifier",
|
|
3807
|
+
"witnessKind": "contract",
|
|
3808
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/model_test.go",
|
|
3809
|
+
"witnessSelectors": [
|
|
3810
|
+
{
|
|
3811
|
+
"selector": "TestNormalizeBuildsDeterministicSeparatedProjections",
|
|
3812
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeBuildsDeterministicSeparatedProjections$'"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"selector": "TestNormalizeRejectsInvalidReferenceAndMetadataPartitions",
|
|
3816
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsInvalidReferenceAndMetadataPartitions$'"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"selector": "TestNormalizeBuildsEveryTypedReferenceRole",
|
|
3820
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeBuildsEveryTypedReferenceRole$'"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"selector": "TestModelAccessorsDoNotExposeMutableOwnerState",
|
|
3824
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestModelAccessorsDoNotExposeMutableOwnerState$'"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"selector": "TestNormalizeRejectsBudgetBeforeMemberSemantics",
|
|
3828
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsBudgetBeforeMemberSemantics$'"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"selector": "TestNormalizeEnforcesExactInputTextBudgetBeforeElementSemantics",
|
|
3832
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeEnforcesExactInputTextBudgetBeforeElementSemantics$'"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"selector": "TestNormalizeRejectsExpandedProjectionBudgetsBeforeMemberSemantics",
|
|
3836
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsExpandedProjectionBudgetsBeforeMemberSemantics$'"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"selector": "TestNormalizeRejectsContradictoryScenarioObservations",
|
|
3840
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsContradictoryScenarioObservations$'"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"selector": "TestNormalizeReportsUnreferencedDefinitionsDeterministically",
|
|
3844
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeReportsUnreferencedDefinitionsDeterministically$'"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"selector": "TestNormalizeDiagnosticsDoNotEchoCallerText",
|
|
3848
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeDiagnosticsDoNotEchoCallerText$'"
|
|
3849
|
+
},
|
|
3850
|
+
{
|
|
3851
|
+
"selector": "TestNormalizeRejectsNestedCollectionBudgetBeforeElementSemantics",
|
|
3852
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsNestedCollectionBudgetBeforeElementSemantics$'"
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"selector": "TestNormalizeSeparatesAuthoringLayoutFromAtomicSemantics",
|
|
3856
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeSeparatesAuthoringLayoutFromAtomicSemantics$'"
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"commandIds": ["proofkit.go-test"],
|
|
3860
|
+
"environmentClasses": ["local-go"]
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3864
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-variant-closure",
|
|
3865
|
+
"witnessId": "proofkit.requirement-source-v2.variant-closure-falsifier",
|
|
3866
|
+
"witnessKind": "contract",
|
|
3867
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/variants_test.go",
|
|
3868
|
+
"witnessSelectors": [
|
|
3869
|
+
{
|
|
3870
|
+
"selector": "TestNormalizeAdmitsEveryDeclaredEnumVariantThroughWholeModel",
|
|
3871
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeAdmitsEveryDeclaredEnumVariantThroughWholeModel$'"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"selector": "TestNormalizeProjectsEveryManifestVariantThroughWholeModel",
|
|
3875
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeProjectsEveryManifestVariantThroughWholeModel$'"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"selector": "TestNormalizeAdmitsAndProjectsMetadataEnumVariantsFromEachOwner",
|
|
3879
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeAdmitsAndProjectsMetadataEnumVariantsFromEachOwner$'"
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"selector": "TestNormalizeRejectsUnknownEnumVariantsThroughWholeModel",
|
|
3883
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsUnknownEnumVariantsThroughWholeModel$'"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"selector": "TestNormalizePreservesEveryDeclaredPresenceVariant",
|
|
3887
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizePreservesEveryDeclaredPresenceVariant$'"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"commandIds": ["proofkit.go-test"],
|
|
3891
|
+
"environmentClasses": ["local-go"]
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3895
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-instantiated-scenario-closure",
|
|
3896
|
+
"witnessId": "proofkit.requirement-source-v2.instantiated-scenario-closure-falsifier",
|
|
3897
|
+
"witnessKind": "contract",
|
|
3898
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/scenario_evaluation_test.go",
|
|
3899
|
+
"witnessSelectors": [
|
|
3900
|
+
{
|
|
3901
|
+
"selector": "TestNormalizeRejectsContradictoryInstantiatedObservations",
|
|
3902
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsContradictoryInstantiatedObservations$'"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"selector": "TestScenarioEvaluationBudgetMatchesIndependentInstantiation",
|
|
3906
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestScenarioEvaluationBudgetMatchesIndependentInstantiation$'"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"selector": "TestScenarioParameterValuesAreSubstitutedOnce",
|
|
3910
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestScenarioParameterValuesAreSubstitutedOnce$'"
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"commandIds": ["proofkit.go-test"],
|
|
3914
|
+
"environmentClasses": ["local-go"]
|
|
3915
|
+
},
|
|
3916
|
+
{
|
|
3917
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3918
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-identity-aware-mutation-closure",
|
|
3919
|
+
"witnessId": "proofkit.requirement-source-v2.identity-aware-mutation-closure-falsifier",
|
|
3920
|
+
"witnessKind": "contract",
|
|
3921
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/draft_observation_test.go",
|
|
3922
|
+
"witnessSelectors": [
|
|
3923
|
+
{
|
|
3924
|
+
"selector": "TestChangedDraftFieldIDsIsIdentityAware",
|
|
3925
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestChangedDraftFieldIDsIsIdentityAware$'"
|
|
3926
|
+
}
|
|
3927
|
+
],
|
|
3928
|
+
"commandIds": ["proofkit.go-test"],
|
|
3929
|
+
"environmentClasses": ["local-go"]
|
|
3930
|
+
},
|
|
3931
|
+
{
|
|
3932
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3933
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-metadata-owner-closure",
|
|
3934
|
+
"witnessId": "proofkit.requirement-source-v2.metadata-owner-closure-falsifier",
|
|
3935
|
+
"witnessKind": "contract",
|
|
3936
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/metadata_ownership_test.go",
|
|
3937
|
+
"witnessSelectors": [
|
|
3938
|
+
{
|
|
3939
|
+
"selector": "TestNormalizePreservesExactMetadataOwnershipMatrix",
|
|
3940
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizePreservesExactMetadataOwnershipMatrix$'"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"selector": "TestNormalizeClosesEveryOriginOwnerReference",
|
|
3944
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeClosesEveryOriginOwnerReference$'"
|
|
3945
|
+
},
|
|
3946
|
+
{
|
|
3947
|
+
"selector": "TestNormalizeRejectsOverlapAndGapForEveryMetadataField",
|
|
3948
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestNormalizeRejectsOverlapAndGapForEveryMetadataField$'"
|
|
3949
|
+
}
|
|
3950
|
+
],
|
|
3951
|
+
"commandIds": ["proofkit.go-test"],
|
|
3952
|
+
"environmentClasses": ["local-go"]
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3956
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-expanded-budget-closure",
|
|
3957
|
+
"witnessId": "proofkit.requirement-source-v2.expanded-budget-closure-falsifier",
|
|
3958
|
+
"witnessKind": "contract",
|
|
3959
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/projection_budget_test.go",
|
|
3960
|
+
"witnessSelectors": [
|
|
3961
|
+
{
|
|
3962
|
+
"selector": "TestExpandedProjectionBudgetMatchesIndependentMaterialization",
|
|
3963
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestExpandedProjectionBudgetMatchesIndependentMaterialization$'"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"commandIds": ["proofkit.go-test"],
|
|
3967
|
+
"environmentClasses": ["local-go"]
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3971
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-enum-inventory-closure",
|
|
3972
|
+
"witnessId": "proofkit.requirement-source-v2.enum-inventory-falsifier",
|
|
3973
|
+
"witnessKind": "contract",
|
|
3974
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/variant_inventory_test.go",
|
|
3975
|
+
"witnessSelectors": [
|
|
3976
|
+
{
|
|
3977
|
+
"selector": "TestIndependentManifestMatchesExactProductionEnumInventory",
|
|
3978
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestMatchesExactProductionEnumInventory$'"
|
|
3979
|
+
}
|
|
3980
|
+
],
|
|
3981
|
+
"commandIds": ["proofkit.go-test"],
|
|
3982
|
+
"environmentClasses": ["local-go"]
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
3986
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-field-projection-closure",
|
|
3987
|
+
"witnessId": "proofkit.requirement-source-v2.field-projection-falsifier",
|
|
3988
|
+
"witnessKind": "contract",
|
|
3989
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/completeness_test.go",
|
|
3990
|
+
"witnessSelectors": [
|
|
3991
|
+
{
|
|
3992
|
+
"selector": "TestIndependentManifestClosesEveryFieldThroughRealMutants",
|
|
3993
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestClosesEveryFieldThroughRealMutants$'"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"commandIds": ["proofkit.go-test"],
|
|
3997
|
+
"environmentClasses": ["local-go"]
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4001
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-typed-field-inventory-closure",
|
|
4002
|
+
"witnessId": "proofkit.requirement-source-v2.typed-field-inventory-falsifier",
|
|
4003
|
+
"witnessKind": "contract",
|
|
4004
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/field_inventory_test.go",
|
|
4005
|
+
"witnessSelectors": [
|
|
4006
|
+
{
|
|
4007
|
+
"selector": "TestIndependentManifestMatchesExactTypedInputFieldInventory",
|
|
4008
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestMatchesExactTypedInputFieldInventory$'"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"commandIds": ["proofkit.go-test"],
|
|
4012
|
+
"environmentClasses": ["local-go"]
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4016
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-input-budget-closure",
|
|
4017
|
+
"witnessId": "proofkit.requirement-source-v2.input-budget-closure-falsifier",
|
|
4018
|
+
"witnessKind": "contract",
|
|
4019
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/input_budget_test.go",
|
|
4020
|
+
"witnessSelectors": [
|
|
4021
|
+
{
|
|
4022
|
+
"selector": "TestInputCollectionBudgetMatchesIndependentObserver",
|
|
4023
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestInputCollectionBudgetMatchesIndependentObserver$'"
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"selector": "TestInputTextBudgetUsesArchitectureIndependentWidth",
|
|
4027
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestInputTextBudgetUsesArchitectureIndependentWidth$'"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"selector": "TestLimitConfigurationRejectsEveryInvalidBoundary",
|
|
4031
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestLimitConfigurationRejectsEveryInvalidBoundary$'"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
"selector": "TestPreflightBudgetErrorPrecedence",
|
|
4035
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestPreflightBudgetErrorPrecedence$'"
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"selector": "TestPreflightCardinalityBudgetsHaveExactTransitions",
|
|
4039
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestPreflightCardinalityBudgetsHaveExactTransitions$'"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"commandIds": ["proofkit.go-test"],
|
|
4043
|
+
"environmentClasses": ["local-go"]
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4047
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-manifest-admission-closure",
|
|
4048
|
+
"witnessId": "proofkit.requirement-source-v2.manifest-admission-closure-falsifier",
|
|
4049
|
+
"witnessKind": "contract",
|
|
4050
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/completeness_test.go",
|
|
4051
|
+
"witnessSelectors": [
|
|
4052
|
+
{
|
|
4053
|
+
"selector": "TestCompletenessRecordsUseExactStrictJSONAdmission",
|
|
4054
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestCompletenessRecordsUseExactStrictJSONAdmission$'"
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"selector": "TestIndependentManifestClosesEnumAndPresenceVariants",
|
|
4058
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestIndependentManifestClosesEnumAndPresenceVariants$'"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"commandIds": ["proofkit.go-test"],
|
|
4062
|
+
"environmentClasses": ["local-go"]
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4066
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-package-boundary-closure",
|
|
4067
|
+
"witnessId": "proofkit.requirement-source-v2.package-boundary-closure-falsifier",
|
|
4068
|
+
"witnessKind": "contract",
|
|
4069
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/package_boundary_test.go",
|
|
4070
|
+
"witnessSelectors": [
|
|
4071
|
+
{
|
|
4072
|
+
"selector": "TestRepresentationNeutralPackageBoundaryIsExact",
|
|
4073
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestRepresentationNeutralPackageBoundaryIsExact$'"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"commandIds": ["proofkit.go-test"],
|
|
4077
|
+
"environmentClasses": ["local-go"]
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"requirementId": "REQ-PROOFKIT-SPEC-024",
|
|
4081
|
+
"scenarioId": "proofkit.spec-proof-core.requirement-source-v2-relation-negative-closure",
|
|
4082
|
+
"witnessId": "proofkit.requirement-source-v2.relation-negative-closure-falsifier",
|
|
4083
|
+
"witnessKind": "contract",
|
|
4084
|
+
"witnessPath": "internal/kernel/requirementsourcemodel/mutant_relation_negative_test.go",
|
|
4085
|
+
"witnessSelectors": [
|
|
4086
|
+
{
|
|
4087
|
+
"selector": "TestMutantRelationPredicatesRejectNearMisses",
|
|
4088
|
+
"command": "go test ./internal/kernel/requirementsourcemodel -run '^TestMutantRelationPredicatesRejectNearMisses$'"
|
|
4089
|
+
}
|
|
4090
|
+
],
|
|
4091
|
+
"commandIds": ["proofkit.go-test"],
|
|
4092
|
+
"environmentClasses": ["local-go"]
|
|
4093
|
+
},
|
|
3635
4094
|
{
|
|
3636
4095
|
"requirementId": "REQ-PROOFKIT-SPEC-023",
|
|
3637
4096
|
"scenarioId": "proofkit.spec-proof-core.requirement-traceability-topology-closure",
|
|
@@ -594,6 +594,11 @@
|
|
|
594
594
|
"credentialClass": "none",
|
|
595
595
|
"cachePolicy": "disabled",
|
|
596
596
|
"expectedArtifacts": [
|
|
597
|
+
{
|
|
598
|
+
"kind": "report",
|
|
599
|
+
"path": "artifacts/proofkit/command-oracle-execution.json",
|
|
600
|
+
"required": true
|
|
601
|
+
},
|
|
597
602
|
{
|
|
598
603
|
"kind": "report",
|
|
599
604
|
"path": "artifacts/proofkit/coverage-metrics.json",
|
|
@@ -920,12 +925,16 @@
|
|
|
920
925
|
"internal/app/command_registry.go",
|
|
921
926
|
"internal/command",
|
|
922
927
|
"internal/testsupport/commandcoverage",
|
|
928
|
+
"internal/tools/artifactfile",
|
|
929
|
+
"internal/tools/commandoracle",
|
|
923
930
|
"internal/tools/coveragemetrics",
|
|
931
|
+
"internal/tools/repositorysnapshot",
|
|
924
932
|
"proofkit/cli-contract.v2.json",
|
|
925
933
|
"proofkit/requirement-bindings.json",
|
|
926
934
|
"proofkit/witness-plan.json"
|
|
927
935
|
],
|
|
928
936
|
"outputSelectors": [
|
|
937
|
+
"artifacts/proofkit/command-oracle-execution.json",
|
|
929
938
|
"artifacts/proofkit/coverage-metrics.json"
|
|
930
939
|
],
|
|
931
940
|
"resourceReads": [
|