@12ui/design 0.2.21 → 0.2.22
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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @12ui/design
|
|
2
2
|
|
|
3
|
-
`@12ui/design` is the canonical
|
|
3
|
+
`@12ui/design` is the canonical 12ui CLI, SDK, MCP server, and agent-skill
|
|
4
4
|
package. The `12ui` binary stays stable while package imports and installation
|
|
5
5
|
use the new name.
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ Both paths pin the exact CLI version, install `design`, `design-search`,
|
|
|
20
20
|
`design-draft`, `design-branch`, and `design-convert` into every detected
|
|
21
21
|
Codex, Claude Code, Grok CLI, Cursor CLI, Antigravity, and GitHub Copilot CLI
|
|
22
22
|
installation, and
|
|
23
|
-
open the
|
|
23
|
+
open the 12ui device-approval page. The resulting user-owned credential has
|
|
24
24
|
`design.convert` and `design.corpus.retrieve`, is verified before use, and is
|
|
25
25
|
stored mode-0600 at `$XDG_CONFIG_HOME/12ui/credentials.json` or
|
|
26
26
|
`~/.config/12ui/credentials.json`.
|
|
@@ -210,7 +210,7 @@ For a redesign, add `--reference-image <png|jpeg|webp>`. The CLI hashes the
|
|
|
210
210
|
private source into stable idempotency and local evidence, while Design Corpus
|
|
211
211
|
uses one aggregated image-and-text embedding to retrieve visually relevant
|
|
212
212
|
directions. The source bytes are forwarded ephemerally and are not persisted
|
|
213
|
-
by
|
|
213
|
+
by 12ui.
|
|
214
214
|
|
|
215
215
|
The output directory must not already exist. Before dispatch, the CLI writes
|
|
216
216
|
`inspire-attempt.json` with the exact request and stable idempotency key. A
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@12ui/design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "The canonical
|
|
5
|
+
"description": "The canonical 12ui CLI, SDK, MCP server, and visual interface design skills",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"bin": {
|