Embed WASM runtime: Linux GTK + CLI Rust (#117)#150
Merged
Conversation
enricopiovesan
enabled auto-merge (squash)
July 14, 2026 17:08
Migrate traverse-starter and doc-approval GTK/CLI shells from the HTTP sidecar to traverse-embedder BundleEmbedder, with EmbedderTestDouble-backed tests and Zone 1 Embedded status. Doc-approval production bundles still wait on manifests (#112). Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
enricopiovesan
force-pushed
the
cursor/issue-117-embed-linux-cli-rust
branch
from
July 14, 2026 17:14
7aaaa2e to
d65cadd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
linux-gtk+cli-rustshells from the HTTP sidecar to the publictraverse-embedderSDK (BundleEmbedder/EmbedderTestDouble)manifests/traverse-starter/app.manifest.json: state_machine invoke uses declared capabilitytraverse-starter.processso bundle registration succeeds (registry does not accept workflow ids ininvoke); Phase 3 shells still submittraverse-starter.pipelinevia embedderGoverning Spec
068-public-platform-embedder-packages057-embeddable-runtime-host(embedder-api/1.0.0)058-workflow-pipeline-executiondocs/embedded-runtime-plan.md/docs/design-language.mdProject Item
PVTI_lADOEbiBt84BbzAzzgx7YnMDefinition of Done
traverse-cli serveon the production pathEmbedderTestDouble, not fake business field computationcargo testfor core + CLI packages passesValidation
cd apps/traverse-starter && cargo test -p traverse-core-rs -p traverse-starter-clicd apps/doc-approval && cargo test -p doc-approval-core-rs -p doc-approval-clibash scripts/ci/repository_checks.shTRAVERSE_STARTER_MANIFEST=…/manifests/traverse-starter/app.manifest.json cargo run -p traverse-starter-cli -- health --json→ Embedded / Readyrunagainst current Traverse example WASM stubs still fails (registered artifact execution failed) — stubs are 36-byte_startfixtures; executable agents are a Traverse follow-up. Host boundary is covered by test doubles.Architecture boundary
traverse-embedderAPIsMade with Cursor