@adia-ai/a2ui-retrieval 0.2.4 → 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 +11 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
7
7
 
8
8
  _No pending changes._
9
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
+
10
21
  ## [0.2.4] - 2026-05-04
11
22
 
12
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).
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.2.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.",
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",