@research-engineering/agentic-proofkit 0.10.1 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADOPTION.md +36 -14
- 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 +5 -2
- package/docs/specs/proofkit-agent-workflow/overview.md +9 -3
- package/docs/specs/proofkit-agent-workflow/requirements.v1.json +18 -1
- package/docs/specs/proofkit-spec-proof-core/overview.md +7 -0
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +27 -1
- package/package.json +2 -2
- package/proofkit/cli-contract.v2.json +558 -23
- package/proofkit/command-families.v1.json +4 -1
- package/proofkit/requirement-bindings.json +418 -0
- package/proofkit/witness-plan.json +1 -0
|
@@ -30,9 +30,12 @@
|
|
|
30
30
|
{
|
|
31
31
|
"familyId": "agent-integrations",
|
|
32
32
|
"label": "Agent integrations",
|
|
33
|
-
"purpose": "Generate portable bootstrap source
|
|
33
|
+
"purpose": "Generate and check portable bootstrap source, then explicitly plan, apply or recover its managed file lifecycle without claiming native host activation.",
|
|
34
34
|
"commands": [
|
|
35
|
+
"integration-apply",
|
|
35
36
|
"integration-check",
|
|
37
|
+
"integration-plan",
|
|
38
|
+
"integration-recover",
|
|
36
39
|
"integration-source"
|
|
37
40
|
]
|
|
38
41
|
},
|
|
@@ -784,6 +784,22 @@
|
|
|
784
784
|
"proofState": "witness_backed",
|
|
785
785
|
"nonClaims": ["A source-bound version edge does not authenticate registry publication, provider ingestion, consumer migration, native witness truth, rollout, or production readiness."]
|
|
786
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"requirementId": "REQ-PROOFKIT-SPEC-036",
|
|
789
|
+
"ownerId": "proofkit.spec-proof-core",
|
|
790
|
+
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
791
|
+
"claimLevel": "blocking",
|
|
792
|
+
"proofState": "witness_backed",
|
|
793
|
+
"nonClaims": ["Lookup fragments do not establish source completeness outside the admitted snapshot, lifecycle-closed context, proof coverage, native execution, provider freshness, merge approval, or production readiness. Private browser HTTP routes are not a separately supported public SDK."]
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"requirementId": "REQ-PROOFKIT-SPEC-037",
|
|
797
|
+
"ownerId": "proofkit.spec-proof-core",
|
|
798
|
+
"specPath": "docs/specs/proofkit-spec-proof-core/requirements.v1.json",
|
|
799
|
+
"claimLevel": "blocking",
|
|
800
|
+
"proofState": "witness_backed",
|
|
801
|
+
"nonClaims": ["Browser runtime witnesses cover the admitted Playwright Chromium, Firefox, and WebKit scenarios, not all browser preferences, assistive technologies, operating-system themes, branded Safari behavior, complete WCAG conformance, annotation persistence, agent execution, or provider delivery."]
|
|
802
|
+
},
|
|
787
803
|
{
|
|
788
804
|
"requirementId": "REQ-PROOFKIT-WORKFLOW-001",
|
|
789
805
|
"ownerId": "proofkit.agent-workflow",
|
|
@@ -943,6 +959,18 @@
|
|
|
943
959
|
"Cancellation after the final pre-emission checkpoint cannot retract accepted output, and a caller-provided writer that accepts a prefix before failure is not an atomic sink.",
|
|
944
960
|
"Phase5A is generation/check only, not managed installation, update, removal, host activation, permission grant, semantic full proof, merge approval, or production readiness."
|
|
945
961
|
]
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
965
|
+
"ownerId": "proofkit.agent-workflow",
|
|
966
|
+
"specPath": "docs/specs/proofkit-agent-workflow/requirements.v1.json",
|
|
967
|
+
"claimLevel": "blocking",
|
|
968
|
+
"proofState": "witness_backed",
|
|
969
|
+
"nonClaims": [
|
|
970
|
+
"A completed file lifecycle does not prove host discovery, instruction loading, approved-launcher invocation, permission grants, native verification, or production readiness.",
|
|
971
|
+
"Recovery reports a historical transaction, not current installed/removed state or post-return stability; cancellation after the final effect cannot retract a committed operation.",
|
|
972
|
+
"The baseline is cooperative bookkeeping, not authenticated origin, owner approval, or protection from coordinated same-user edits or rollback."
|
|
973
|
+
]
|
|
946
974
|
}
|
|
947
975
|
],
|
|
948
976
|
"bindings": [
|
|
@@ -5455,6 +5483,78 @@
|
|
|
5455
5483
|
"commandIds": ["proofkit.browser-check"],
|
|
5456
5484
|
"environmentClasses": ["local-node-browser"]
|
|
5457
5485
|
},
|
|
5486
|
+
{
|
|
5487
|
+
"requirementId": "REQ-PROOFKIT-SPEC-036",
|
|
5488
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-lookup-cohort-and-anchor",
|
|
5489
|
+
"witnessId": "proofkit.workspace-lookup.cohort-anchor-falsifier",
|
|
5490
|
+
"witnessKind": "contract",
|
|
5491
|
+
"witnessPath": "internal/command/requirementbrowser/workspace_lookup_test.go",
|
|
5492
|
+
"commandIds": ["proofkit.go-test"],
|
|
5493
|
+
"environmentClasses": ["local-go"]
|
|
5494
|
+
},
|
|
5495
|
+
{
|
|
5496
|
+
"requirementId": "REQ-PROOFKIT-SPEC-036",
|
|
5497
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-lookup-admission",
|
|
5498
|
+
"witnessId": "proofkit.workspace-lookup.admission-falsifier",
|
|
5499
|
+
"witnessKind": "contract",
|
|
5500
|
+
"witnessPath": "internal/command/requirementbrowser/workspace_lookup_admission_test.go",
|
|
5501
|
+
"commandIds": ["proofkit.go-test"],
|
|
5502
|
+
"environmentClasses": ["local-go"]
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"requirementId": "REQ-PROOFKIT-SPEC-036",
|
|
5506
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-lookup-byte-bound",
|
|
5507
|
+
"witnessId": "proofkit.workspace-lookup.byte-bound-falsifier",
|
|
5508
|
+
"witnessKind": "contract",
|
|
5509
|
+
"witnessPath": "internal/command/requirementbrowser/workspace_page_test.go",
|
|
5510
|
+
"commandIds": ["proofkit.go-test"],
|
|
5511
|
+
"environmentClasses": ["local-go"]
|
|
5512
|
+
},
|
|
5513
|
+
{
|
|
5514
|
+
"requirementId": "REQ-PROOFKIT-SPEC-036",
|
|
5515
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-lookup-browser",
|
|
5516
|
+
"witnessId": "proofkit.workspace-lookup.browser-falsifier",
|
|
5517
|
+
"witnessKind": "technical",
|
|
5518
|
+
"witnessPath": "tests/browser/lookup.spec.mjs",
|
|
5519
|
+
"commandIds": ["proofkit.browser-check"],
|
|
5520
|
+
"environmentClasses": ["local-node-browser"]
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"requirementId": "REQ-PROOFKIT-SPEC-037",
|
|
5524
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-responsive-panels",
|
|
5525
|
+
"witnessId": "proofkit.workspace-panels.browser-falsifier",
|
|
5526
|
+
"witnessKind": "technical",
|
|
5527
|
+
"witnessPath": "tests/browser/workspace-panels.spec.mjs",
|
|
5528
|
+
"commandIds": ["proofkit.browser-check"],
|
|
5529
|
+
"environmentClasses": ["local-node-browser"]
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"requirementId": "REQ-PROOFKIT-SPEC-037",
|
|
5533
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-error-authority",
|
|
5534
|
+
"witnessId": "proofkit.workspace-errors.browser-falsifier",
|
|
5535
|
+
"witnessKind": "technical",
|
|
5536
|
+
"witnessPath": "tests/browser/workspace-errors.spec.mjs",
|
|
5537
|
+
"commandIds": ["proofkit.browser-check"],
|
|
5538
|
+
"environmentClasses": ["local-node-browser"]
|
|
5539
|
+
},
|
|
5540
|
+
{
|
|
5541
|
+
"requirementId": "REQ-PROOFKIT-SPEC-037",
|
|
5542
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-request-lifecycle",
|
|
5543
|
+
"witnessId": "proofkit.workspace-requests.browser-falsifier",
|
|
5544
|
+
"witnessKind": "technical",
|
|
5545
|
+
"witnessPath": "tests/browser/workspace-request-lifecycle.spec.mjs",
|
|
5546
|
+
"commandIds": ["proofkit.browser-check"],
|
|
5547
|
+
"environmentClasses": ["local-node-browser"]
|
|
5548
|
+
},
|
|
5549
|
+
{
|
|
5550
|
+
"requirementId": "REQ-PROOFKIT-SPEC-037",
|
|
5551
|
+
"scenarioId": "proofkit.spec-proof-core.workspace-exact-page-retry",
|
|
5552
|
+
"witnessId": "proofkit.workspace-paging.browser-falsifier",
|
|
5553
|
+
"witnessKind": "technical",
|
|
5554
|
+
"witnessPath": "tests/browser/workspace-paging.spec.mjs",
|
|
5555
|
+
"commandIds": ["proofkit.browser-check"],
|
|
5556
|
+
"environmentClasses": ["local-node-browser"]
|
|
5557
|
+
},
|
|
5458
5558
|
{
|
|
5459
5559
|
"requirementId": "REQ-PROOFKIT-QUALITY-022",
|
|
5460
5560
|
"scenarioId": "proofkit.supply-chain-quality.browser-static-and-runtime-proof",
|
|
@@ -7113,6 +7213,324 @@
|
|
|
7113
7213
|
"environmentClasses": [
|
|
7114
7214
|
"local-go"
|
|
7115
7215
|
]
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7219
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-pair-recognition",
|
|
7220
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-pair-recognition-falsifier",
|
|
7221
|
+
"witnessKind": "contract",
|
|
7222
|
+
"witnessPath": "internal/command/agentintegration/lifecycle_test.go",
|
|
7223
|
+
"witnessSelectors": [
|
|
7224
|
+
{
|
|
7225
|
+
"selector": "TestLifecycleBaselineCanonicalAdmission",
|
|
7226
|
+
"command": "go test ./internal/command/agentintegration -run '^TestLifecycleBaselineCanonicalAdmission$'"
|
|
7227
|
+
},
|
|
7228
|
+
{
|
|
7229
|
+
"selector": "TestLifecyclePairRecognition",
|
|
7230
|
+
"command": "go test ./internal/command/agentintegration -run '^TestLifecyclePairRecognition$'"
|
|
7231
|
+
}
|
|
7232
|
+
],
|
|
7233
|
+
"commandIds": [
|
|
7234
|
+
"proofkit.go-test"
|
|
7235
|
+
],
|
|
7236
|
+
"environmentClasses": [
|
|
7237
|
+
"local-go"
|
|
7238
|
+
]
|
|
7239
|
+
},
|
|
7240
|
+
{
|
|
7241
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7242
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-whole-operation",
|
|
7243
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-whole-operation-falsifier",
|
|
7244
|
+
"witnessKind": "contract",
|
|
7245
|
+
"witnessPath": "internal/command/agentintegration/lifecycle_test.go",
|
|
7246
|
+
"witnessSelectors": [
|
|
7247
|
+
{
|
|
7248
|
+
"selector": "TestLifecycleAppliesReplaysAndPreservesNeighbors",
|
|
7249
|
+
"command": "go test ./internal/command/agentintegration -run '^TestLifecycleAppliesReplaysAndPreservesNeighbors$'"
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"selector": "TestLifecycleRejectsChangedIdentityAndLocalEdits",
|
|
7253
|
+
"command": "go test ./internal/command/agentintegration -run '^TestLifecycleRejectsChangedIdentityAndLocalEdits$'"
|
|
7254
|
+
}
|
|
7255
|
+
],
|
|
7256
|
+
"commandIds": [
|
|
7257
|
+
"proofkit.go-test"
|
|
7258
|
+
],
|
|
7259
|
+
"environmentClasses": [
|
|
7260
|
+
"local-go"
|
|
7261
|
+
]
|
|
7262
|
+
},
|
|
7263
|
+
{
|
|
7264
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7265
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-cli",
|
|
7266
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-cli-falsifier",
|
|
7267
|
+
"witnessKind": "contract",
|
|
7268
|
+
"witnessPath": "internal/app/agent_integration_lifecycle_command_test.go",
|
|
7269
|
+
"witnessSelectors": [
|
|
7270
|
+
{
|
|
7271
|
+
"selector": "TestIntegrationApplyCLI",
|
|
7272
|
+
"command": "go test ./internal/app -run '^TestIntegrationApplyCLI$'"
|
|
7273
|
+
},
|
|
7274
|
+
{
|
|
7275
|
+
"selector": "TestIntegrationLifecycleInvocationAndPresentation",
|
|
7276
|
+
"command": "go test ./internal/app -run '^TestIntegrationLifecycleInvocationAndPresentation$'"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"selector": "TestIntegrationPlanCLI",
|
|
7280
|
+
"command": "go test ./internal/app -run '^TestIntegrationPlanCLI$'"
|
|
7281
|
+
},
|
|
7282
|
+
{
|
|
7283
|
+
"selector": "TestIntegrationRecoverCLI",
|
|
7284
|
+
"command": "go test ./internal/app -run '^TestIntegrationRecoverCLI$'"
|
|
7285
|
+
}
|
|
7286
|
+
],
|
|
7287
|
+
"commandIds": [
|
|
7288
|
+
"proofkit.go-test"
|
|
7289
|
+
],
|
|
7290
|
+
"environmentClasses": [
|
|
7291
|
+
"local-go"
|
|
7292
|
+
]
|
|
7293
|
+
},
|
|
7294
|
+
{
|
|
7295
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7296
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-version-edge",
|
|
7297
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-version-edge-falsifier",
|
|
7298
|
+
"witnessKind": "contract",
|
|
7299
|
+
"witnessPath": "internal/app/integration_version_edge_test.go",
|
|
7300
|
+
"witnessSelectors": [
|
|
7301
|
+
{
|
|
7302
|
+
"selector": "TestManagedIntegrationVersionEdgeClosesDeclaredPublicABIDelta",
|
|
7303
|
+
"command": "go test ./internal/app -run '^TestManagedIntegrationVersionEdgeClosesDeclaredPublicABIDelta$'"
|
|
7304
|
+
}
|
|
7305
|
+
],
|
|
7306
|
+
"commandIds": [
|
|
7307
|
+
"proofkit.go-test"
|
|
7308
|
+
],
|
|
7309
|
+
"environmentClasses": [
|
|
7310
|
+
"local-go"
|
|
7311
|
+
]
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7315
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-version-edge-mutants",
|
|
7316
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-version-edge-mutants-falsifier",
|
|
7317
|
+
"witnessKind": "contract",
|
|
7318
|
+
"witnessPath": "internal/app/public_abi_mutation_test.go",
|
|
7319
|
+
"witnessSelectors": [
|
|
7320
|
+
{
|
|
7321
|
+
"selector": "TestManagedIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift",
|
|
7322
|
+
"command": "go test ./internal/app -run '^TestManagedIntegrationVersionEdgeRejectsUndeclaredPublicABIDrift$'"
|
|
7323
|
+
}
|
|
7324
|
+
],
|
|
7325
|
+
"commandIds": [
|
|
7326
|
+
"proofkit.go-test"
|
|
7327
|
+
],
|
|
7328
|
+
"environmentClasses": [
|
|
7329
|
+
"local-go"
|
|
7330
|
+
]
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7334
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-npm-carrier",
|
|
7335
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-npm-carrier-falsifier",
|
|
7336
|
+
"witnessKind": "contract",
|
|
7337
|
+
"witnessPath": "internal/tools/packageverify/workflow_carrier_test.go",
|
|
7338
|
+
"witnessSelectors": [
|
|
7339
|
+
{
|
|
7340
|
+
"selector": "TestInstalledNPMWorkflowCarrierClosure",
|
|
7341
|
+
"command": "go test ./internal/tools/packageverify -run '^TestInstalledNPMWorkflowCarrierClosure$'"
|
|
7342
|
+
}
|
|
7343
|
+
],
|
|
7344
|
+
"commandIds": [
|
|
7345
|
+
"proofkit.go-test"
|
|
7346
|
+
],
|
|
7347
|
+
"environmentClasses": [
|
|
7348
|
+
"local-go"
|
|
7349
|
+
]
|
|
7350
|
+
},
|
|
7351
|
+
{
|
|
7352
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7353
|
+
"scenarioId": "proofkit.agent-workflow.integration-lifecycle-wheel-carrier",
|
|
7354
|
+
"witnessId": "proofkit.agent-integration.integration-lifecycle-wheel-carrier-falsifier",
|
|
7355
|
+
"witnessKind": "contract",
|
|
7356
|
+
"witnessPath": "internal/tools/pythonpackage/workflow_carrier_test.go",
|
|
7357
|
+
"witnessSelectors": [
|
|
7358
|
+
{
|
|
7359
|
+
"selector": "TestInstalledPythonWorkflowCarrierClosure",
|
|
7360
|
+
"command": "go test ./internal/tools/pythonpackage -run '^TestInstalledPythonWorkflowCarrierClosure$'"
|
|
7361
|
+
}
|
|
7362
|
+
],
|
|
7363
|
+
"commandIds": [
|
|
7364
|
+
"proofkit.go-test"
|
|
7365
|
+
],
|
|
7366
|
+
"environmentClasses": [
|
|
7367
|
+
"local-go"
|
|
7368
|
+
]
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
7372
|
+
"scenarioId": "proofkit.repository-transaction.desired-absence-action-and-admission",
|
|
7373
|
+
"witnessId": "proofkit.repository-transaction.desired-absence-action-and-admission-falsifier",
|
|
7374
|
+
"witnessKind": "contract",
|
|
7375
|
+
"witnessPath": "internal/kernel/repositorytransaction/delete_test.go",
|
|
7376
|
+
"witnessSelectors": [
|
|
7377
|
+
{
|
|
7378
|
+
"selector": "TestAbsentTargetRejectsPayloadAndNoncanonicalVersionWithoutMutation",
|
|
7379
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestAbsentTargetRejectsPayloadAndNoncanonicalVersionWithoutMutation$'"
|
|
7380
|
+
},
|
|
7381
|
+
{
|
|
7382
|
+
"selector": "TestAbsentTargetsDistinguishDeletionEmptyAndUnchanged",
|
|
7383
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestAbsentTargetsDistinguishDeletionEmptyAndUnchanged$'"
|
|
7384
|
+
},
|
|
7385
|
+
{
|
|
7386
|
+
"selector": "TestDeleteChecksLastBeforeImageAndPreservesForeignRecreation",
|
|
7387
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestDeleteChecksLastBeforeImageAndPreservesForeignRecreation$'"
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"selector": "TestMixedAbsentTargetDoesNotRequireOrCreateItsParents",
|
|
7391
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestMixedAbsentTargetDoesNotRequireOrCreateItsParents$'"
|
|
7392
|
+
}
|
|
7393
|
+
],
|
|
7394
|
+
"commandIds": [
|
|
7395
|
+
"proofkit.go-test"
|
|
7396
|
+
],
|
|
7397
|
+
"environmentClasses": [
|
|
7398
|
+
"local-go"
|
|
7399
|
+
]
|
|
7400
|
+
},
|
|
7401
|
+
{
|
|
7402
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
7403
|
+
"scenarioId": "proofkit.repository-transaction.desired-absence-recovery-and-interruption",
|
|
7404
|
+
"witnessId": "proofkit.repository-transaction.desired-absence-recovery-and-interruption-falsifier",
|
|
7405
|
+
"witnessKind": "contract",
|
|
7406
|
+
"witnessPath": "internal/kernel/repositorytransaction/delete_recovery_test.go",
|
|
7407
|
+
"witnessSelectors": [
|
|
7408
|
+
{
|
|
7409
|
+
"selector": "TestDeletionProcessInterruptionAtMutationBoundaries",
|
|
7410
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestDeletionProcessInterruptionAtMutationBoundaries$'"
|
|
7411
|
+
},
|
|
7412
|
+
{
|
|
7413
|
+
"selector": "TestDeletionRecoversEveryMixedPrefixAndHistoricalResult",
|
|
7414
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestDeletionRecoversEveryMixedPrefixAndHistoricalResult$'"
|
|
7415
|
+
},
|
|
7416
|
+
{
|
|
7417
|
+
"selector": "TestDeletionRejectsMissingCorruptAndUnexpectedStagedObjects",
|
|
7418
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestDeletionRejectsMissingCorruptAndUnexpectedStagedObjects$'"
|
|
7419
|
+
}
|
|
7420
|
+
],
|
|
7421
|
+
"commandIds": [
|
|
7422
|
+
"proofkit.go-test"
|
|
7423
|
+
],
|
|
7424
|
+
"environmentClasses": [
|
|
7425
|
+
"local-go"
|
|
7426
|
+
]
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
7430
|
+
"scenarioId": "proofkit.repository-transaction.current-state-locked-replay",
|
|
7431
|
+
"witnessId": "proofkit.repository-transaction.current-state-locked-replay-falsifier",
|
|
7432
|
+
"witnessKind": "contract",
|
|
7433
|
+
"witnessPath": "internal/kernel/repositorytransaction/replay_test.go",
|
|
7434
|
+
"witnessSelectors": [
|
|
7435
|
+
{
|
|
7436
|
+
"selector": "TestReplayAppliedRequiresCurrentNativePlanAndExactRetainedResult",
|
|
7437
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestReplayAppliedRequiresCurrentNativePlanAndExactRetainedResult$'"
|
|
7438
|
+
}
|
|
7439
|
+
],
|
|
7440
|
+
"commandIds": [
|
|
7441
|
+
"proofkit.go-test"
|
|
7442
|
+
],
|
|
7443
|
+
"environmentClasses": [
|
|
7444
|
+
"local-go"
|
|
7445
|
+
]
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
7449
|
+
"scenarioId": "proofkit.repository-transaction.predecessor-v1-compatibility",
|
|
7450
|
+
"witnessId": "proofkit.repository-transaction.predecessor-v1-compatibility-falsifier",
|
|
7451
|
+
"witnessKind": "contract",
|
|
7452
|
+
"witnessPath": "internal/kernel/repositorytransaction/v1_compatibility_test.go",
|
|
7453
|
+
"witnessSelectors": [
|
|
7454
|
+
{
|
|
7455
|
+
"selector": "TestPresentOnlyPlansPreserveIndependentPredecessorBytes",
|
|
7456
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestPresentOnlyPlansPreserveIndependentPredecessorBytes$'"
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"selector": "TestRecoverIndependentPredecessorJournalAndStagedBytes",
|
|
7460
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoverIndependentPredecessorJournalAndStagedBytes$'"
|
|
7461
|
+
}
|
|
7462
|
+
],
|
|
7463
|
+
"commandIds": [
|
|
7464
|
+
"proofkit.go-test"
|
|
7465
|
+
],
|
|
7466
|
+
"environmentClasses": [
|
|
7467
|
+
"local-go"
|
|
7468
|
+
]
|
|
7469
|
+
},
|
|
7470
|
+
{
|
|
7471
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
7472
|
+
"scenarioId": "proofkit.repository-transaction.bound-terminal-identity",
|
|
7473
|
+
"witnessId": "proofkit.repository-transaction.bound-terminal-identity-falsifier",
|
|
7474
|
+
"witnessKind": "contract",
|
|
7475
|
+
"witnessPath": "internal/kernel/repositorytransaction/terminal_identity_test.go",
|
|
7476
|
+
"witnessSelectors": [
|
|
7477
|
+
{
|
|
7478
|
+
"selector": "TestBoundTerminalRecoveryCompletesInterruptedArchive",
|
|
7479
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestBoundTerminalRecoveryCompletesInterruptedArchive$'"
|
|
7480
|
+
},
|
|
7481
|
+
{
|
|
7482
|
+
"selector": "TestLegacyTerminalRecoveryPreservesHistoricalIdentity",
|
|
7483
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestLegacyTerminalRecoveryPreservesHistoricalIdentity$'"
|
|
7484
|
+
},
|
|
7485
|
+
{
|
|
7486
|
+
"selector": "TestTerminalReceiptDesiredIdentityAdmission",
|
|
7487
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestTerminalReceiptDesiredIdentityAdmission$'"
|
|
7488
|
+
}
|
|
7489
|
+
],
|
|
7490
|
+
"commandIds": [
|
|
7491
|
+
"proofkit.go-test"
|
|
7492
|
+
],
|
|
7493
|
+
"environmentClasses": [
|
|
7494
|
+
"local-go"
|
|
7495
|
+
]
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7499
|
+
"scenarioId": "proofkit.agent-workflow.integration-recover-busy-stream",
|
|
7500
|
+
"witnessId": "proofkit.agent-workflow.integration-recover-busy-stream-falsifier",
|
|
7501
|
+
"witnessKind": "contract",
|
|
7502
|
+
"witnessPath": "internal/app/agent_integration_lifecycle_unix_test.go",
|
|
7503
|
+
"witnessSelectors": [
|
|
7504
|
+
{
|
|
7505
|
+
"selector": "TestIntegrationRecoverBusyCLIIsClassified",
|
|
7506
|
+
"command": "go test ./internal/app -run '^TestIntegrationRecoverBusyCLIIsClassified$'"
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"commandIds": [
|
|
7510
|
+
"proofkit.go-test"
|
|
7511
|
+
],
|
|
7512
|
+
"environmentClasses": [
|
|
7513
|
+
"local-go"
|
|
7514
|
+
]
|
|
7515
|
+
},
|
|
7516
|
+
{
|
|
7517
|
+
"requirementId": "REQ-PROOFKIT-WORKFLOW-019",
|
|
7518
|
+
"scenarioId": "proofkit.agent-workflow.integration-update-effect-oracle",
|
|
7519
|
+
"witnessId": "proofkit.agent-workflow.integration-update-effect-oracle-falsifier",
|
|
7520
|
+
"witnessKind": "contract",
|
|
7521
|
+
"witnessPath": "internal/tools/workflowsmoke/integration_lifecycle_mutation_test.go",
|
|
7522
|
+
"witnessSelectors": [
|
|
7523
|
+
{
|
|
7524
|
+
"selector": "TestInstalledLifecycleWitnessRejectsUpdateWithoutEffects",
|
|
7525
|
+
"command": "go test ./internal/tools/workflowsmoke -run '^TestInstalledLifecycleWitnessRejectsUpdateWithoutEffects$'"
|
|
7526
|
+
}
|
|
7527
|
+
],
|
|
7528
|
+
"commandIds": [
|
|
7529
|
+
"proofkit.go-test"
|
|
7530
|
+
],
|
|
7531
|
+
"environmentClasses": [
|
|
7532
|
+
"local-go"
|
|
7533
|
+
]
|
|
7116
7534
|
}
|
|
7117
7535
|
],
|
|
7118
7536
|
"witnessCommands": [
|
|
@@ -796,6 +796,7 @@
|
|
|
796
796
|
"scripts/browser-proof-inputs.test.mjs",
|
|
797
797
|
"scripts/browser-runtime-proof-inputs.v1.json",
|
|
798
798
|
"scripts/browser-selection-authority.test.mjs",
|
|
799
|
+
"scripts/browser-workspace-requests.test.mjs",
|
|
799
800
|
"scripts/diagnostic.mjs",
|
|
800
801
|
"scripts/stable-json.mjs",
|
|
801
802
|
"scripts/stable-json.test.mjs",
|