@adia-ai/a2ui-retrieval 0.2.2 → 0.2.3

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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,22 @@ _Nothing yet._
9
9
 
10
10
  ---
11
11
 
12
+ ## [0.2.3] - 2026-05-04
13
+
14
+ **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
15
+ 0.2.2 → 0.2.3 per
16
+ [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
17
+ Patch cut — no breaking changes.
18
+
19
+ ### Changed
20
+
21
+ - `version`: `0.2.2` → `0.2.3`.
22
+ - `dependencies["@adia-ai/a2ui-corpus"]`: `^0.2.0` (covers `0.2.3`).
23
+
24
+ ### No source changes
25
+
26
+ `@adia-ai/a2ui-retrieval` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
27
+
12
28
  ## [0.2.2] - 2026-05-02
13
29
 
14
30
  **Lockstep cut + `detectReferences` brand-only filter.** 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
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",