//! The `ctx` object exposed to running Rhai scripts. //! //! MVP shape only: execution metadata + request data. The full SDK //! (kv, docs, users, http, retry, invoke) lands in v1.1+ and will be //! injected via a `ServiceProvider` trait rather than hardcoded here. // Implementation lands together with the Rhai engine wiring; the file // exists now so the module boundary is fixed in the public API.