Organism Runtime
This crate is the curated in-process execution API for Organism.
Consumers model planning semantics in organism-pack, then use
organism-runtime to resolve packs, check readiness, and wire the
planning loop to Converge.
Converge integration: organism crates use converge-pack,
converge-kernel, and converge-model directly. The Rust type system
enforces the axioms — no wrapper layer needed. For remote deployment,
use converge-client directly.