@adia-ai/a2ui-retrieval 0.7.25 → 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 +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
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.
6
+
7
+ ## [0.7.26] — 2026-07-04
8
+
9
+ ### Maintenance
10
+ - **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.26 work shipped in variant="outline" retired as the reach-for-secondary generation-time habit. See `packages/a2ui/compose/CHANGELOG.md#unreleased` for details.
2
11
 
3
12
  ## [0.7.25] — 2026-07-03
4
13
 
@@ -776,7 +785,7 @@ Public API of `a2ui-retrieval` is byte-identical to `0.2.0`. The above embedding
776
785
  `@adia-ai/*` packages now share one version, governed by
777
786
  [`.claude/docs/specs/package-architecture.md` § 15 (Versioning Policy)](../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
778
787
  This release also lands the boundary cleanup from T4 of the
779
- [`.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`
780
789
  plan.
781
790
 
782
791
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-retrieval",
3
- "version": "0.7.25",
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",