Skip to content

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.

FieldValue
Protocol IDaster.execution-surface
Version1.0.0
Compatibility range^1.0.0
Requirement helperaster.execution-surface.require(settings?) via the protocol module
Provider helperNot available until the protocol module declares a runtime service tag.

Settings

DefaultProtocolSettingsSchema (Record<string, unknown> | null).

Operations

OperationSummaryRequestResponse
prepareRunResolve runner configuration and capabilities for a run.Effect Schema (Objects)Effect Schema (Objects)

Conformance Expectations

  • Register with aster.execution-surface at 1.0.0 inside ^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"
}
]