@adia-ai/a2ui-compose 0.2.3 → 0.2.4
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 +21 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,10 +10,27 @@ generator graph.
|
|
|
10
10
|
|
|
11
11
|
## [Unreleased]
|
|
12
12
|
|
|
13
|
+
_No pending changes._
|
|
14
|
+
|
|
15
|
+
## [0.2.4] - 2026-05-04
|
|
16
|
+
|
|
17
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
|
|
18
|
+
|
|
19
|
+
This is a **patch cut on top of v0.2.3, no BREAKING changes.** Substantive content lives in `web-components` (Tier 4 trait library lift, 11 new traits + 2 architectural rewrites, plus accumulated bug fixes); `a2ui-corpus` ships a catalog regen for the new `<demo-toggle-ui>` primitive. Six packages ride along at version + dep-range bump.
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- `version`: `0.2.3` → `0.2.4`.
|
|
24
|
+
- `dependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.4`).
|
|
25
|
+
|
|
26
|
+
This package's source tree is byte-identical to 0.2.3. The cut bumps version + the internal dep range only, per the lockstep policy.
|
|
27
|
+
|
|
13
28
|
_Nothing yet._
|
|
14
29
|
|
|
15
30
|
---
|
|
16
31
|
|
|
32
|
+
---
|
|
33
|
+
|
|
17
34
|
## [0.2.3] - 2026-05-04
|
|
18
35
|
|
|
19
36
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
@@ -34,7 +51,7 @@ Patch cut — no breaking changes.
|
|
|
34
51
|
|
|
35
52
|
## [0.2.2] - 2026-05-02
|
|
36
53
|
|
|
37
|
-
**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](
|
|
54
|
+
**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.
|
|
38
55
|
|
|
39
56
|
### Changed
|
|
40
57
|
|
|
@@ -58,7 +75,7 @@ Companion fix in `@adia-ai/a2ui-retrieval` Unreleased (web-research.js EXPLICIT/
|
|
|
58
75
|
|
|
59
76
|
## [0.2.1] - 2026-05-02
|
|
60
77
|
|
|
61
|
-
**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](
|
|
78
|
+
**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.
|
|
62
79
|
|
|
63
80
|
### Changed
|
|
64
81
|
|
|
@@ -99,7 +116,7 @@ The synthesizer now captures a `retrievalTrace` per attempt: Tier-1 hits with sc
|
|
|
99
116
|
|
|
100
117
|
**Lockstep cut + boundary cleanup.** All 8 published `@adia-ai/*`
|
|
101
118
|
packages now share one version, governed by
|
|
102
|
-
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](
|
|
119
|
+
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
103
120
|
This release also lands the `engine/` ↔ `engines/` collision fix from
|
|
104
121
|
T3 of the
|
|
105
122
|
[`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
|
|
@@ -128,7 +145,7 @@ plan.
|
|
|
128
145
|
`./strategies/registry`, `./strategies/zettel`); old keys
|
|
129
146
|
(`./engine`, `./engines/registry`, `./engines/zettel`) retained as
|
|
130
147
|
aliases for one release cycle and removed in the next major.
|
|
131
|
-
- Spec [`docs/specs/package-architecture.md`](
|
|
148
|
+
- Spec [`docs/specs/package-architecture.md`](../../../../docs/specs/package-architecture.md)
|
|
132
149
|
bumped 0.5.0 → 0.6.0 with the directory tree updated to reflect the
|
|
133
150
|
new layout; new § 15 documents the lockstep versioning policy.
|
|
134
151
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-compose",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "AdiaUI A2UI compose engine — 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": {
|