From 4f7ae54288279342f57fdbf90cd7e833b93de359 Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Mon, 22 Jun 2026 19:35:38 -0400 Subject: [PATCH] Reflect Vue 3 + Vuetify 3 / adapter layer in description and README The framework-adapter layer (PR #2) shipped first-class Vue 3 + Vuetify 3 support, but the package description and the README ecosystem diagram still read React/Tailwind-only. Align both with the current two-adapter reality (React + Tailwind/shadcn, Vue 3 + Vuetify 3) without overstating scope. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2c4802..da5b295 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ satnaing/shadcn-admin with one. ## How it fits the ecosystem ``` -your React/Tailwind codebase +your component codebase │ ▼ dspack-export ──────► your-system.dspack.json ──────► ds-mcp ──────► AI agents diff --git a/package.json b/package.json index 2e34c98..4aad26c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@aestheticfunction/dspack-export", "version": "0.1.0-alpha.1", "private": true, - "description": "Generate dspack v0.2 design-system snapshots from React + Tailwind/shadcn codebases", + "description": "Generate dspack v0.2 design-system snapshots from component codebases (React + Tailwind/shadcn, Vue 3 + Vuetify 3) through a framework-adapter layer", "keywords": [ "dspack", "design-system",