super-ux 0.37.0 → 0.38.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.38.1 — 2026-08-13
4
+
5
+ This project's own pipeline paperwork moved from `docs/superpowers/` to
6
+ `docs/evidence/`, following `task-pipeline` v1.53.0, which renamed the default and made
7
+ the root resolvable. **A patch, deliberately: nothing a consumer of this skill can see
8
+ changed.** The directory, this repository's own validator paths and its CI plants moved
9
+ together; the records inside the directory were NOT rewritten — a brief describes where
10
+ things were when it was written.
11
+
12
+ ## 0.38.0 — 2026-08-12
13
+
14
+ Four practices for developer products, from a measured reading of a live
15
+ developer landing page (`zernio.com`, 2026-08-12) rather than from a survey.
16
+
17
+ ### Added
18
+
19
+ - **BP-207..210, a new catalog band: "Developer products — the landing, the
20
+ capability page, the first run."** A developer product is evaluated from the
21
+ code sample and the reference, not from the benefit statement, and these are
22
+ the composition consequences:
23
+ - **BP-207 — the hero is the call, not a screenshot.** The focal element of the
24
+ first viewport is a runnable request with its filename and language; it
25
+ scrolls horizontally and never reflows or shrinks below body size, and the
26
+ fold is allowed to crop it. A wrapped sample stops being evidence, which is
27
+ the failure mode of pasting code into a hero without its own scroll
28
+ container.
29
+ - **BP-208 — one measure per content role, not one container width.** A ladder
30
+ tied to what the content *is*: the argument in a narrow reading measure,
31
+ proof one step wider, logo walls widest, the whole ladder collapsing on a
32
+ phone. A single width forces one compromise on every content type — prose
33
+ past the 45–75-character measure BP-087 requires, grids cramped.
34
+ - **BP-209 — the setup checklist arrives already partly complete.** Steps
35
+ satisfied by signing up arrive ticked and the list opens on the first
36
+ outstanding one, which is the endowed-progress effect. Carries its own
37
+ honesty condition: pre-ticking a step the user has *not* completed spends the
38
+ trust the pattern runs on, and every step keeps a postpone link that names
39
+ the consequence, so the list never becomes a gate (BP-206).
40
+ - **BP-210 — a capability page answers one question per heading.** Every `h2`
41
+ is a question a buyer asks, every `h3` one capability in one sentence, the
42
+ endpoint beside the capability. Search, answer engines and a scanning
43
+ developer all want the same shape; a features grid serves none of them,
44
+ because a grid cell cannot be quoted as an answer.
45
+ - **Three routing rows** in `practice-selection.md`: developer landing,
46
+ capability page, first-run checklist — the new entries are reachable from the
47
+ surfaces that need them, not only from the catalog.
48
+ - **`visual-identity.md` routes the `manpage` pack** for developer products whose
49
+ hero is a code sample, alongside the existing pack choices, and points at
50
+ BP-207..210 for what goes where on such a page.
51
+
52
+ ### Fixed
53
+
54
+ - `best-practices.md`'s section heading read **`Verbal identity (BP-182..205)`**
55
+ while BP-206 had been sitting inside it since 0.37.0. Section-heading spans are
56
+ not covered by the id, routing or index gates — only `practice-selection.md`'s
57
+ header span is checked — so this one drifted silently. Corrected to BP-182..206.
58
+ - `README.md` said **206 proven practices** against a catalog of 210.
59
+
60
+ ### Changed
61
+
62
+ - `test/floors.json`: `validate.py` 3160 → 3236 — four entries, their field and
63
+ tag checks, and three routing rows.
64
+
65
+
3
66
  ## 0.37.0 — 2026-08-12
4
67
 
5
68
  The last five findings from the R-14 run — the ones that needed a **decision**
package/README.md CHANGED
@@ -230,7 +230,7 @@ The contracts every skill reads:
230
230
  | [ux_doctor.py](plugins/super-ux/scripts/ux_doctor.py) | Contract doctor — reports mixed or stale contract versions across a project's artifacts, files the tooling cannot find under their contract names, and audits produced against a base that is not there. `/ux-lint` checks a chain against itself; this checks it against the contract. Installed as `docs/ux/doctor.py`, read-only unless `--fix` |
231
231
  | [best-practices-index.md](plugins/super-ux/skills/references/best-practices-index.md) | Generated tag index over the catalog — tag → ids, id → title. Read it to decide which entries to open; regenerated by `plugins/super-ux/scripts/bp_index.py` and checked for drift by the validator |
232
232
  | [ux-design-principles.md](plugins/super-ux/skills/references/ux-design-principles.md) | How the agent thinks: the design pipeline (forward and backwards), task analysis, flow rules, heuristics PRN-01..24, the improvement procedure, anti-patterns |
233
- | [best-practices.md](plugins/super-ux/skills/references/best-practices.md) | Living, tag-indexed catalog of 206 proven practices — subscription-app laws, mobile/web/voice guidance (Apple HIG 2025, M3 Expressive, NN/g, Baymard, WCAG 2.2), monetization economics (RevenueCat/PLG 2025 benchmarks, ASO, freemium boundaries), web funnels end to end (landing, pricing, checkout, dunning, cancel) and web2app (paid handoff, deferred deep links, storefront rules), motion and page weight (HTTP Archive field data, W3C sustainability), accessibility as it actually fails (WebAIM Million, EAA/ADA exposure), frustration telemetry, gamification and trend governance, growth loops and referral mechanics, empty states, authentication (NIST SP 800-63B rev 4) and form recovery, motion craft and perceived quality, the defaults that make an interface read as generated, interface state, locale and platform surfaces (Web Interface Guidelines), visual craft, Figma structure |
233
+ | [best-practices.md](plugins/super-ux/skills/references/best-practices.md) | Living, tag-indexed catalog of 210 proven practices — subscription-app laws, mobile/web/voice guidance (Apple HIG 2025, M3 Expressive, NN/g, Baymard, WCAG 2.2), monetization economics (RevenueCat/PLG 2025 benchmarks, ASO, freemium boundaries), web funnels end to end (landing, pricing, checkout, dunning, cancel) and web2app (paid handoff, deferred deep links, storefront rules), motion and page weight (HTTP Archive field data, W3C sustainability), accessibility as it actually fails (WebAIM Million, EAA/ADA exposure), frustration telemetry, gamification and trend governance, growth loops and referral mechanics, empty states, authentication (NIST SP 800-63B rev 4) and form recovery, motion craft and perceived quality, the defaults that make an interface read as generated, interface state, locale and platform surfaces (Web Interface Guidelines), visual craft, Figma structure |
234
234
  | [practice-selection.md](plugins/super-ux/skills/references/practice-selection.md) | The deterministic bridge: product profile → mandatory consideration sets → per-artifact checklists → a compliance table where every pulled practice gets a verdict. No silent skips, no cargo cult |
235
235
  | [component-guidelines.md](plugins/super-ux/skills/references/component-guidelines.md) | Which control for which job (radios/select/switch, sheet/alert, modal/disclosure, combobox, nav bar/rail, FAB, dates, toasts) and the platform rules — Apple HIG, Material 3, W3C ARIA APG, GOV.UK |
236
236
  | [visual-identity.md](plugins/super-ux/skills/references/visual-identity.md) | The visual layer and its owner: one style pack for the whole product, where it's recorded, how it meets Figma and code, and the division of labor with the craft floors |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.37.0",
3
+ "version": "0.38.1",
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"