357a68bb95
Refs #49 Merged by commander after reviewing Code Queue task codex_1779422762669_1. Adds redacted DB readiness layering and refreshes DEV endpoint/report evidence. Follow-up: deploy/verify the new readiness probe in DEV via standard image CI/CD.
951 B
951 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:16667
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.