super-ux 0.38.0 → 0.38.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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.38.1 — 2026-08-13
4
+
5
+ This project's own pipeline paperwork moved from `docs/superpowers/` to
6
+ `docs/evidence/`, following `task-pipeline` v1.53.0, which renamed the default and made
7
+ the root resolvable. **A patch, deliberately: nothing a consumer of this skill can see
8
+ changed.** The directory, this repository's own validator paths and its CI plants moved
9
+ together; the records inside the directory were NOT rewritten — a brief describes where
10
+ things were when it was written.
11
+
3
12
  ## 0.38.0 — 2026-08-12
4
13
 
5
14
  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.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"