@adia-ai/adia-ui-factory 0.8.26 → 0.8.28

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-ui-kit-factory",
3
- "version": "0.8.26",
3
+ "version": "0.8.28",
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.26"]
5
+ "args": ["-y", "@adia-ai/a2ui-mcp@0.8.28"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog — adia-ui-kit-factory
2
2
 
3
+ ## [0.8.28] — 2026-08-05
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.28 work shipped in sideEffects tree-shaking fix + CSS barrel regen (gh#625/632). See `0828--2026-08-05` for details.
7
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
8
+
9
+ ## [0.8.27] — 2026-08-05
10
+
11
+ ### Changed
12
+ - **Agent seats pin explicit models** — no seat rides the caller's tier (gh#618, PR #620).
13
+
14
+ ### Maintenance
15
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
16
+ - **`agents/` touched in this release window** (2 file(s), e.g. `agents/app-planner.md`) — carried by the entries above.
17
+
3
18
  ## [0.8.26] — 2026-08-05
4
19
 
5
20
  ### Maintenance
@@ -13,7 +13,10 @@ tools: Read, Grep, Glob, Bash
13
13
  skills:
14
14
  - adia-orient
15
15
  - adia-project
16
- model: inherit
16
+ # Explicit pin (gh#618): never `inherit` — the caller's tier would silently
17
+ # decide what model produces the Orientation Record. Planning seat → sonnet,
18
+ # matching screen-builder, the seat that executes its output.
19
+ model: sonnet
17
20
  ---
18
21
 
19
22
  The app-planner classifies before it plans — rendering mode, project
@@ -13,7 +13,10 @@ description: |
13
13
  tools: Read, Grep, Glob, Bash
14
14
  skills:
15
15
  - adia-verify
16
- model: inherit
16
+ # Explicit pin (gh#618): a review/critic seat's verdict must not depend on
17
+ # the caller's model tier — never `inherit`. Sonnet matches the tier of the
18
+ # builder work it grades (screen-builder).
19
+ model: sonnet
17
20
  ---
18
21
 
19
22
  The consumer-reviewer grades work it did not build — the reviewer seat that
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.26",
3
+ "version": "0.8.28",
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",