super-ux 0.42.0 → 0.43.0

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 +23 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.43.0 — 2026-08-17
4
+
5
+ **`ux-flows` has told agents to sweep real products before inventing a flow since 0.35.0,
6
+ and no prompt could ask for it.** The body carries the rule — *"Real flows off the shelf,
7
+ before you invent one"*, with Refero read for structure and Mobbin looked at for whether it
8
+ reads — and `references/funnel-research.md` FR-01 collects live competitor funnels. The
9
+ `description` said flows, wireframes and task analysis, so `найди референсы дизайна`,
10
+ `подбери референсы` and `find reference screens` all reached no route at all.
11
+
12
+ The word is now advertised: the funnel clause reads *"read against reference screens from
13
+ products already in the category"*, which says the same thing in fewer characters and makes
14
+ `reference screens` / `референсы` routable.
15
+
16
+ **Why this skill and not the visual one.** `sheleg-design`'s own `DESIGN_SYNC_BRIDGE.md` §4
17
+ opens with *"A reference sweep answers what a good version of this screen contains —
18
+ sections, hierarchy, content order. It never answers what it looks like."* Structure is this
19
+ chain's ground, so the unqualified word lands here; the visual half (`visual reference` /
20
+ `визуальные референсы`) went to `sheleg-design` 1.40.0 in the same pass. A prompt naming both
21
+ — `нужны визуальные референсы` — now raises both routers, which is the wanted answer.
22
+
23
+ **Budget:** 893 → 940 characters, 30 free under the 970 working limit; the rewritten funnel
24
+ clause paid for most of the addition.
25
+
3
26
  ## 0.42.0 — 2026-08-17
4
27
 
5
28
  **The pack has carried the growth vocabulary since long before it could be asked for it.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "scripts": {
5
5
  "test": "python3 test/validate.py && python3 test/brand_lint_test.py && python3 test/ux_lint_test.py && python3 docs/ux/lint.py && python3 docs/brand/lint.py"
6
6
  },