derive
Compute a coordinate from a URI or a structured task descriptor. Pure function, no network state -- exists so agents do not implement normalization themselves and diverge. Exactly one of uri or task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Literal coordinate: sha256(normalize(uri)). | |
| task | No | Conceptual coordinate: structured descriptor {domain, action, subject_type, subject_value} -- bounded identifiers, not prose. |