super-ux 0.35.2 → 0.35.3
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.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.35.3 — 2026-08-12
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **`best-practices.md` gains a `## Contents` that can actually navigate it.** At 1650
|
|
8
|
+
lines it is the largest reference in the family and had no list at all; a list of its
|
|
9
|
+
two `##` headings would have satisfied the check and served nobody, because the
|
|
10
|
+
catalog's structure lives one level down — 29 `###` categories over 206 practices.
|
|
11
|
+
The list carries both levels, so an agent reading the head learns what the rest holds,
|
|
12
|
+
which is the only reason the rule exists.
|
|
13
|
+
- Written to `skills/references/best-practices.md` — the source of truth — and
|
|
14
|
+
propagated by `test/sync_references.py` to the four skills that ship it. The drift
|
|
15
|
+
guard caught an earlier attempt that edited the copies directly, which is exactly what
|
|
16
|
+
it is for.
|
|
17
|
+
|
|
3
18
|
## 0.35.2 — 2026-08-12
|
|
4
19
|
|
|
5
20
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-ux",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.3",
|
|
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"
|