Commit b585068
proof: A13 — close last post-A10 audit items (5a/5b/leave-behind/7/8)
Per coordinator pre-clearance for items 5 + 7 + 8 (and the small A12
leave-behind), this round closes the remaining post-A10 audit items
at the statement level. Same PR (#72) as A10+A11+A12.
* Item 5a closed (L13 x L10): ModuleIsolation.idr imports Linear and
gains LinearAcrossBoundary + acrossWitness / acrossHandle +
linearTransferRequiresBoundary (no-bypass) + linearTransferLocal
(local-case).
* Item 5b closed (L14 x L13): SessionProtocol.idr imports
ModuleIsolation and gains SessionAcrossBoundary +
sessionAcrossPreservesState + sessionTransferRequiresBoundary +
sessionTransferLocal.
* A12 leave-behind closed (RegionDisjoint x byte separation):
Region.idr gains RegionsOverlap + disjointImpliesNoOverlap +
regionsOverlapSym.
* Items 7 + 8 stated as obligations (full proofs multi-week): new
module TypedWasm.ABI.VerifierSpec introduces SpecAccepts /
VerifierAccepts / SourceAccepts predicates,
IntentsLinearAcceptable structural witness,
VerifierSpecAgreement (item 7) and SourceVerifierAgreement
(item 8) records each bundling soundness + completeness, plus
sourceImpliesSpec / specImpliesSource composition lemmas.
18 new regression entries (50 -> 68 assertions). Package size
21 -> 22 modules. Build green under Idris2 0.8.0. PROOF-NEEDS,
LEVEL-STATUS, CHANGELOG, STATE.a2ml all updated.
Original 8-item post-A10 audit fully closed; items 7+8 at statement
level (full proof bodies are tracked long-tail).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9a5a833 commit b585068
10 files changed
Lines changed: 764 additions & 8 deletions
File tree
- .machine_readable/6a2
- src/abi
- TypedWasm/ABI
- tests/proof
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
97 | | - | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | | - | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
13 | 76 | | |
14 | 77 | | |
15 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments