lix 0.12.0

Embeddable version control for apps and AI agents.
Documentation
{
  "$schema": "https://lix.dev/schema-v1.json",
  "key": "lix_commit",
  "description": "A commit is a stable point in project history. Branches point to commits. Use lix_commit_edge to inspect parent commits.",
  "columns": [
    {
      "name": "id",
      "type": "uuid",
      "nullable": false,
      "default_expression": "uuidv7()",
      "description": "Stable identifier of this commit."
    }
  ],
  "primary_key": [
    "id"
  ],
  "examples": [
    {
      "id": "commit_01jexample"
    }
  ]
}