super-ux 0.41.4 → 0.41.5
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.41.5 — 2026-08-16
|
|
4
|
+
|
|
5
|
+
**`copywriting` now answers when somebody asks for a landing page.** The unqualified
|
|
6
|
+
`сделай лендинг` and `build a landing page` reached no route at all — a landing is the
|
|
7
|
+
canonical two-craft surface, and the ask for one arrived at neither craft.
|
|
8
|
+
|
|
9
|
+
Both phrases are advertised here and in `sheleg-design`, so they reach the two together,
|
|
10
|
+
which is what the family's composition order says a landing needs. Verb phrases rather than
|
|
11
|
+
the bare noun: with a bare `лендинг` trigger, `напиши текст для лендинга` picked up a
|
|
12
|
+
visual route it never asked for. With the phrase it stays copywriting alone, measured
|
|
13
|
+
before and after.
|
|
14
|
+
|
|
3
15
|
## 0.41.4 — 2026-08-16
|
|
4
16
|
|
|
5
17
|
**This gate can now see an invariant it breaks one repository away.** The family umbrella
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-ux",
|
|
3
|
-
"version": "0.41.
|
|
3
|
+
"version": "0.41.5",
|
|
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"
|