@research-engineering/agentic-proofkit 0.1.156 → 0.1.157
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/specs/proofkit-spec-proof-core/overview.md +3 -2
- package/docs/specs/proofkit-spec-proof-core/requirements.v1.json +2 -2
- package/docs/specs/proofkit-supply-chain-quality/overview.md +5 -0
- package/docs/specs/proofkit-supply-chain-quality/requirements.v1.json +13 -0
- package/package.json +1 -1
- package/proofkit/requirement-bindings.json +54 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -92,8 +92,9 @@ execution receipts, and merge policy.
|
|
|
92
92
|
and emits only bounded candidate requirements, bindings, or owner guidance.
|
|
93
93
|
- `REQ-PROOFKIT-SPEC-018`: an authored command-family catalog covers every
|
|
94
94
|
public CLI command exactly once, deterministically generates the private
|
|
95
|
-
runtime navigation projection, and adds opt-in family help
|
|
96
|
-
|
|
95
|
+
runtime navigation projection, and adds opt-in family help while preserving
|
|
96
|
+
existing help invocation forms, process channels, no-input behavior, and leaf
|
|
97
|
+
dispatch; descriptor and help truth remains owned by `REQ-PROOFKIT-QUALITY-004`.
|
|
97
98
|
|
|
98
99
|
## Non-Claims
|
|
99
100
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
{
|
|
468
468
|
"requirementId": "REQ-PROOFKIT-SPEC-018",
|
|
469
469
|
"ownerId": "proofkit.spec-proof-core",
|
|
470
|
-
"invariant": "Command family navigation projects the complete public CLI command inventory from one authored family catalog into a deterministic private runtime projection, preserves
|
|
470
|
+
"invariant": "Command family navigation projects the complete public CLI command inventory from one authored family catalog into a deterministic private runtime projection, preserves root and per-command help invocation forms, stdout and stderr channel discipline, no-input behavior, and leaf dispatch, admits only opt-in family help forms, rejects missing, duplicated, oversized, unsorted, or reserved-operand-colliding families, and does not infer command selection, execute commands through family membership, or create a second command inventory owner.",
|
|
471
471
|
"claimLevel": "blocking",
|
|
472
472
|
"riskClass": "medium",
|
|
473
473
|
"proofBindingRefs": [
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"NC-PROOFKIT-SPEC-018"
|
|
478
478
|
],
|
|
479
479
|
"nonClaims": [
|
|
480
|
-
"This requirement does not claim command recommendation, command execution through family membership, consumer policy, native witness execution, merge approval, release approval, rollout approval, or production readiness."
|
|
480
|
+
"This requirement does not claim byte-for-byte help text compatibility across owner-approved CLI contract corrections, command recommendation, command execution through family membership, consumer policy, native witness execution, merge approval, release approval, rollout approval, or production readiness."
|
|
481
481
|
],
|
|
482
482
|
"lifecycle": {
|
|
483
483
|
"state": "active",
|
|
@@ -81,6 +81,11 @@ vulnerability absence, or consumer rollout safety by itself.
|
|
|
81
81
|
stderr discipline, generated-source hash, owner-source parity, and exact
|
|
82
82
|
explicit-input counts despite an unlisted poison file in the consumer working
|
|
83
83
|
directory.
|
|
84
|
+
- `REQ-PROOFKIT-QUALITY-020`: package artifact execution starts from admitted
|
|
85
|
+
candidate-owned output roots, rejects ambient provider or unowned release
|
|
86
|
+
state before mutation, stays confined to the repository across symlinks,
|
|
87
|
+
binds non-empty generated content to stable source and execution-context
|
|
88
|
+
snapshots, and emits a schema-versioned execution record.
|
|
84
89
|
|
|
85
90
|
## Non-Claims
|
|
86
91
|
|
|
@@ -255,6 +255,19 @@
|
|
|
255
255
|
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
256
256
|
"deferral": null,
|
|
257
257
|
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-020",
|
|
261
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
262
|
+
"invariant": "Package artifact execution rejects ambient provider evidence and unowned release state before mutating candidate outputs, removes only candidate-owned package, wheel, and release outputs through a repository-confined filesystem root without following symlinks outside that root, invalidates prior execution evidence, executes the canonical package pipeline against stable source, environment, and toolchain snapshots, requires a non-empty content-bound artifact snapshot, and emits a schema-versioned execution record.",
|
|
263
|
+
"claimLevel": "blocking",
|
|
264
|
+
"riskClass": "high",
|
|
265
|
+
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
|
266
|
+
"nonClaimRefs": ["NC-PROOFKIT-QUALITY-020"],
|
|
267
|
+
"nonClaims": ["This requirement does not claim producer authentication, hermetic or reproducible builds, registry publication, provider evidence freshness, release approval, rollout approval, production readiness, or exact artifact closure outside downstream package and release validators."],
|
|
268
|
+
"lifecycle": {"state": "active", "replacementRequirementIds": [], "evidenceRefs": []},
|
|
269
|
+
"deferral": null,
|
|
270
|
+
"updatePolicy": {"reviewOwnerId": "proofkit.supply-chain-quality", "requiresImpactDeclaration": true, "requiresProofBindingReview": true}
|
|
258
271
|
}
|
|
259
272
|
]
|
|
260
273
|
}
|
package/package.json
CHANGED
|
@@ -562,6 +562,16 @@
|
|
|
562
562
|
"This requirement does not claim registry publication, every command's runtime behavior, execution of non-native platform binaries, provider-side install freshness, consumer dependency admission, release approval, rollout approval, or production readiness."
|
|
563
563
|
]
|
|
564
564
|
},
|
|
565
|
+
{
|
|
566
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-020",
|
|
567
|
+
"ownerId": "proofkit.supply-chain-quality",
|
|
568
|
+
"specPath": "docs/specs/proofkit-supply-chain-quality/requirements.v1.json",
|
|
569
|
+
"claimLevel": "blocking",
|
|
570
|
+
"proofState": "witness_backed",
|
|
571
|
+
"nonClaims": [
|
|
572
|
+
"This requirement does not claim producer authentication, hermetic or reproducible builds, registry publication, provider evidence freshness, release approval, rollout approval, production readiness, or exact artifact closure outside downstream package and release validators."
|
|
573
|
+
]
|
|
574
|
+
},
|
|
565
575
|
{
|
|
566
576
|
"requirementId": "REQ-PROOFKIT-SPEC-017",
|
|
567
577
|
"ownerId": "proofkit.spec-proof-core",
|
|
@@ -579,7 +589,7 @@
|
|
|
579
589
|
"claimLevel": "blocking",
|
|
580
590
|
"proofState": "witness_backed",
|
|
581
591
|
"nonClaims": [
|
|
582
|
-
"This requirement does not claim command recommendation, command execution through family membership, consumer policy, native witness execution, merge approval, release approval, rollout approval, or production readiness."
|
|
592
|
+
"This requirement does not claim byte-for-byte help text compatibility across owner-approved CLI contract corrections, command recommendation, command execution through family membership, consumer policy, native witness execution, merge approval, release approval, rollout approval, or production readiness."
|
|
583
593
|
]
|
|
584
594
|
}
|
|
585
595
|
],
|
|
@@ -1575,6 +1585,36 @@
|
|
|
1575
1585
|
"local-go"
|
|
1576
1586
|
]
|
|
1577
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-020",
|
|
1590
|
+
"scenarioId": "proofkit.supply-chain-quality.package-artifact-clean-materialization",
|
|
1591
|
+
"witnessId": "proofkit.package-artifact.clean-materialization-falsifier",
|
|
1592
|
+
"witnessKind": "contract",
|
|
1593
|
+
"witnessPath": "internal/tools/packageartifact/main_test.go",
|
|
1594
|
+
"commandIds": [
|
|
1595
|
+
"proofkit.go-test",
|
|
1596
|
+
"proofkit.package-artifact"
|
|
1597
|
+
],
|
|
1598
|
+
"environmentClasses": [
|
|
1599
|
+
"local-go",
|
|
1600
|
+
"local-go-python"
|
|
1601
|
+
]
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"requirementId": "REQ-PROOFKIT-QUALITY-020",
|
|
1605
|
+
"scenarioId": "proofkit.supply-chain-quality.package-artifact-output-ownership-and-confinement",
|
|
1606
|
+
"witnessId": "proofkit.package-artifact.output-ownership-and-confinement-falsifier",
|
|
1607
|
+
"witnessKind": "contract",
|
|
1608
|
+
"witnessPath": "internal/tools/packageartifactrecord/record_test.go",
|
|
1609
|
+
"commandIds": [
|
|
1610
|
+
"proofkit.go-test",
|
|
1611
|
+
"proofkit.package-artifact"
|
|
1612
|
+
],
|
|
1613
|
+
"environmentClasses": [
|
|
1614
|
+
"local-go",
|
|
1615
|
+
"local-go-python"
|
|
1616
|
+
]
|
|
1617
|
+
},
|
|
1578
1618
|
{
|
|
1579
1619
|
"requirementId": "REQ-PROOFKIT-QUALITY-015",
|
|
1580
1620
|
"scenarioId": "proofkit.supply-chain-quality.release-closeout-completion-criteria",
|
|
@@ -1918,6 +1958,19 @@
|
|
|
1918
1958
|
"local-go"
|
|
1919
1959
|
]
|
|
1920
1960
|
},
|
|
1961
|
+
{
|
|
1962
|
+
"requirementId": "REQ-PROOFKIT-SPEC-018",
|
|
1963
|
+
"scenarioId": "proofkit.spec-proof-core.command-family-help-compatibility",
|
|
1964
|
+
"witnessId": "proofkit.command-family-navigation.help-compatibility-falsifier",
|
|
1965
|
+
"witnessKind": "contract",
|
|
1966
|
+
"witnessPath": "internal/app/command_family_catalog_test.go",
|
|
1967
|
+
"commandIds": [
|
|
1968
|
+
"proofkit.go-test"
|
|
1969
|
+
],
|
|
1970
|
+
"environmentClasses": [
|
|
1971
|
+
"local-go"
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1921
1974
|
{
|
|
1922
1975
|
"requirementId": "REQ-PROOFKIT-SPEC-018",
|
|
1923
1976
|
"scenarioId": "proofkit.spec-proof-core.command-family-navigation-parity",
|