@adia-ai/a2ui-corpus 0.6.2 → 0.6.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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,23 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
18
18
|
|
|
19
19
|
_No pending changes._
|
|
20
20
|
|
|
21
|
+
## [0.6.4] - 2026-05-18
|
|
22
|
+
|
|
23
|
+
### v0.6.4 — Lockstep ride-along
|
|
24
|
+
|
|
25
|
+
TS Phase 5: a2ui.schema.json schema-driven codegen (§359). No source changes in this package.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## [0.6.3] - 2026-05-18
|
|
30
|
+
|
|
31
|
+
### v0.6.3 — Lockstep ride-along
|
|
32
|
+
|
|
33
|
+
TS Phase 5: runtime real declarations (§358) + compose branded IDs.
|
|
34
|
+
No source changes in this package. Internal dep ranges stay at `^0.6.0`.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
21
38
|
## [0.6.2] - 2026-05-18
|
|
22
39
|
|
|
23
40
|
### v0.6.2 — Lockstep ride-along
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-corpus",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AdiaUI A2UI training corpus \u2014 canonical v0.9 catalog + chunks + eval fixtures + feedback + gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
|
|
6
6
|
"exports": {
|