Workflow dashboard

This surface will orchestrate capture queues, tagging policies, and integrations. The shared domain model is already wired through @vokyl/shared.

Sample thought

{
  "id": "demo",
  "transcript": "Remind me to follow up with the team about the release.",
  "locale": "en-CA",
  "createdAtIso": "2026-04-11T16:07:37.178Z",
  "tags": [
    {
      "id": "tag_task",
      "slug": "task",
      "label": "Task",
      "confidence": 0.9,
      "source": "rule"
    }
  ],
  "actions": [
    {
      "kind": "workflow_dispatch",
      "workflowId": "mock_capture_pipeline",
      "payload": {
        "preview": true
      }
    }
  ]
}