ux-ui-agent-skills 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ A comprehensive kit of structured instructions, design tokens, runnable skills,
8
8
 
9
9
  <br>
10
10
 
11
- [![Version](https://img.shields.io/badge/version-1.2.0-6366f1?style=for-the-badge)](https://github.com/plugin87/ux-ui-agent-skills/releases)
11
+ [![Version](https://img.shields.io/badge/version-1.2.1-6366f1?style=for-the-badge)](https://github.com/plugin87/ux-ui-agent-skills/releases)
12
12
  [![License: MIT](https://img.shields.io/badge/license-MIT-22c55e?style=for-the-badge)](#-license)
13
13
  [![WCAG 2.2 AA→AAA](https://img.shields.io/badge/WCAG-2.2_AA→AAA-a855f7?style=for-the-badge)](#-accessibility-standards)
14
14
 
@@ -32,7 +32,7 @@ A comprehensive kit of structured instructions, design tokens, runnable skills,
32
32
 
33
33
  ## 📌 Version
34
34
 
35
- **Current release: `v1.2.0`** · See the [Changelog](#-changelog) · [All releases](https://github.com/plugin87/ux-ui-agent-skills/releases)
35
+ **Current release: `v1.2.1`** · See the [Changelog](#-changelog) · [All releases](https://github.com/plugin87/ux-ui-agent-skills/releases)
36
36
 
37
37
  > No build tools, dependencies, or runtime required — this is a pure instruction & knowledge layer for AI agents.
38
38
 
@@ -100,6 +100,8 @@ cp -r ux-ui-agent-skills/ your-project/
100
100
 
101
101
  ## 🎮 How to Use
102
102
 
103
+ > 📖 **New here?** Read [**docs/WORKFLOW.md**](docs/WORKFLOW.md) for the full end-to-end picture — how the Request Router loads layers on demand, real usage scenarios, and the automated release pipeline.
104
+
103
105
  There are **three ways** to drive the kit. Use whichever fits the moment.
104
106
 
105
107
  ### 1. Just ask (zero commands)
@@ -315,6 +317,10 @@ This is a **starter kit** — make it yours:
315
317
 
316
318
  ## 📝 Changelog
317
319
 
320
+ ### `v1.2.1`
321
+ - 📖 **Docs** — added [`docs/WORKFLOW.md`](docs/WORKFLOW.md): end-to-end how-it-works guide (Request Router, on-demand layer loading, real usage scenarios, automated release pipeline) + linked from the README
322
+ - 🤖 **CI** — first release shipped fully automatically by the `release.yml` workflow (GitHub Release notes from this changelog + `npm publish --provenance` on tag push)
323
+
318
324
  ### `v1.2.0`
319
325
  - 🧩 **8 new component specs** — `data-display.md` (Calendar, Carousel, Tree) + `data-viz.md` (Bar, Line/Area, Pie/Donut, Sparkline, Scatter) → **50 components**; plus `components/icon-system.md`
320
326
  - 📊 **Data-viz tokens** — `tokens/data-viz.json`: color-blind-aware (Okabe–Ito) categorical/sequential/diverging palettes + axis/grid/tooltip → **14 token files**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ux-ui-agent-skills",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Turn Claude into a Senior Design Architect — DTCG design tokens, 50 components, WCAG 2.2 AA→AAA + i18n/RTL accessibility, any-framework code, 138 design systems, governance & token-build pipeline, and runnable skills. Install into any project with npx.",
5
5
  "type": "commonjs",
6
6
  "bin": {