codewhale-tui 0.9.2

Terminal UI for open-source and open-weight coding models
{
  "schema_version": 1,
  "metadata": {
    "id": "11111111-2222-4333-8444-555555555555",
    "title": "Work Graph old-reader fixture",
    "created_at": "2026-07-18T00:00:00Z",
    "updated_at": "2026-07-18T00:00:00Z",
    "message_count": 0,
    "total_tokens": 0,
    "model": "fixture-model",
    "model_provider": "deepseek",
    "workspace": "/tmp/codewhale-wg2-old-reader",
    "mode": "plan"
  },
  "messages": [],
  "system_prompt": null,
  "work_state": {
    "graph": {
      "schema": 1,
      "revision": 0,
      "nodes": [
        {
          "id": "wn:111111111111",
          "kind": "objective",
          "title": "Fixture objective",
          "state": "ready",
          "acceptance": [],
          "binding": null,
          "evidence": null,
          "provenance": {
            "import": {
              "source_digest": "fixture-digest",
              "ordinal": null
            }
          },
          "created_at": 0,
          "updated_at": 0
        },
        {
          "id": "wn:222222222222",
          "kind": "plan_step",
          "title": "Visible fixture step",
          "state": "active",
          "acceptance": [],
          "binding": null,
          "evidence": null,
          "provenance": {
            "import": {
              "source_digest": "fixture-digest",
              "ordinal": 0
            }
          },
          "created_at": 0,
          "updated_at": 0
        }
      ],
      "edges": [
        {
          "id": "we:111111111111",
          "kind": "contains",
          "from": "wn:111111111111",
          "to": "wn:222222222222"
        }
      ],
      "history": [],
      "import_digest": "fixture-digest",
      "seen_keys": [],
      "proposals": [],
      "compat": {
        "plan": {
          "objective": "Fixture objective"
        },
        "plan_order": ["wn:222222222222"],
        "todos": [
          {
            "legacy_id": 7,
            "node": "wn:222222222222",
            "plan_index": 0
          }
        ]
      }
    },
    "todos": {
      "items": [
        {
          "id": 7,
          "content": "Visible fixture step",
          "status": "in_progress"
        }
      ],
      "completion_pct": 0,
      "in_progress_id": 7
    },
    "plan": {
      "objective": "Fixture objective",
      "items": [
        {
          "step": "Visible fixture step",
          "status": "in_progress"
        }
      ]
    }
  }
}