@adia-ai/adia-ui-factory 0.8.38 → 0.8.40
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 +13 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/references/contracts/a2ui-mcp-surface.md +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-ui-kit-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.40",
|
|
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,18 @@
|
|
|
1
1
|
# Changelog — adia-ui-kit-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.40] — 2026-08-15
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.40 work shipped in the ADR-0052/0053/0054/0056 attribute-grammar and token-convention breaking wave. See `packages/web-components/CHANGELOG.md#0840--2026-08-15` for details.
|
|
7
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
8
|
+
|
|
9
|
+
## [0.8.39] — 2026-08-15
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.39 work shipped in overnight board-clear: tiered catalogs complete, modal close root fix, ADR-0025 input conformance, [selected] convergence, nav collapse-on-select, caret family sizing. See `packages/web-components/CHANGELOG.md#0839--2026-08-15` for details.
|
|
13
|
+
- **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
|
|
14
|
+
- **`references/` touched in this release window** (1 file(s), e.g. `contracts/a2ui-mcp-surface.md`) — carried by the entries above.
|
|
15
|
+
|
|
3
16
|
## [0.8.38] — 2026-08-15
|
|
4
17
|
|
|
5
18
|
### Added
|
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ surface-qa-agent) · `component-model.md` · the `references/contracts/` twins.
|
|
|
98
98
|
|
|
99
99
|
## MCP
|
|
100
100
|
|
|
101
|
-
`adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.
|
|
101
|
+
`adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.40` (tool SoT:
|
|
102
102
|
`packages/gen-ui/mcp/TOOLS.md` — the `gen-ui` section; stability rule in
|
|
103
103
|
`references/contracts/`; pin lives in `.mcp.json` — `check:plugin-count-claims`
|
|
104
104
|
guards this README copy against it). The server is `adia-mcp gen-ui`,
|
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.40",
|
|
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",
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
The forge SHIPS the generation MCP — in-repo source `packages/gen-ui/mcp/gen-ui/`,
|
|
7
7
|
package `@adia-ai/mcp`'s `gen-ui` surface (ADR-0048 P2 planned
|
|
8
8
|
`@adia-ai/gen-ui-mcp`; gh#1240 folded it and the protocol MCP into
|
|
9
|
-
`@adia-ai/mcp` before either name ever published).
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
`@adia-ai/mcp` before either name ever published). The ADR-0048 P7 cut
|
|
10
|
+
shipped in v0.8.37: `@adia-ai/mcp` is the single live name and the old
|
|
11
|
+
`@adia-ai/a2ui-mcp` is retired. The factory PINS it in `.mcp.json` and
|
|
12
12
|
consumer skills drive it. Source of truth for the full tool surface:
|
|
13
13
|
`packages/gen-ui/mcp/TOOLS.md` (the `gen-ui` section — 31 tools, generated from
|
|
14
14
|
`server.js` — update both together).
|
|
@@ -18,9 +18,9 @@ consumer skills drive it. Source of truth for the full tool surface:
|
|
|
18
18
|
- **Changing an existing tool's input/output contract is a breaking change for
|
|
19
19
|
every external MCP client** (Claude Desktop, Cursor, the factory plugin).
|
|
20
20
|
It requires: a dry-run diff of the schema, an explicit operator proceed, a
|
|
21
|
-
version bump of `@adia-ai/
|
|
21
|
+
version bump of `@adia-ai/mcp`, and a factory-side pin update.
|
|
22
22
|
- **Adding tools is additive and safe.** Removing or renaming is breaking.
|
|
23
|
-
- The factory pins an exact version (`npx -y @adia-ai/
|
|
23
|
+
- The factory pins an exact version (`npx -y @adia-ai/mcp@<exact> gen-ui`);
|
|
24
24
|
producers must not assume consumers float.
|
|
25
25
|
|
|
26
26
|
## The consumer-load-bearing subset
|