@adia-ai/a2ui-corpus 0.2.5 → 0.3.1

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 CHANGED
@@ -11,6 +11,33 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
11
11
 
12
12
  _No pending changes._
13
13
 
14
+ ## [0.3.1] - 2026-05-06
15
+
16
+ **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).
17
+
18
+ This package itself ships **no source changes** in v0.3.1. The cut bumps version only — substantive content lives in [`@adia-ai/web-components`](https://github.com/adiahealth/gen-ui-kit/releases/tag/web-components-v0.3.1) (folder-per-trait restructure; barrel API unchanged).
19
+
20
+ ### Changed
21
+
22
+ - `version`: `0.3.0` → `0.3.1`.
23
+ - Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
24
+
25
+ ## [0.3.0] - 2026-05-05
26
+
27
+ **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`.
28
+
29
+ The lockstep policy expanded from 8 to 9 packages with this cut — `@adia-ai/llm` joins as a 9th member, and `@adia-ai/a2ui-utils` was renamed to `@adia-ai/a2ui-runtime`. Both are BREAKING for npm consumers (acceptable under pre-1.0 semver).
30
+
31
+ This package itself ships **no source changes** in v0.3.0. The cut bumps version + the internal dep range only.
32
+
33
+ ### Changed
34
+
35
+ - `version`: `0.2.5` → `0.3.0`.
36
+
37
+ ### No source changes
38
+
39
+ `a2ui-corpus` source is byte-identical to `0.2.5`. The cut bumps version only — corpus has no `@adia-ai/*` dependencies so no dep-range updates either.
40
+
14
41
  ## [0.2.5] - 2026-05-04
15
42
 
16
43
  **Lockstep cut + catalog regen for `<fields-ui>` primitive.** 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). Patch cut — **no BREAKING changes**.
package/README.md CHANGED
@@ -7,7 +7,7 @@ fixtures. Pure data plus the scripts that maintain it. No runtime.
7
7
  > The pipeline reads this package; this package never reads the pipeline.
8
8
  > See [`@adia-ai/a2ui-compose`](../compose) for engine code,
9
9
  > [`@adia-ai/web-components`](../../web-components) for UI atoms,
10
- > [`@adia-ai/a2ui-utils`](../utils) for the A2UI runtime (renderer,
10
+ > [`@adia-ai/a2ui-runtime`](../runtime) for the A2UI runtime (renderer,
11
11
  > registry, streams, wiring),
12
12
  > [`@adia-ai/a2ui-mcp`](../mcp) for the MCP server.
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/a2ui-corpus",
3
- "version": "0.2.5",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "AdiaUI A2UI training corpus \u2014 patterns, fragments, compositions, exemplars, eval fixtures, feedback, gap registry. Consumed by the compose engine's retrieval layer + the MCP pipeline.",
6
6
  "exports": {