super-ux 0.35.1 → 0.35.3

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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.35.3 — 2026-08-12
4
+
5
+ ### Changed
6
+
7
+ - **`best-practices.md` gains a `## Contents` that can actually navigate it.** At 1650
8
+ lines it is the largest reference in the family and had no list at all; a list of its
9
+ two `##` headings would have satisfied the check and served nobody, because the
10
+ catalog's structure lives one level down — 29 `###` categories over 206 practices.
11
+ The list carries both levels, so an agent reading the head learns what the rest holds,
12
+ which is the only reason the rule exists.
13
+ - Written to `skills/references/best-practices.md` — the source of truth — and
14
+ propagated by `test/sync_references.py` to the four skills that ship it. The drift
15
+ guard caught an earlier attempt that edited the copies directly, which is exactly what
16
+ it is for.
17
+
18
+ ## 0.35.2 — 2026-08-12
19
+
20
+ ### Changed
21
+
22
+ - **Close-out for the 0.35.x pair.** The verification ledger gains R-14 and R-15,
23
+ and R-14 is an honest **`never`**: no check here can watch an agent decide to
24
+ sweep, because the behaviour lives in a SKILL.md an agent reads rather than in a
25
+ script a gate runs. A row marked `planted` would be a lie and an omitted row
26
+ would be worse — the capability would look verified because everything around it
27
+ is. B-011 files the scenario run that would move it.
28
+ - **The log records why no gate held 0.35.0's wrong claim**, and the widened rule
29
+ carried across from the companion repository: a claim about anything outside the
30
+ session's reach is unverified until it is reachable.
31
+
3
32
  ## 0.35.1 — 2026-08-12
4
33
 
5
34
  ### 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.3",
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"