@adia-ai/a2ui-retrieval 0.7.12 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ## [0.7.12] — 2026-06-04
4
9
 
5
10
  ### Maintenance
@@ -642,7 +647,7 @@ _Nothing yet._
642
647
 
643
648
  **Lockstep cut.** All 8 published `@adia-ai/*` packages bump
644
649
  0.2.2 → 0.2.3 per
645
- [`docs/specs/package-architecture.md` § 15](../../../../docs/specs/package-architecture.md#15-versioning-policy).
650
+ [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy).
646
651
  Patch cut — no breaking changes.
647
652
 
648
653
  ### Changed
@@ -655,7 +660,7 @@ Patch cut — no breaking changes.
655
660
  `@adia-ai/a2ui-retrieval` source is byte-identical to `0.2.2`. The cut bumps version + the internal dep range entries only.
656
661
  ## [0.2.2] - 2026-05-02
657
662
 
658
- **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.
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.
659
664
 
660
665
  ### Changed
661
666
 
@@ -685,7 +690,7 @@ Per memory `feedback_panel_label_reliability.md`. Companion fix in `@adia-ai/a2u
685
690
  ---
686
691
  ## [0.2.1] - 2026-05-02
687
692
 
688
- **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.
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.
689
694
 
690
695
  ### Changed
691
696
 
@@ -703,7 +708,7 @@ Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding
703
708
 
704
709
  **Lockstep cut + boundary reorganization.** All 8 published
705
710
  `@adia-ai/*` packages now share one version, governed by
706
- [`docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../../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).
707
712
  This release also lands the boundary cleanup from T4 of the
708
713
  [`docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
709
714
  plan.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.7.12",
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",