@adia-ai/adia-ui-factory 0.8.13 → 0.8.14

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-factory",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
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
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "a2ui": {
4
4
  "command": "npx",
5
- "args": ["-y", "@adia-ai/a2ui-mcp@0.8.13"]
5
+ "args": ["-y", "@adia-ai/a2ui-mcp@0.8.14"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog — adia-factory
2
2
 
3
+ ## [0.8.14] — 2026-07-25
4
+
5
+ ### Fixed
6
+ - **The documented install command works** (`README.md`; PR #412) — it read `adia-factory@gen-ui-kit`, but the marketplace manifest's own `name` field is `adia`; corrected to `adia-factory@adia`. The same PR relocated that manifest to the repo root, without which `claude plugin marketplace add` could not find it at all (see `adia-forge`'s entry for the mechanism).
7
+
8
+ ### Maintenance
9
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
10
+
3
11
  ## [0.8.13] — 2026-07-25
4
12
 
5
13
  ### Maintenance
package/README.md CHANGED
@@ -14,10 +14,15 @@ which is private):
14
14
 
15
15
  ```
16
16
  /plugin marketplace add adiahealth/gen-ui-kit
17
- /plugin install adia-factory@gen-ui-kit
17
+ /plugin install adia-factory@adia
18
18
  ```
19
19
 
20
- Sources the in-repo manifest at `packages/plugins/.claude-plugin/marketplace.json`.
20
+ (`adia-factory@adia`, not `@gen-ui-kit` the marketplace registers under
21
+ its own manifest name, `adia`, not the repo name.)
22
+
23
+ Sources the in-repo manifest at `.claude-plugin/marketplace.json` (repo
24
+ root — `claude plugin marketplace add` always expects the manifest there,
25
+ with or without `--sparse`; it does not resolve a subdirectory manifest).
21
26
  Only reachable by people who already have repo access — there is no public
22
27
  marketplace repo for external/no-access installs (`docs/tickets/TKT-0001`,
23
28
  `wontfix`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.13",
3
+ "version": "0.8.14",
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",