subc-protocol 0.19.2

Shared wire contract for subc <-> modules: the 21-byte envelope, the Frame (header + opaque body), channel-0 control bodies, route.bind/RouteTarget session shapes, and the capability manifest. Single source of truth, depended on by subc-core and AFT.
Documentation
1
2
3
4
5
6
7
8
{
  "description": "Persist a memory item",
  "execution_mode": "mutating",
  "name": "memory.write",
  "schema": {
    "type": "object"
  }
}