Files
hemx/examples/techdemo/templates/partials/local_panel.heml
T
slhx agent 64a736ffcb feat(local): model local command log boundary
Define local/offline truth as commands, domain events, and projections rather than stored DOM patches or EffectBatch payloads, and wire the techdemo through a local command-to-projection-to-effect flow.

req: local/001

req: local/002

req: local/003

req: local/004

req: examples/001
2026-06-11 19:49:34 +02:00

9 lines
300 B
Plaintext

<div class="local-panel">
<p><strong>Local command log</strong><br>{+ self.status +}</p>
<p>{+ self.projection +}</p>
<div class="quick-actions">
<button type="button" data-hemx-handle="queue_local_set">Queue local set completion</button>
</div>
<code>{+ self.boundary +}</code>
</div>