@adia-ai/a2ui-retrieval 0.7.26 → 0.7.27

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 +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Changelog — @adia-ai/a2ui-retrieval
2
+ ## [0.7.27] — 2026-07-12
3
+
4
+ ### Lockstep
5
+ Ride-along PATCH cut — no changes this cycle.
2
6
 
3
7
  ## [0.7.26] — 2026-07-04
4
8
 
@@ -781,7 +785,7 @@ Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding
781
785
  `@adia-ai/*` packages now share one version, governed by
782
786
  [`.claude/docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
783
787
  This release also lands the boundary cleanup from T4 of the
784
- [`.claude/docs/plans/packages-architecture-fixes-2026-05-02.md`](../../../.brain/archive/2026-Q2/PLAN-packages-architecture-fixes-2026-05-02.md)
788
+ `.claude/docs/plans/packages-architecture-fixes-2026-05-02.md`
785
789
  plan.
786
790
 
787
791
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
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",