lix 0.18.0

Embeddable version control for apps and AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://lix.dev/schema-v1.json",
  "key": "lix_undo_state",
  "description": "Internal tracked undo receipt consumption and checkpoint cycle state.",
  "columns": [
    { "name": "id", "type": "uuid", "nullable": false },
    { "name": "state", "type": "jsonb", "nullable": false }
  ],
  "primary_key": ["id"]
}