@adia-ai/a2ui-retrieval 0.7.11 → 0.7.13
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 +14 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-retrieval
|
|
2
2
|
|
|
3
|
+
## [0.7.13] — 2026-06-06
|
|
4
|
+
|
|
5
|
+
### Maintenance
|
|
6
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.13 work: the `./css/sheet` exports `types` fix (`@adia-ai/web-components` + `@adia-ai/web-modules`) + a corpus re-harvest (`@adia-ai/a2ui-corpus`). See `packages/web-components/CHANGELOG.md` for details.
|
|
7
|
+
|
|
8
|
+
## [0.7.12] — 2026-06-04
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
- **Lockstep version bump only.** No source changes in this package; bumped to maintain the 9-package version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.7.12 work: the BREAKING `data-theme`→`theme` token-attribute rename + the new `<theme-provider>` element + CDN `.sheet.js` twins (`@adia-ai/web-components`), and a corpus re-harvest. See `packages/web-components/CHANGELOG.md` for details.
|
|
12
|
+
|
|
3
13
|
## [0.7.11] — 2026-06-04
|
|
4
14
|
|
|
5
15
|
### Maintenance
|
|
@@ -637,7 +647,7 @@ _Nothing yet._
|
|
|
637
647
|
|
|
638
648
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
639
649
|
0.2.2 → 0.2.3 per
|
|
640
|
-
[`docs/specs/package-architecture.md` § 15](
|
|
650
|
+
[`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
641
651
|
Patch cut — no breaking changes.
|
|
642
652
|
|
|
643
653
|
### Changed
|
|
@@ -650,7 +660,7 @@ Patch cut — no breaking changes.
|
|
|
650
660
|
`@adia-ai/a2ui-retrieval` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
|
|
651
661
|
## [0.2.2] - 2026-05-02
|
|
652
662
|
|
|
653
|
-
**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](
|
|
663
|
+
**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.
|
|
654
664
|
|
|
655
665
|
### Changed
|
|
656
666
|
|
|
@@ -680,7 +690,7 @@ Per memory `feedback_panel_label_reliability.md`. Companion fix in `@adia-ai/a2u
|
|
|
680
690
|
---
|
|
681
691
|
## [0.2.1] - 2026-05-02
|
|
682
692
|
|
|
683
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`docs/specs/package-architecture.md` § 15](
|
|
693
|
+
**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.
|
|
684
694
|
|
|
685
695
|
### Changed
|
|
686
696
|
|
|
@@ -698,7 +708,7 @@ Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding
|
|
|
698
708
|
|
|
699
709
|
**Lockstep cut + boundary reorganization.** All 8 published
|
|
700
710
|
`@adia-ai/*` packages now share one version, governed by
|
|
701
|
-
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](
|
|
711
|
+
[`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../docs/specs/package-architecture.md#15-versioning-policy).
|
|
702
712
|
This release also lands the boundary cleanup from T4 of the
|
|
703
713
|
[`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
|
|
704
714
|
plan.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui-retrieval",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.13",
|
|
4
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",
|