super-ux 0.35.0 → 0.35.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.
- package/CHANGELOG.md +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.35.2 — 2026-08-12
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Close-out for the 0.35.x pair.** The verification ledger gains R-14 and R-15,
|
|
8
|
+
and R-14 is an honest **`never`**: no check here can watch an agent decide to
|
|
9
|
+
sweep, because the behaviour lives in a SKILL.md an agent reads rather than in a
|
|
10
|
+
script a gate runs. A row marked `planted` would be a lie and an omitted row
|
|
11
|
+
would be worse — the capability would look verified because everything around it
|
|
12
|
+
is. B-011 files the scenario run that would move it.
|
|
13
|
+
- **The log records why no gate held 0.35.0's wrong claim**, and the widened rule
|
|
14
|
+
carried across from the companion repository: a claim about anything outside the
|
|
15
|
+
session's reach is unverified until it is reachable.
|
|
16
|
+
|
|
17
|
+
## 0.35.1 — 2026-08-12
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **0.35.0 said Refero was the one server that returns flows. Mobbin returns them
|
|
22
|
+
too.** `mcp__mobbin__search_flows` has always existed; it was invisible because
|
|
23
|
+
Mobbin was registered and unauthenticated, so the sentence shipped as a claim
|
|
24
|
+
nobody in that session could check — while the paragraph beside it said to gate
|
|
25
|
+
on the tools present, not on the config. The rule was right and was not applied
|
|
26
|
+
to its own author. Corrected the hour Mobbin was signed in, against its live
|
|
27
|
+
tool surface.
|
|
28
|
+
- **The real distinction, now that both are visible: they answer in different
|
|
29
|
+
media.** Refero returns each step as structure — a goal, an action, a system
|
|
30
|
+
response — which is the shape this skill draws. Mobbin returns each step as a
|
|
31
|
+
preview image, which is how you judge whether it reads. Read Refero to draw the
|
|
32
|
+
diagram; look at Mobbin to check it.
|
|
33
|
+
|
|
3
34
|
## 0.35.0 — 2026-08-12
|
|
4
35
|
|
|
5
36
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-ux",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.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"
|