@research-engineering/agentic-proofkit 0.10.0 → 0.10.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.
- 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/requirements.v1.json +1 -1
- package/package.json +1 -1
- package/proofkit/cli-contract.v2.json +4 -4
- package/proofkit/requirement-bindings.json +31 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
{
|
|
677
677
|
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
678
678
|
"ownerId": "proofkit.spec-proof-core",
|
|
679
|
-
"invariant": "The repository-transaction owner confines every effect to one explicit repository root; freezes a bounded canonical execution plan before effects; rejects non-canonical, reserved, symlinked, case-folding, Unicode-folding, and prefix-alias target identities; keeps staged payloads, backups, ownership records, and publish temporaries in one private transaction namespace; records each created directory by exact filesystem identity; and performs each target replacement by same-filesystem atomic rename. A bounded durable journal identifies the exact before-state prefix, applied-target count, and terminal result; apply fails closed on stale state, unknown control records, and cooperative concurrency; rollback removes only transaction-owned artifacts and restores exact bytes and modes; resume and rollback are state-compatible, action-stable, cancellation-aware, and replay-idempotent; terminal receipts preserve the complete observable result until a later valid transaction replaces them. These guarantees cover process interruption at every injected mutation boundary but do not claim filesystem-wide atomic visibility, power-loss durability beyond successful synchronization, protection from arbitrary readers, or safety against a non-cooperative same-user process mutating the private namespace.",
|
|
679
|
+
"invariant": "The repository-transaction owner confines every effect to one explicit repository root; freezes a bounded canonical execution plan before effects; rejects non-canonical, reserved, symlinked, case-folding, Unicode-folding, and prefix-alias target identities; keeps staged payloads, backups, ownership records, and publish temporaries in one private transaction namespace; records each created directory by exact filesystem identity; and performs each target replacement by same-filesystem atomic rename. A bounded durable journal identifies the exact before-state prefix, applied-target count, and terminal result; apply fails closed on stale state, unknown control records, and cooperative concurrency; rollback removes only transaction-owned artifacts and restores exact bytes and modes; resume and rollback are state-compatible, action-stable, cancellation-aware, and replay-idempotent; terminal receipts preserve the complete observable result until a later valid transaction replaces them. Native construction binds Apply to the complete transaction identity; public JSON re-admission remains descriptive even for empty payloads, while recovery retains its separate confined journal and staged-object admission. These guarantees cover process interruption at every injected mutation boundary but do not claim filesystem-wide atomic visibility, power-loss durability beyond successful synchronization, protection from arbitrary readers, or safety against a non-cooperative same-user process mutating the private namespace.",
|
|
680
680
|
"claimLevel": "blocking",
|
|
681
681
|
"riskClass": "critical",
|
|
682
682
|
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
package/package.json
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"path": "internal/kernel/repositorytransaction",
|
|
156
|
-
"canonicalDigest": "sha256:
|
|
156
|
+
"canonicalDigest": "sha256:927d0a6fcdd5bfcb3961b78cc0bad7ccad1d991f3bdb2c7af1f476afcd215bfc",
|
|
157
157
|
"evidenceClass": "source_checkout"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"path": "internal/kernel/repositorytransaction",
|
|
294
|
-
"canonicalDigest": "sha256:
|
|
294
|
+
"canonicalDigest": "sha256:927d0a6fcdd5bfcb3961b78cc0bad7ccad1d991f3bdb2c7af1f476afcd215bfc",
|
|
295
295
|
"evidenceClass": "source_checkout"
|
|
296
296
|
}
|
|
297
297
|
],
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"path": "internal/kernel/repositorytransaction",
|
|
408
|
-
"canonicalDigest": "sha256:
|
|
408
|
+
"canonicalDigest": "sha256:927d0a6fcdd5bfcb3961b78cc0bad7ccad1d991f3bdb2c7af1f476afcd215bfc",
|
|
409
409
|
"evidenceClass": "source_checkout"
|
|
410
410
|
}
|
|
411
411
|
],
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
},
|
|
2484
2484
|
{
|
|
2485
2485
|
"path": "internal/kernel/repositorytransaction",
|
|
2486
|
-
"canonicalDigest": "sha256:
|
|
2486
|
+
"canonicalDigest": "sha256:927d0a6fcdd5bfcb3961b78cc0bad7ccad1d991f3bdb2c7af1f476afcd215bfc",
|
|
2487
2487
|
"evidenceClass": "source_checkout"
|
|
2488
2488
|
},
|
|
2489
2489
|
{
|
|
@@ -6091,6 +6091,37 @@
|
|
|
6091
6091
|
"commandIds": ["proofkit.go-test"],
|
|
6092
6092
|
"environmentClasses": ["local-go"]
|
|
6093
6093
|
},
|
|
6094
|
+
{
|
|
6095
|
+
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
6096
|
+
"scenarioId": "proofkit.spec-proof-core.repository-transaction-native-construction",
|
|
6097
|
+
"witnessId": "proofkit.repository-transaction.native-construction-falsifier",
|
|
6098
|
+
"witnessKind": "contract",
|
|
6099
|
+
"witnessPath": "internal/kernel/repositorytransaction/construction_test.go",
|
|
6100
|
+
"witnessSelectors": [
|
|
6101
|
+
{
|
|
6102
|
+
"selector": "TestPlanConstructionRejectsPublicFieldTransplant",
|
|
6103
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionRejectsPublicFieldTransplant$'"
|
|
6104
|
+
},
|
|
6105
|
+
{
|
|
6106
|
+
"selector": "TestPlanConstructionRetainsIndependentExecutionChecks",
|
|
6107
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionRetainsIndependentExecutionChecks$'"
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"selector": "TestPlanConstructionSurvivesOnlyNativeCopies",
|
|
6111
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestPlanConstructionSurvivesOnlyNativeCopies$'"
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"selector": "TestRecoveryDoesNotRequirePublicPlanConstruction",
|
|
6115
|
+
"command": "go test ./internal/kernel/repositorytransaction -run '^TestRecoveryDoesNotRequirePublicPlanConstruction$'"
|
|
6116
|
+
}
|
|
6117
|
+
],
|
|
6118
|
+
"commandIds": [
|
|
6119
|
+
"proofkit.go-test"
|
|
6120
|
+
],
|
|
6121
|
+
"environmentClasses": [
|
|
6122
|
+
"local-go"
|
|
6123
|
+
]
|
|
6124
|
+
},
|
|
6094
6125
|
{
|
|
6095
6126
|
"requirementId": "REQ-PROOFKIT-SPEC-033",
|
|
6096
6127
|
"scenarioId": "proofkit.spec-proof-core.repository-transaction-terminal-state",
|