@adia-ai/adia-ui-factory 0.8.12 → 0.8.13
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/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +1 -1
- package/CHANGELOG.md +6 -0
- package/README.md +30 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kim",
|
package/.mcp.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog — adia-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.13] — 2026-07-25
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.13 work shipped in 12 named theme identities + select-menu Theme row in theme-panel; fixes scale.css wiring, Preset/Reset UX, and a Theme-select XSS finding. See `packages/web-modules/CHANGELOG.md#0813--2026-07-25` for details.
|
|
7
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
8
|
+
|
|
3
9
|
## [0.8.12] — 2026-07-24
|
|
4
10
|
|
|
5
11
|
### Fixed
|
package/README.md
CHANGED
|
@@ -7,6 +7,36 @@ hosts. Maintainer counterpart: **adia-forge**.
|
|
|
7
7
|
Re-engineered 2026-07 for the Fable 5 harness (design:
|
|
8
8
|
`.claude/docs/specs/plugin-estate-v2.md`).
|
|
9
9
|
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
**Via Git** (Claude Code plugin marketplace — requires access to this repo,
|
|
13
|
+
which is private):
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
/plugin marketplace add adiahealth/gen-ui-kit
|
|
17
|
+
/plugin install adia-factory@gen-ui-kit
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Sources the in-repo manifest at `packages/plugins/.claude-plugin/marketplace.json`.
|
|
21
|
+
Only reachable by people who already have repo access — there is no public
|
|
22
|
+
marketplace repo for external/no-access installs (`docs/tickets/TKT-0001`,
|
|
23
|
+
`wontfix`).
|
|
24
|
+
|
|
25
|
+
**Via npm** (package content only):
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
npm install @adia-ai/adia-ui-factory
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Published in lockstep with the framework packages — pulls this plugin's
|
|
32
|
+
`skills`/`agents`/`commands`/`references`/`hooks` into
|
|
33
|
+
`node_modules/@adia-ai/adia-ui-factory` for vendoring or inspection. This
|
|
34
|
+
does **not** by itself register the plugin with Claude Code's `/plugin`
|
|
35
|
+
system — no marketplace manifest currently sources it from npm. The bare-repo
|
|
36
|
+
posture (ADR-0040) is about this plugin working standalone in any consumer
|
|
37
|
+
repo once installed some other way (no monorepo path assumptions in its own
|
|
38
|
+
scripts) — it does not add an npm-sourced marketplace entry.
|
|
39
|
+
|
|
10
40
|
## Skills (13)
|
|
11
41
|
|
|
12
42
|
| Skill | Species | Job |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/adia-ui-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adia-ui",
|