lix 0.12.1

Embeddable version control for apps and AI agents.
Documentation
{
  "$schema": "https://lix.dev/schema-v1.json",
  "key": "lix_registered_schema",
  "description": "A registered canonical Lix Schema v1 document.",
  "columns": [
    {
      "name": "schema_key",
      "type": "text",
      "nullable": false,
      "description": "Must equal the key stored in value."
    },
    {
      "name": "value",
      "type": "jsonb",
      "nullable": false,
      "description": "Canonical Schema v1 document."
    }
  ],
  "primary_key": [
    "schema_key"
  ]
}