super-ux 0.26.3 → 0.26.5

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/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.26.5 — 2026-07-30
4
+
5
+ ### Added
6
+ - **`displayName`** in both manifests — the `/plugin` picker shows `name`, which
7
+ is kebab-case because it namespaces components. The listing now reads
8
+ "Super UX".
9
+
10
+ ## 0.26.4 — 2026-07-30
11
+
12
+ ### Fixed
13
+ - **`/ux-audit` was loading with no metadata at all.** Its `argument-hint` held
14
+ an unquoted `[all | feature:<name> | ...] [quick|deep]`, which YAML reads as a
15
+ flow sequence and then fails to parse — and a command whose front matter fails
16
+ to parse loads with **every field silently dropped, description included**.
17
+ Nothing at runtime reports this; `claude plugin validate --strict` does, and it
18
+ now runs in CI. Four more commands had hints parsing as lists rather than
19
+ strings; all are quoted.
20
+ - `homepage` and `repository` moved out of the top level of `marketplace.json`,
21
+ where Claude Code does not recognize them, into the plugin entry, where it
22
+ does.
23
+
3
24
  ## 0.26.3 — 2026-07-30
4
25
 
5
26
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.26.3",
3
+ "version": "0.26.5",
4
4
  "description": "Scenario-driven UI development for AI agents (Claude Code, Cursor, 70+ agents): a versioned design chain in docs/ux/, a scenario-first hard rule, a deterministic drift linter, and evidence-backed UX audits. This package is the installer CLI.",
5
5
  "bin": {
6
6
  "super-ux": "bin/super-ux.js"