## Summary Ship the public Rust embedder SDK required by reference-apps #117. ## Depends on - Spec 068 approval. ## Definition of Done - [ ] Versioned public Rust crate exposes every Spec 068 embedder operation, including compatible-capability start/stop/kill, with stable public types. - [ ] It loads bundled runtime/manifests/capabilities and has no production dependency on `traverse-cli serve`. - [ ] It forwards runtime-owned output, state, and structured errors without UI/business-rule duplication. - [ ] It includes rustdoc, compatibility policy, and deterministic test double. - [ ] It passes shared conformance plus Linux/GTK/CLI package tests. - [ ] GTK and CLI reference-app integration executes a bundled workflow without a sidecar. - [ ] Release evidence records crate version, runtime-WASM digest, and conformance version. ## Unblocks - reference-apps #117 after #111 and #112 are also complete.
Summary
Ship the public Rust embedder SDK required by reference-apps #117.
Depends on
Definition of Done
traverse-cli serve.Unblocks