super-ux 0.35.0 → 0.35.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.35.1 — 2026-08-12
4
+
5
+ ### Fixed
6
+
7
+ - **0.35.0 said Refero was the one server that returns flows. Mobbin returns them
8
+ too.** `mcp__mobbin__search_flows` has always existed; it was invisible because
9
+ Mobbin was registered and unauthenticated, so the sentence shipped as a claim
10
+ nobody in that session could check — while the paragraph beside it said to gate
11
+ on the tools present, not on the config. The rule was right and was not applied
12
+ to its own author. Corrected the hour Mobbin was signed in, against its live
13
+ tool surface.
14
+ - **The real distinction, now that both are visible: they answer in different
15
+ media.** Refero returns each step as structure — a goal, an action, a system
16
+ response — which is the shape this skill draws. Mobbin returns each step as a
17
+ preview image, which is how you judge whether it reads. Read Refero to draw the
18
+ diagram; look at Mobbin to check it.
19
+
3
20
  ## 0.35.0 — 2026-08-12
4
21
 
5
22
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.35.0",
3
+ "version": "0.35.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"