laser-wire 0.0.1

LaserData wire contract: managed command codes, CBOR envelopes including the Agent Data Exchange Protocol (AGDX) agent envelope, the query IR, projections, schemas, KV, forks, and the HTTP surface. Runtime-free, wasm-compatible.
Documentation
{
  "managed": true,
  "query": {
    "available": true,
    "projections": true,
    "schemas": true,
    "consistency": "read_your_writes",
    "keyword": false
  },
  "kv": {
    "available": true,
    "cas": true,
    "cas_fenced": false
  },
  "graph": false,
  "fork": true,
  "agent_workflow": false,
  "watch": false,
  "authz": false,
  "versions": {
    "query": 1,
    "control": 1,
    "kv": 1,
    "fork": 1
  },
  "backends": [
    {
      "id": "embedded",
      "kind": "embedded",
      "capabilities": [
        "ingest",
        "query",
        "vector_search"
      ]
    },
    {
      "id": "warehouse",
      "kind": "columnar",
      "label": "Analytics warehouse",
      "version": "2.1.0",
      "capabilities": [
        "ingest",
        "query",
        "percentile"
      ]
    }
  ]
}