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_reference-trusted-runtime-host-loop.md
Original lane: v0.1.0
Original legend: PLATFORM
Original backlog card
Reference Trusted Runtime Host Loop
Status: local reference boundary implemented; product adapter polish remains.
Depends on:
Why now
The release model is clear:
application submits intents
trusted runtime owner ticks
application observes outcomes
Echo needs a documented local host loop that demonstrates the trusted runtime
owner role without requiring a daemon or distributed runtime.
Responsibilities
The reference host loop owns:
- contract package installation;
- trusted runtime control;
- fixed logical tick or until-idle policy;
- fault recovery authority;
- receipt publication;
- query service.
Acceptance criteria
Implemented local slice
warp-core now provides TrustedRuntimeHost and TrustedRuntimeApp for the
local contract-host path. The host installs generated packages, stages ticketed
runtime ingress, runs super_tick until idle, and serves observations. The app
handle can submit intents and observe outcomes/readings, but it cannot tick,
install packages, stage ingress, or recover scheduler faults.
Non-goals
- Do not build a production daemon.
- Do not make wall-clock cadence semantic history.
- Do not let application code access trusted runtime control.
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_reference-trusted-runtime-host-loop.mdOriginal lane:
v0.1.0Original legend:
PLATFORMOriginal backlog card
Reference Trusted Runtime Host Loop
Status: local reference boundary implemented; product adapter polish remains.
Depends on:
Why now
The release model is clear:
Echo needs a documented local host loop that demonstrates the trusted runtime
owner role without requiring a daemon or distributed runtime.
Responsibilities
The reference host loop owns:
Acceptance criteria
application code.
Implemented local slice
warp-corenow providesTrustedRuntimeHostandTrustedRuntimeAppfor thelocal contract-host path. The host installs generated packages, stages ticketed
runtime ingress, runs
super_tickuntil idle, and serves observations. The apphandle can submit intents and observe outcomes/readings, but it cannot tick,
install packages, stage ingress, or recover scheduler faults.
Non-goals