You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update manifest + EXPLAINME for CLI consumer + package
- 0-AI-MANIFEST.a2ml: status → 2026-04-14, 4 ABI modules, Julia pkg,
CLI consumer section, updated HOW TO RUN
- EXPLAINME.adoc: mark both post-experiment items ✓, add new file
entries (VCLProtocol.idr, Verisim.jl, vcl_server.jl, ffi/zig/),
update run commands, add Phase 6 refactor note
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -133,9 +149,10 @@ All 5 phases + 3 deferred items complete. **Experiment closed, Path B confirmed.
133
149
134
150
Open post-experiment work (not blocking):
135
151
136
-
* Promote `impl/` to shippable `verisim-core` sibling package.
137
-
* Zig FFI port of VerisimCore per hyperpolymath standard.
152
+
* ✓ **Package**: `impl/` promoted to shippable `Verisim` Julia package (`src/Verisim.jl`, `Project.toml`, `test/runtests.jl`).
153
+
* ✓ **CLI consumer**: `ffi/zig/` — Zig binary + `src/vcl_server.jl` Julia server + `src/Abi/VCLProtocol.idr` Idris2 ABI. Subprocess architecture (OS-level isolation per estate priority order). 4/4 unit tests green.
138
154
* Formal Idris2-type-level non-interference proof at arbitrary N.
155
+
* **Phase 6 refactor** (optional): migrate `impl/` from flat-include scaffold to proper Julia `src/` with `using ..Sibling` — removes `Main.X` cross-references and `Base.include(Main, f)`.
0 commit comments