vibe-ticket 0.1.1

A high-performance ticket management system for Vibe Coding environment
Documentation
{
  "tickets": [
    {
      "id": "11111111-1111-1111-1111-111111111111",
      "slug": "202507201345-test-import-feature",
      "title": "Test Import Feature",
      "description": "This ticket was imported from JSON",
      "priority": "high",
      "status": "todo",
      "tags": ["imported", "test"],
      "created_at": "2025-07-20T04:45:00Z",
      "started_at": null,
      "closed_at": null,
      "assignee": null,
      "tasks": [],
      "metadata": {}
    },
    {
      "id": "22222222-2222-2222-2222-222222222222",
      "slug": "202507201346-another-import",
      "title": "Another Import Test",
      "description": "Second imported ticket",
      "priority": "medium",
      "status": "todo",
      "tags": ["imported"],
      "created_at": "2025-07-20T04:46:00Z",
      "started_at": null,
      "closed_at": null,
      "assignee": "test-user",
      "tasks": [],
      "metadata": {}
    }
  ]
}