super-ux 0.38.0 → 0.38.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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.38.2 — 2026-08-14
4
+
5
+ A red `validate` could not stop a publish anywhere in this family, and one member
6
+ proved it: on 2026-08-12 `sheleg-dev` tagged v0.4.1 while its own validate run for that
7
+ exact tag **failed**, and npm served 0.4.1 four minutes later.
8
+
9
+ ### Fixed
10
+
11
+ - **The release now runs the whole validate suite before anything is published.**
12
+ `validate.yml` gained a `workflow_call` trigger and `release.yml` calls it with
13
+ `needs: validate` — the release runs *after* the real suite rather than beside a copy
14
+ of it. **Not one plant is duplicated:** each still has exactly one home.
15
+ - **A guard keeps the connection there.** It fails when the trigger, the call, or the
16
+ `needs` goes missing — calling the suite without depending on it lets the jobs run in
17
+ parallel, which looks gated and is not. Watched failing against the planted removal.
18
+
19
+ Proven end to end on `sheleg-dev` v0.4.3 before it reached here: the release run shows
20
+ `validate / validate` completing first, then `release`, then `publish`.
21
+
22
+ ## 0.38.1 — 2026-08-13
23
+
24
+ This project's own pipeline paperwork moved from `docs/superpowers/` to
25
+ `docs/evidence/`, following `task-pipeline` v1.53.0, which renamed the default and made
26
+ the root resolvable. **A patch, deliberately: nothing a consumer of this skill can see
27
+ changed.** The directory, this repository's own validator paths and its CI plants moved
28
+ together; the records inside the directory were NOT rewritten — a brief describes where
29
+ things were when it was written.
30
+
3
31
  ## 0.38.0 — 2026-08-12
4
32
 
5
33
  Four practices for developer products, from a measured reading of a live
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-ux",
3
- "version": "0.38.0",
3
+ "version": "0.38.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"