950 B
950 B
MVP E2E Contract
The L0 e2e contract is a sequence contract for future MVP tests. It is not a heavy e2e test suite.
DEV Endpoint
All MVP acceptance traffic targets:
http://74.48.78.17:6667
Minimal Flow
- Create or select a project.
- Start a gateway session for
hwlab-gatewayorhwlab-gateway-simu. - Register box resources and capabilities.
- Apply a wiring config that passes topology validation.
- Start an agent session and worker session.
- Request a hardware operation through JSON-RPC.
- Emit trace events as the operation is accepted, dispatched, executed, and completed.
- Persist an evidence record for the operation.
- Emit audit events for mutating steps and final outcome.
Acceptance Boundary
For L0, acceptance is limited to parseable schemas, stable contract names, and minimal in-process validation. PROD deployment, service restarts, and full e2e execution are explicitly out of scope.