feat(examples): add native-shell workout host path

Extend the workout exemplar with a native-shell haptic request and acknowledgment path that validates the host manifest and returns through app code without owning workout state.

req: host/001

req: host/002

req: host/004

req: host/005

req: examples/001
This commit is contained in:
slhx agent
2026-06-11 20:43:14 +02:00
parent 19bf47ec72
commit e76a564add
5 changed files with 88 additions and 9 deletions
+3 -1
View File
@@ -26,7 +26,9 @@
<section class="host">
<h2>Export host boundary</h2>
<p data-hemx-slot="host_status">{+ self.host_status +}</p>
<button type="button" data-hemx-handle="export_log">Export via host share</button>
<button type="button" data-hemx-handle="export_log">Export via browser/PWA share</button>
<button type="button" data-hemx-handle="record_share_result">Record share completed</button>
<button type="button" data-hemx-handle="request_native_haptic">Request native haptic</button>
<button type="button" data-hemx-handle="record_native_haptic_ack">Record haptic acknowledged</button>
</section>
</main>