pub async fn execute_spawn(
args: &SpawnArgs,
ctx: &CommandContext,
) -> Result<(), CliError>Expand description
theater spawn manifest.toml — load the actor, set up its task loops,
AND call its theater:simple/actor.init export before returning control
to the caller. The runtime auto-inits (PR A in ticket #27); the CLI
doesn’t fire init itself.