@adia-ai/a2ui-retrieval 0.5.4 → 0.5.6
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 +9 -30
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
|
|
4
4
|
[Semantic Versioning](https://semver.org/).
|
|
5
|
-
|
|
6
5
|
## [Unreleased]
|
|
7
6
|
|
|
8
7
|
_No pending changes._
|
|
8
|
+
## [0.5.6] - 2026-05-14
|
|
9
|
+
|
|
10
|
+
_Lockstep ride-along (no source change)._
|
|
11
|
+
## [0.5.5] - 2026-05-14
|
|
12
|
+
|
|
13
|
+
### Changed — lockstep ride-along; no source changes
|
|
9
14
|
|
|
15
|
+
`version`: `0.5.4` → `0.5.5`. Source byte-identical to `0.5.4`.
|
|
16
|
+
|
|
17
|
+
Tracking the v0.5.5 cycle's detector-driven cleanup arcs (§176-§179) + exe.dev LLM Gateway migration (§181-§188) + FEEDBACK-08 closure (§184): see root `CHANGELOG.md` for the full narrative. This package carries no source changes this cycle.
|
|
10
18
|
## [0.5.4] - 2026-05-14
|
|
11
19
|
|
|
12
20
|
### Changed — lockstep ride-along; no source changes
|
|
@@ -18,28 +26,21 @@ Tracking the v0.5.4 cycle's prop-fidelity arcs (§163 transpiler fix,
|
|
|
18
26
|
§164 chunk re-harvest, §165 validator check #19, §166a/b/c audit-script
|
|
19
27
|
family slots 12+13 + smoke shift-left): see root `CHANGELOG.md` for the
|
|
20
28
|
full narrative. This package carries no source changes this cycle.
|
|
21
|
-
|
|
22
29
|
## [0.5.3] - 2026-05-14
|
|
23
30
|
|
|
24
31
|
_No pending changes._
|
|
25
|
-
|
|
26
32
|
## [0.5.2] - 2026-05-13
|
|
27
33
|
|
|
28
34
|
_Lockstep ride-along (no source change)._
|
|
29
|
-
|
|
30
|
-
|
|
31
35
|
## [0.5.1] - 2026-05-13
|
|
32
36
|
|
|
33
37
|
_Lockstep ride-along (no source change)._
|
|
34
|
-
|
|
35
38
|
## [0.5.0] - 2026-05-13
|
|
36
39
|
|
|
37
40
|
_Lockstep ride-along (no source change)._
|
|
38
|
-
|
|
39
41
|
## [0.4.9] - 2026-05-13
|
|
40
42
|
|
|
41
43
|
_No pending changes._
|
|
42
|
-
|
|
43
44
|
## [0.4.8] - 2026-05-12
|
|
44
45
|
|
|
45
46
|
### Ride-along (no source changes)
|
|
@@ -47,7 +48,6 @@ _No pending changes._
|
|
|
47
48
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.8` (§80 event-types codegen for 38 non-form primitives + §85 class-subpath script fix + §89 icons.js split + B+C+D consumer-friction infra), `@adia-ai/web-modules@0.4.8` (FEEDBACK-02 #1 `.d.ts` shipment + `composes:` ADR-0027 wiring), `@adia-ai/a2ui-compose@0.4.8` (§87 zettel `ensureBooted()` race fix + §88 free-form composition mode), `@adia-ai/a2ui-corpus@0.4.8` (catalog regen ride-along), `@adia-ai/a2ui-mcp@0.4.8` (§87 eval threshold rebaseline). Source byte-identical to v0.4.7.
|
|
48
49
|
|
|
49
50
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.8]`](../../../CHANGELOG.md) for the cut narrative.
|
|
50
|
-
|
|
51
51
|
## [0.4.7] - 2026-05-12
|
|
52
52
|
|
|
53
53
|
### Removed — `embedding/embedding-retriever.js` + `concept-mapper.js` retired (§72, the §65 carry-over)
|
|
@@ -59,7 +59,6 @@ The pattern-embeddings retrieval surface — `embedding-retriever.js` and its so
|
|
|
59
59
|
### Changed — `intent/prompt-analyzer.js` `getVocab()` reads canonical catalog (§72)
|
|
60
60
|
|
|
61
61
|
Migrated from `@adia-ai/a2ui-corpus/patterns/_components.json` (retired) to `@adia-ai/a2ui-corpus/catalog-a2ui_0_9.json` (the canonical v0.9 catalog). Vocabulary now built from `components[name].x-adiaui.synonyms.tags`. Same `displayList` + `allowedSet` output shape; no behavior change for downstream callers.
|
|
62
|
-
|
|
63
62
|
## [0.4.6] - 2026-05-12
|
|
64
63
|
|
|
65
64
|
### Changed — `pattern-library.js` retired, consumers migrate to `composition-library` (§64 multi-step, 2026-05-12)
|
|
@@ -73,7 +72,6 @@ The legacy `pattern-library.js` retrieval surface is retired in v0.4.6. Composit
|
|
|
73
72
|
- **`index.js`** — barrel updated to reflect the carved-out + retired modules.
|
|
74
73
|
|
|
75
74
|
See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) and `@adia-ai/a2ui-compose@[Unreleased]` for the cross-cutting arc narrative.
|
|
76
|
-
|
|
77
75
|
## [0.4.5] - 2026-05-12
|
|
78
76
|
|
|
79
77
|
### Ride-along (no source changes)
|
|
@@ -81,7 +79,6 @@ See root [CHANGELOG.md `[Unreleased]`](../../../CHANGELOG.md) and `@adia-ai/a2ui
|
|
|
81
79
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.5` (§61 CSS subpath exports + CustomEvent.detail sweep across 17 form-bearing primitives + slider reactivity test lock-in + §52 design-tokens export module + UI), `@adia-ai/web-modules@0.4.5` (§61 CSS subpath exports — six cluster `*.css` exports), `@adia-ai/a2ui-compose@0.4.5` (§56 system-prompt CORPUS CONTEXT block in monolithic strategies), `@adia-ai/llm@0.4.5` (§54 doc-comment path refresh). Source byte-identical to v0.4.4.
|
|
82
80
|
|
|
83
81
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
84
|
-
|
|
85
82
|
## [0.4.4] - 2026-05-12
|
|
86
83
|
|
|
87
84
|
### Ride-along (no source changes)
|
|
@@ -89,7 +86,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
89
86
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.4` (14 yaml gap closures from corpus simplification arc), `@adia-ai/a2ui-runtime@0.4.4` (registry expansion +27 web-modules + renderer kebab-case fix), `@adia-ai/a2ui-compose@0.4.4` (composition-library rename + transpiler `<a>` → Link), `@adia-ai/a2ui-corpus@0.4.4` (corpus simplification arc §36–§51), `@adia-ai/a2ui-mcp@0.4.4` (`get_fragment` tool retirement). Source byte-identical to v0.4.3.
|
|
90
87
|
|
|
91
88
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
92
|
-
|
|
93
89
|
## [0.4.3] - 2026-05-11
|
|
94
90
|
|
|
95
91
|
### Fixed
|
|
@@ -99,7 +95,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
99
95
|
### Lockstep
|
|
100
96
|
|
|
101
97
|
9-package coordinated PATCH cut to v0.4.3. Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry). Source change scoped to one file (`feedback/dialog-recorder.js`); pairs with the same fix in `@adia-ai/a2ui-compose` v0.4.3. See root [CHANGELOG.md `## [0.4.3]`](../../../CHANGELOG.md).
|
|
102
|
-
|
|
103
98
|
## [0.4.2] - 2026-05-11
|
|
104
99
|
|
|
105
100
|
### Ride-along (no source changes)
|
|
@@ -107,7 +102,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
107
102
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.2` (`<input-ui type="number">` rewrite drops native `<input type=number>` wrapping) + `@adia-ai/web-modules@0.4.2` (`<editor-sidebar>` grid-track width-mirror fix). Source byte-identical to v0.4.1.
|
|
108
103
|
|
|
109
104
|
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.2]`](../../../CHANGELOG.md) for the cut narrative.
|
|
110
|
-
|
|
111
105
|
## [0.4.1] - 2026-05-10
|
|
112
106
|
|
|
113
107
|
### Ride-along (no source changes)
|
|
@@ -115,7 +109,6 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
115
109
|
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.
|
|
116
110
|
|
|
117
111
|
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.
|
|
118
|
-
|
|
119
112
|
## [0.4.0] - 2026-05-10
|
|
120
113
|
|
|
121
114
|
### Ride-along (no source changes)
|
|
@@ -123,25 +116,21 @@ Internal `@adia-ai/*` dep ranges bumped from `^0.4.0` to `^0.4.1`. See root [CHA
|
|
|
123
116
|
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy shell shapes retired). Source byte-identical to v0.3.6.
|
|
124
117
|
|
|
125
118
|
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.
|
|
126
|
-
|
|
127
119
|
## [0.3.6] - 2026-05-10
|
|
128
120
|
|
|
129
121
|
### Ride-along (no source changes)
|
|
130
122
|
|
|
131
123
|
Lockstep version bump only — source byte-identical to v0.3.5. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.6]`](../../../CHANGELOG.md) for the cut narrative.
|
|
132
|
-
|
|
133
124
|
## [0.3.5] - 2026-05-07
|
|
134
125
|
|
|
135
126
|
### Ride-along (no source changes)
|
|
136
127
|
|
|
137
128
|
Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.5]`](../../../CHANGELOG.md) for the cut narrative.
|
|
138
|
-
|
|
139
129
|
## [0.3.4] - 2026-05-07
|
|
140
130
|
|
|
141
131
|
### Ride-along (no source changes)
|
|
142
132
|
|
|
143
133
|
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](../../../CHANGELOG.md) for the cut narrative.
|
|
144
|
-
|
|
145
134
|
## [0.3.3] - 2026-05-07
|
|
146
135
|
|
|
147
136
|
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` ranges stay at `^0.3.0` (patch-cut asymmetry — caret floats `0.3.x`).
|
|
@@ -155,7 +144,6 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
155
144
|
populate `_debug` payloads (which the trace consumes); without
|
|
156
145
|
this, traces would be empty when feedback recording is off.
|
|
157
146
|
(closes backlog #89)
|
|
158
|
-
|
|
159
147
|
## [0.3.2] - 2026-05-06
|
|
160
148
|
|
|
161
149
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
@@ -170,7 +158,6 @@ version only.
|
|
|
170
158
|
### Changed
|
|
171
159
|
|
|
172
160
|
- `version`: `0.3.1` → `0.3.2`.
|
|
173
|
-
|
|
174
161
|
## [0.3.1] - 2026-05-06
|
|
175
162
|
|
|
176
163
|
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
@@ -181,7 +168,6 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
181
168
|
|
|
182
169
|
- `version`: `0.3.0` → `0.3.1`.
|
|
183
170
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
184
|
-
|
|
185
171
|
## [0.3.0] - 2026-05-05
|
|
186
172
|
|
|
187
173
|
**9-package lockstep cut.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges bump `^0.2.0` → `^0.3.0`.
|
|
@@ -195,7 +181,6 @@ This package itself ships **no source changes** in v0.3.0. The cut bumps version
|
|
|
195
181
|
- `dependencies["@adia-ai/a2ui-utils"]` removed; replaced by `dependencies["@adia-ai/a2ui-runtime"]: ^0.3.0` (rename + bump).
|
|
196
182
|
- `dependencies["@adia-ai/a2ui-corpus"]`: `^0.2.0` → `^0.3.0`.
|
|
197
183
|
- `version`: `0.2.5` → `0.3.0`.
|
|
198
|
-
|
|
199
184
|
## [0.2.5] - 2026-05-04
|
|
200
185
|
|
|
201
186
|
**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).
|
|
@@ -206,7 +191,6 @@ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive conte
|
|
|
206
191
|
|
|
207
192
|
- `version`: `0.2.4` → `0.2.5`.
|
|
208
193
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
|
|
209
|
-
|
|
210
194
|
## [0.2.4] - 2026-05-04
|
|
211
195
|
|
|
212
196
|
**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).
|
|
@@ -225,7 +209,6 @@ _Nothing yet._
|
|
|
225
209
|
---
|
|
226
210
|
|
|
227
211
|
---
|
|
228
|
-
|
|
229
212
|
## [0.2.3] - 2026-05-04
|
|
230
213
|
|
|
231
214
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
@@ -241,7 +224,6 @@ Patch cut — no breaking changes.
|
|
|
241
224
|
### No source changes
|
|
242
225
|
|
|
243
226
|
`@adia-ai/a2ui-retrieval` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
|
|
244
|
-
|
|
245
227
|
## [0.2.2] - 2026-05-02
|
|
246
228
|
|
|
247
229
|
**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.
|
|
@@ -272,7 +254,6 @@ Verified:
|
|
|
272
254
|
Per memory `feedback_panel_label_reliability.md`. Companion fix in `@adia-ai/a2ui-compose` Unreleased (generator.js panel emissions). Both surfaces feed the same reasoning-panel deception class — five distinct bugs caught + fixed in commit `9986c71e`.
|
|
273
255
|
|
|
274
256
|
---
|
|
275
|
-
|
|
276
257
|
## [0.2.1] - 2026-05-02
|
|
277
258
|
|
|
278
259
|
**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.
|
|
@@ -289,7 +270,6 @@ Per memory `feedback_panel_label_reliability.md`. Companion fix in `@adia-ai/a2u
|
|
|
289
270
|
Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding-retriever updates only affect the failure path (`ENOENT` graceful fallback) and don't change the contract for callers passing valid index files. The cut bumps version + tracks dep ranges + softens the embedding-index-missing failure mode.
|
|
290
271
|
|
|
291
272
|
---
|
|
292
|
-
|
|
293
273
|
## [0.2.0] - 2026-05-02
|
|
294
274
|
|
|
295
275
|
**Lockstep cut + boundary reorganization.** All 8 published
|
|
@@ -351,7 +331,6 @@ The top-level `index.js` still re-exports the previously-public surface
|
|
|
351
331
|
`checkIntentAlignment`, etc.) — those imports do not need updating.
|
|
352
332
|
|
|
353
333
|
---
|
|
354
|
-
|
|
355
334
|
## [0.0.1] - 2026-04-24
|
|
356
335
|
|
|
357
336
|
First public release. Extracted from
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-retrieval",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "AdiaUI A2UI retrieval layer
|
|
3
|
+
"version": "0.5.6",
|
|
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": {
|