super-ux 0.34.0 → 0.34.2

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 +22 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.34.2 — 2026-08-11
4
+
5
+ ### Fixed
6
+
7
+ - **The 0.34.1 heading was `## [0.34.1]` and the release workflow extracts
8
+ `## <version>`.** The notes came back empty, the job failed before creating
9
+ anything, and the tag sat there looking delivered — the same shape that kept
10
+ `agent-sync` off npm for three releases. This repo's own history uses the
11
+ bare form; only the new entry deviated.
12
+
13
+ ## 0.34.1 — 2026-08-11
14
+
15
+ ### Changed
16
+
17
+ - **Seventy-six references over 100 lines now open with a `## Contents` list**,
18
+ generated from each file's own `##` headings.
19
+
20
+ `best-practices.md` and `best-practices-index.md` are deliberately untouched
21
+ in all five skills that carry them: the catalog already routes through a
22
+ generated tag index that the validator keeps in sync with it, which is a
23
+ better answer to the same problem than a heading list would be.
24
+
3
25
  ## 0.34.0 — 2026-08-10
4
26
 
5
27
  B-010 and B-002, and the gate that stops both coming back. The UX linter is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
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"