Execution Surface Protocol
Prepares the execution surface a run targets: runner configuration and surface capabilities.
Execution Surface Protocol
Prepares the execution surface a run targets: runner configuration and surface capabilities.
| Field | Value |
|---|---|
| Protocol ID | aster.execution-surface |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.execution-surface.require(settings?) via the protocol module |
| Provider helper | Not available until the protocol module declares a runtime service tag. |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
prepareRun | Resolve runner configuration and capabilities for a run. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.execution-surfaceat1.0.0inside^1.0.0. - Implement every operation:
prepareRun. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
[ { "kind": "provider_right", "protocol": "aster.execution-surface" }]