Migrated from Method backlog
This issue was created from a legacy filesystem backlog card. GitHub Issues are now the live work tracker; repository docs remain Method evidence.
Source backlog: docs/method/backlog/v0.1.0/PLATFORM_js-wasm-browser-client-release-surface.md
Original lane: v0.1.0
Original legend: PLATFORM
Original backlog card
JS/WASM/Browser Client Release Surface
Status: v0.1.0 release blocker if JS, WASM, Node, or browser packages ship.
Depends on:
Why now
The release bar now includes serious application use. If Echo publishes
JavaScript, WASM, Node, or browser artifacts, those artifacts must carry only
the app-safe client surface. They must not accidentally expose trusted runtime
control, tick authority, WAL append authority, recovery authority, or package
install authority to application code.
Required behavior
Published client artifacts may expose:
- generated intent/query request helpers;
- canonical intent submission;
- intent outcome observation;
- bounded query reading requests;
- retained evidence posture;
- package/version compatibility checks.
Published client artifacts may not expose:
- scheduler step or tick;
- trusted runtime start/stop/drain control unless the artifact is explicitly a
trusted-host package;
- WAL append or recovery mutation;
- package installation authority;
- raw kernel object mutation.
Acceptance criteria
Test plan
- Add package export tests proving app-facing entry points do not re-export
trusted runtime controls.
- Add Node smoke test for submit/observe/query through app-safe API.
- Add browser or WASM-bindgen smoke test if browser artifacts ship.
- Add docs/quickstart check for the published artifact set.
Non-goals
- Do not require browser artifacts if the release explicitly ships Rust/local
host APIs only.
- Do not build a UI framework.
- Do not implement streaming subscriptions.
- Do not expose raw privileged WASM exports to app code.
Migrated from Method backlog
This issue was created from a legacy filesystem backlog card. GitHub Issues are now the live work tracker; repository docs remain Method evidence.
Source backlog:
docs/method/backlog/v0.1.0/PLATFORM_js-wasm-browser-client-release-surface.mdOriginal lane:
v0.1.0Original legend:
PLATFORMOriginal backlog card
JS/WASM/Browser Client Release Surface
Status: v0.1.0 release blocker if JS, WASM, Node, or browser packages ship.
Depends on:
Why now
The release bar now includes serious application use. If Echo publishes
JavaScript, WASM, Node, or browser artifacts, those artifacts must carry only
the app-safe client surface. They must not accidentally expose trusted runtime
control, tick authority, WAL append authority, recovery authority, or package
install authority to application code.
Required behavior
Published client artifacts may expose:
Published client artifacts may not expose:
trusted-host package;
Acceptance criteria
application client APIs.
and observed without tick authority.
helper compatibility, and contract package version.
Test plan
trusted runtime controls.
Non-goals
host APIs only.