@adia-ai/a2ui-compose 0.7.12 → 0.7.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog — @adia-ai/a2ui-compose
2
2
 
3
+ ## [0.7.13] — 2026-06-06
4
+
5
+ ### Maintenance
6
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.13 work: the `./css/sheet` exports `types` fix (`@adia-ai/web-components` + `@adia-ai/web-modules`) + a corpus re-harvest (`@adia-ai/a2ui-corpus`). See `packages/web-components/CHANGELOG.md` for details.
7
+
3
8
  ## [0.7.12] — 2026-06-04
4
9
 
5
10
  ### Changed
@@ -1044,7 +1049,7 @@ _Nothing yet._
1044
1049
 
1045
1050
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
1046
1051
  0.2.2 → 0.2.3 per
1047
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1052
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
1048
1053
  Patch cut — no breaking changes.
1049
1054
 
1050
1055
  ### Changed
@@ -1059,7 +1064,7 @@ Patch cut — no breaking changes.
1059
1064
  `@adia-ai/a2ui-compose` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
1060
1065
  ## [0.2.2] - 2026-05-02
1061
1066
 
1062
- **Lockstep cut + reasoning-panel emission fixes.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1067
+ **Lockstep cut + reasoning-panel emission fixes.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1063
1068
 
1064
1069
  ### Changed
1065
1070
 
@@ -1082,7 +1087,7 @@ Companion fix in `@adia-ai/a2ui-retrieval` Unreleased (web-research.js EXPLICIT/
1082
1087
  ---
1083
1088
  ## [0.2.1] - 2026-05-02
1084
1089
 
1085
- **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1090
+ **Lockstep cut + scope-drift gate at composer time + skeleton harvest + Tier-1 block filter + high-resolution session ticket trace.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
1086
1091
 
1087
1092
  ### Changed
1088
1093
 
@@ -1122,7 +1127,7 @@ The synthesizer now captures a `retrievalTrace` per attempt: Tier-1 hits with sc
1122
1127
 
1123
1128
  **Lockstep cut + boundary cleanup.** All 8 published `@adia-ai/*`
1124
1129
  packages now share one version, governed by
1125
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
1130
+ [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
1126
1131
  This release also lands the `engine/` ↔ `engines/` collision fix from
1127
1132
  T3 of the
1128
1133
  [`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
@@ -1151,7 +1156,7 @@ plan.
1151
1156
  `./strategies/registry`, `./strategies/zettel`); old keys
1152
1157
  (`./engine`, `./engines/registry`, `./engines/zettel`) retained as
1153
1158
  aliases for one release cycle and removed in the next major.
1154
- - Spec [`docs/specs/package-architecture.md`](../../../../docs/specs/package-architecture.md)
1159
+ - Spec [`docs/specs/package-architecture.md`](../../../docs/specs/package-architecture.md)
1155
1160
  bumped 0.5.0 → 0.6.0 with the directory tree updated to reflect the
1156
1161
  new layout; new § 15 documents the lockstep versioning policy.
1157
1162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-compose",
3
- "version": "0.7.12",
3
+ "version": "0.7.13",
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": {