@adia-ai/a2ui-retrieval 0.2.3 → 0.2.5

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 +31 -3
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -5,10 +5,38 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ _No pending changes._
9
+
10
+ ## [0.2.5] - 2026-05-04
11
+
12
+ **8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 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.5 under semver — patch-cut asymmetry).
13
+
14
+ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive content lives in `web-components` (new `<fields-ui>` form-grid primitive + `draggable-list-item` last-item drop-zone fix, both surfaced by the Tasks UI Playground at `docs/projects/tasks-playground/`); `a2ui-corpus` ships a catalog regen for the new `<fields-ui>` yaml. `a2ui-retrieval` rides along at version bump only — no source change.
15
+
16
+ ### Changed
17
+
18
+ - `version`: `0.2.4` → `0.2.5`.
19
+ - Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
20
+
21
+ ## [0.2.4] - 2026-05-04
22
+
23
+ **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).
24
+
25
+ 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.
26
+
27
+ ### Changed
28
+
29
+ - `version`: `0.2.3` → `0.2.4`.
30
+ - `dependencies["@adia-ai/a2ui-utils"]`: `^0.2.0` (covers `0.2.4`).
31
+
32
+ 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.
33
+
8
34
  _Nothing yet._
9
35
 
10
36
  ---
11
37
 
38
+ ---
39
+
12
40
  ## [0.2.3] - 2026-05-04
13
41
 
14
42
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
@@ -27,7 +55,7 @@ Patch cut — no breaking changes.
27
55
 
28
56
  ## [0.2.2] - 2026-05-02
29
57
 
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.
58
+ **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.
31
59
 
32
60
  ### Changed
33
61
 
@@ -58,7 +86,7 @@ Per memory `feedback_panel_label_reliability.md`. Companion fix in `@adia-ai/a2u
58
86
 
59
87
  ## [0.2.1] - 2026-05-02
60
88
 
61
- **Lockstep cut.** 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.
89
+ **Lockstep cut.** 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
90
 
63
91
  ### Changed
64
92
 
@@ -77,7 +105,7 @@ Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding
77
105
 
78
106
  **Lockstep cut + boundary reorganization.** All 8 published
79
107
  `@adia-ai/*` packages now share one version, governed by
80
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
108
+ [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../docs/specs/package-architecture.md#15-versioning-policy).
81
109
  This release also lands the boundary cleanup from T4 of the
82
110
  [`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
83
111
  plan.
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.2.3",
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.",
3
+ "version": "0.2.5",
4
+ "description": "AdiaUI A2UI retrieval layer \u2014 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": {
8
- ".": "./index.js",
9
- "./intent": "./intent/index.js",
10
- "./intent/*": "./intent/*.js",
11
- "./embedding": "./embedding/index.js",
8
+ ".": "./index.js",
9
+ "./intent": "./intent/index.js",
10
+ "./intent/*": "./intent/*.js",
11
+ "./embedding": "./embedding/index.js",
12
12
  "./embedding/*": "./embedding/*.js",
13
- "./feedback": "./feedback/index.js",
14
- "./feedback/*": "./feedback/*.js",
15
- "./authoring": "./authoring/index.js",
13
+ "./feedback": "./feedback/index.js",
14
+ "./feedback/*": "./feedback/*.js",
15
+ "./authoring": "./authoring/index.js",
16
16
  "./authoring/*": "./authoring/*.js",
17
- "./*": "./*.js"
17
+ "./*": "./*.js"
18
18
  },
19
19
  "files": [
20
20
  "*.js",