@adia-ai/adia-ui-factory 0.8.4 → 0.8.5
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 +9 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-factory",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
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,9 +1,17 @@
|
|
|
1
1
|
# Changelog — adia-factory
|
|
2
2
|
|
|
3
|
+
## [0.8.5] — 2026-07-17
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **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.
|
|
7
|
+
|
|
3
8
|
## [0.8.4] — 2026-07-16
|
|
4
9
|
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Agent-eval records reconciled** (`agents/consumer-verifier.md`, `agents/routing-corpus.json`, `skills/adia-verify/SKILL.md`; PR #273, landed after the 0.8.3 tag): the routing corpus's `expected_baseline` re-measured at 60.6% with the floor marked ADVISORY and attribution recorded; consumer-verifier's VerifyProof record language aligned with the measured state.
|
|
12
|
+
|
|
5
13
|
### Maintenance
|
|
6
|
-
- **
|
|
14
|
+
- **Exact `.mcp.json` pin** — `@adia-ai/a2ui-mcp@0.8.4` (invariant 8: the consumer never floats). Substantive framework v0.8.4 work shipped in @adia-ai/llm, @adia-ai/web-components, @adia-ai/web-modules — see `packages/llm/CHANGELOG.md#084--2026-07-16`.
|
|
7
15
|
|
|
8
16
|
## [0.8.3] — 2026-07-16
|
|
9
17
|
|
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.5",
|
|
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",
|