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
Task #2: Replace Grade-D stub boj_cartridge_invoke with real FFI dispatch.
All 20 cartridge tools now parse JSON args (page_allocator) and call the
appropriate coord_* functions directly. Output matches local_coord_adapter.zig
exactly. 60/60 tests pass; two stub tests updated for real arg validation.
Task #7b: Wire VeriSimDB supplementary durability backend in coord_durability.zig.
BOJ_VERISIMDB_ENDPOINT env var arms the backend; vdb_append_event() / vdb_replay_events()
establish the seam. Real API calls stubbed pending verisimdb-mcp FFI exposing a
streaming append-log endpoint beyond the current octad-level interface.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments