Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RLM loop

In-tree verify/act loop: castellan run --rlm.

Sandbox seam (RlmSandboxHost)

Behind castellan-rlm feature sandbox — stub for future Modal/Daytona backends:

#![allow(unused)]
fn main() {
use castellan_rlm::{RlmSandboxHost, SandboxRequest, StubSandboxHost};
}

Not wired into run_until_satisfied yet.