Public context
What an implementation receives
# Boundary Compute To Flow
Implement the normative boundary compute to flow behavior for the ZergLang integration domain. Preserve deterministic ordering, typed failures, ownership transfer, and exactly-once cleanup required by the cited clauses.
Submit the complete source closure matching `interface.zli`. Public cases are examples, not an exhaustive specification. Do not use ambient I/O, time, random state, or undeclared capabilities.
Public interfaceZergLang
module benchmark_integration_compute_to_flow_7;
public value Boundary {
public compiled compute message source(type: Class<Self>, input: Int64) -> Int64 effects { compute, flow };
}
Official task history
Signed conformance observations
No official conformance run currently contains this task revision in its signed catalog.