.me

Integration Notes

Rust .me is currently usable as:

Next Integration Target

The natural next host is monad.ai.

The first integration should not replace the entire TypeScript monad at once. The safer path is:

  1. keep monad’s HTTP/WS surface,
  2. mount Rust .me behind a narrow adapter,
  3. route one kernel namespace through Rust,
  4. compare results against TypeScript contracts,
  5. then widen.

Why Runtime Receipts Matter

KernelRuntime::{write,execute}_with_receipt returns:

That is the shape a host needs for:

What Is Not Done

This is intentional. The Rust kernel is now real; integration should be its own controlled phase.