@adia-ai/adia-ui-factory 0.8.5 → 0.8.6

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.5",
3
+ "version": "0.8.6",
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.5"]
5
+ "args": ["-y", "@adia-ai/a2ui-mcp@0.8.6"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog — adia-factory
2
2
 
3
- ## [0.8.5] — 2026-07-17
3
+ ## [0.8.6] — 2026-07-18
4
+
5
+ ### Changed
6
+ - **`agents/routing-corpus.json` re-keyed to the renamed forge seats** (gh#268 W0, PR #312): prose notes referencing `a2ui-engineer`/`release-engineer` updated to `a2ui-builder`/`release-builder` after the forge plugin's registered-role rename.
7
+ - **`skills/adia-tokens/references/a-alias-layer.md` re-synced** (PR #316): the `--a-ui-bg-selected` token repoint (gh#307) had drifted this generated reference from its source; regenerated via `check:token-semantics-sync`, no hand edits.
4
8
 
5
9
  ### Maintenance
6
10
  - **Lockstep version bump only** (`.claude-plugin/plugin.json` version field). No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.5 work shipped in gemini production passthrough + hardening (@adia-ai/llm), SSR browser-API guards + gh issue 276 wave-4 button-ui/option-card-ui migrations (@adia-ai/web-components), admin-sidebar SSR collapse fix (@adia-ai/web-modules), kbd-ui A2UI-render fix (@adia-ai/a2ui-runtime), full chunk/embeddings regen (@adia-ai/a2ui-corpus). See `packages/llm/CHANGELOG.md#085--2026-07-17` for details.
@@ -135,13 +135,13 @@
135
135
  "id": "null-02",
136
136
  "phrase": "cut a v0.8.0 release of the framework",
137
137
  "expected": null,
138
- "note": "Framework release — forge/release-engineer, not a factory agent."
138
+ "note": "Framework release — forge/release-builder, not a factory agent."
139
139
  },
140
140
  {
141
141
  "id": "null-03",
142
142
  "phrase": "why did the zettel eval coverage drop?",
143
143
  "expected": null,
144
- "note": "A2UI pipeline internals — forge/a2ui-engineer."
144
+ "note": "A2UI pipeline internals — forge/a2ui-builder."
145
145
  },
146
146
  {
147
147
  "id": "null-04",
@@ -165,7 +165,7 @@
165
165
  "id": "null-07",
166
166
  "phrase": "harvest a new A2UI training chunk",
167
167
  "expected": null,
168
- "note": "Corpus authoring — forge/a2ui-engineer."
168
+ "note": "Corpus authoring — forge/a2ui-builder."
169
169
  },
170
170
  {
171
171
  "id": "ambig-02",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
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",
@@ -34,7 +34,7 @@ The `--a-*` semantic layer is a thin alias layer reading FROM the `--md-sys-colo
34
34
  | `--a-bg` | `var(--md-sys-color-neutral-background)` |
35
35
  | `--a-bg-scrim` | `var(--md-sys-color-neutral-scrim-weakest)` |
36
36
  | `--a-bg-subtle` | `var(--md-sys-color-neutral-surface)` |
37
- | `--a-bg-muted` | `var(--md-sys-color-neutral-container)` |
37
+ | `--a-bg-muted` | `var(--md-sys-color-neutral-container-low)` |
38
38
  | `--a-bg-strong` | `var(--md-sys-color-neutral-surface-high)` |
39
39
  | `--a-bg-hover` | `var(--md-sys-color-neutral-hover)` |
40
40
  | `--a-bg-active` | `var(--md-sys-color-neutral-active)` |