{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "task-list-refined",
  "type": "registry:component",
  "title": "Task List - Refined component",
  "description": "Floating agent task progress pill above the composer that expands into the full task list.",
  "docs": "This item ships CSS. Import it once in app/globals.css, after Tailwind: @import \"tailwindcss\"; @import \"./refined-ui-theme.css\"; @import \"./refined-ui-effects.css\"; See the Get started guide (Wire the CSS) for the full wiring.",
  "dependencies": ["@base-ui/react", "lucide-react"],
  "registryDependencies": [],
  "files": [
    {
      "path": "src/registry/contracts.ts",
      "target": "components/refined-ui/contracts.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.ts",
      "target": "components/refined-ui/skin.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.config.tsx",
      "target": "components/refined-ui/skin.config.tsx",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/lib/cn.ts",
      "target": "components/refined-ui/lib/cn.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/theme.css",
      "target": "app/refined-ui-theme.css",
      "type": "registry:file"
    },
    {
      "path": "src/registry/sources/refined/effects.css",
      "target": "app/refined-ui-effects.css",
      "type": "registry:file"
    },
    {
      "path": "src/registry/sources/refined/ui/collapsible.tsx",
      "target": "components/refined-ui/ui/collapsible.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/task-list.tsx",
      "target": "components/refined-ui/task-list.tsx",
      "type": "registry:component"
    }
  ]
}
