{
  "schemaVersion": "1.0.0",
  "generatedAt": "2026-06-04T00:00:00.000Z",
  "adapters": [
    {
      "id": "react",
      "displayName": "React Adapter",
      "status": "stable",
      "notes": "Declarative props mapping to core controller options."
    },
    {
      "id": "vanilla",
      "displayName": "Vanilla Adapter",
      "status": "stable",
      "notes": "Imperative element bindings with explicit lifecycle cleanup."
    },
    {
      "id": "vue",
      "displayName": "Vue Adapter",
      "status": "stable",
      "notes": "Composition API wrappers that preserve the same DOM state reflection contract."
    },
    {
      "id": "solid",
      "displayName": "Solid Adapter",
      "status": "stable",
      "notes": "Signal-friendly compound primitives with DOM contract parity to the React adapter."
    },
    {
      "id": "svelte",
      "displayName": "Svelte Adapter",
      "status": "stable",
      "notes": "Compound primitive namespaces that expose shared behavior through readable Svelte templates."
    }
  ]
}
