@adia-ai/a2ui-retrieval 0.3.6 → 0.4.1
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 +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
|
7
7
|
|
|
8
8
|
_No pending changes._
|
|
9
9
|
|
|
10
|
+
## [0.4.1] - 2026-05-10
|
|
11
|
+
|
|
12
|
+
### Ride-along (no source changes)
|
|
13
|
+
|
|
14
|
+
Lockstep PATCH cut alongside `@adia-ai/web-modules@0.4.1` (simple cluster) + `@adia-ai/a2ui-validator@0.4.1` (Phase 3 foundation) + `@adia-ai/a2ui-corpus@0.4.1` (fragment metrics reconciliation). Source byte-identical to v0.4.0.
|
|
15
|
+
|
|
16
|
+
Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHANGELOG.md `## [0.4.1]`](../../../CHANGELOG.md) for the cut narrative.
|
|
17
|
+
|
|
18
|
+
## [0.4.0] - 2026-05-10
|
|
19
|
+
|
|
20
|
+
### Ride-along (no source changes)
|
|
21
|
+
|
|
22
|
+
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy shell shapes retired). Source byte-identical to v0.3.6.
|
|
23
|
+
|
|
24
|
+
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../CHANGELOG.md) for the cut narrative.
|
|
25
|
+
|
|
10
26
|
## [0.3.6] - 2026-05-10
|
|
11
27
|
|
|
12
28
|
### Ride-along (no source changes)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-retrieval",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "AdiaUI A2UI retrieval layer
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "AdiaUI A2UI retrieval layer — catalog lookup, intent classification, domain routing, pattern + anti-pattern matching, clarity + context assembly. Consumed by the compose engine and any A2UI-protocol tooling that needs to reason about user intent against the catalog.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"exports": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"directory": "packages/a2ui/retrieval"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@adia-ai/a2ui-runtime": "^0.
|
|
39
|
+
"@adia-ai/a2ui-runtime": "^0.4.0"
|
|
40
40
|
},
|
|
41
41
|
"optionalDependencies": {
|
|
42
42
|
"@adia-ai/a2ui-corpus": "^0.3.0"
|