super-ux 0.35.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
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
+
3
17
  ## 0.35.1 — 2026-08-12
4
18
 
5
19
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.35.1",
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"