@adia-ai/adia-ui-factory 0.8.60 → 0.8.61

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.60",
3
+ "version": "0.8.61",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-ui-kit-factory",
3
- "version": "0.8.60",
3
+ "version": "0.8.61",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — 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
  "adia-gen-ui": {
4
4
  "command": "npx",
5
- "args": ["-y", "@adia-ai/mcp@0.8.60", "gen-ui"]
5
+ "args": ["-y", "@adia-ai/mcp@0.8.61", "gen-ui"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog — adia-ui-kit-factory
2
2
 
3
+ ## [0.8.61] — 2026-09-10
4
+
5
+ ### Changed
6
+
7
+ - chore: swap `<admin-scroll>` for `<page-scroll>` in shell-authoring guidance (gh#3745) (#3826)
8
+ `references/shell-admin.md` and the Figma Make `components.md` guideline taught agents to
9
+ author `<admin-scroll>` directly; both now point at `<page-scroll>`, the module's sole
10
+ successor now that `admin-scroll` is deleted.
11
+ - chore: re-derive lint-rule bank and component-behavior-index after shader-texture-ui's `noise` variant (gh#3777) (#4235)
12
+ - chore: suppress RAW-COLOR on the theme-audit-fixtures' own seeded literal-fallback fixture, RAW-COLOR now sees it and would otherwise fail the fixture bank as a real violation (gh#3839) (#4038)
13
+
14
+ ### Fixed
15
+
16
+ - fix: vendored lint-rule bank mirror regenerated after MISSING-SCOPE's substring-loophole fix (gh#3888) (#3917)
17
+
18
+ ### Maintenance
19
+ - **`.claude-plugin/plugin.json` version bump**: moves in lockstep with package.json (the `/plugin update` cache key).
20
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`): carried by the entries above.
21
+ - **`scripts/` touched in this release window** (2 file(s), e.g. `scripts/lint-rules.generated.mjs`): carried by the entries above.
22
+ - **`skills/` touched in this release window** (2 file(s), e.g. `references/pattern-index.md`): carried by the entries above.
23
+
3
24
  ## [0.8.60] — 2026-09-06
4
25
 
5
26
  ### Added
package/README.md CHANGED
@@ -163,7 +163,7 @@ attributes vs. the shipped component contracts), and `adia-theme-audit.mjs`
163
163
 
164
164
  ## MCP
165
165
 
166
- `adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.60` (tool SoT:
166
+ `adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.61` (tool SoT:
167
167
  `packages/gen-ui/mcp/TOOLS.md` — the `gen-ui` section; stability rule in
168
168
  `references/contracts/`; pin lives in `.mcp.json` — `check:plugin-count-claims`
169
169
  guards this README copy against it). The server is `adia-mcp gen-ui`,
package/hermes-mcp.yaml CHANGED
@@ -6,5 +6,5 @@ mcp_servers:
6
6
  command: "npx"
7
7
  args:
8
8
  - "-y"
9
- - "@adia-ai/mcp@0.8.60"
9
+ - "@adia-ai/mcp@0.8.61"
10
10
  - "gen-ui"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.60",
3
+ "version": "0.8.61",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — 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",
package/plugin.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  name: "adia-ui-kit-factory"
2
- version: "0.8.60"
2
+ version: "0.8.61"
3
3
  description: "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation."
4
4
  manifest_version: 1