@adia-ai/a2ui-compose 0.8.6 → 0.8.7

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/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # Changelog — @adia-ai/a2ui-compose
2
+ ## [0.8.7] — 2026-07-19
3
+
4
+ ### Maintenance
5
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 11-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.7 work shipped in factory enrichment (adia-patterns/adia-audit + harvests), forge dogfood/gate fixes, a2ui-corpus content-hash freshness, bundle rebuilds. See `packages/plugins/adia-ui-factory/CHANGELOG.md#087--2026-07-19` for details.
6
+
2
7
  ## [0.8.6] — 2026-07-18
3
8
 
4
9
  ### Maintenance
package/README.md CHANGED
@@ -168,7 +168,7 @@ npm run evals # held-out intent benchmark
168
168
  npm run eval:diff -- --engine zettel # diff against baseline
169
169
  ```
170
170
 
171
- The held-out fixture lives in `gen-ui-training/evals/held-out.jsonl`.
171
+ The held-out fixture lives in `@adia-ai/a2ui-corpus`'s `evals/held-out.jsonl`.
172
172
  Regression thresholds the pipeline must hold:
173
173
 
174
174
  - Zettel coverage **100%**, avgScore **≥ 88**, MRR **≥ 0.94**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "AdiaUI A2UI compose engine \u2014 framework-agnostic. Takes natural-language intents + a catalog and produces A2UI protocol messages. Pairs with `@adia-ai/a2ui-retrieval` (intent classification, catalog lookup) and `@adia-ai/a2ui-validator` (schema + semantic checks).",
5
5
  "type": "module",
6
6
  "exports": {