@adia-ai/a2ui 0.8.37 → 0.8.39
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 +46 -22
- package/README.md +14 -0
- package/a2ui.schema.d.ts +1 -1
- package/catalog/catalog-a2ui_0_9.d.ts +4 -0
- package/catalog/catalog-a2ui_0_9.json +29838 -0
- package/catalog/catalog-a2ui_0_9_rules.txt +1223 -0
- package/catalog/common_types.d.ts +5 -0
- package/catalog/common_types.json +222 -0
- package/catalog/functions.d.ts +5 -0
- package/catalog/functions.json +253 -0
- package/catalog/tier-index.d.ts +4 -0
- package/catalog/tier-index.json +7790 -0
- package/catalog/tiers/README.md +94 -0
- package/catalog/tiers/curation/l1-widgets.curation.json +153 -0
- package/catalog/tiers/l1-widgets.json +6789 -0
- package/package.json +23 -2
- package/registry.js +1 -0
- package/validate/CHANGELOG.md +23 -23
- package/validate/README.md +14 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/a2ui",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.39",
|
|
4
4
|
"description": "The A2UI protocol — runtime (renderer, registry, streams, surface manifest, wiring primitives, dockable base classes) plus protocol-side validation. Framework-agnostic and dependency-free; pairs with any A2UI-conformant component set. Folded from @adia-ai/a2ui-runtime + the protocol half of @adia-ai/a2ui-validator (ADR-0048).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -56,10 +56,31 @@
|
|
|
56
56
|
"types": "./validate/index.d.ts",
|
|
57
57
|
"import": "./validate/index.js",
|
|
58
58
|
"default": "./validate/index.js"
|
|
59
|
+
},
|
|
60
|
+
"./catalog": {
|
|
61
|
+
"types": "./catalog/catalog-a2ui_0_9.d.ts",
|
|
62
|
+
"import": "./catalog/catalog-a2ui_0_9.json",
|
|
63
|
+
"default": "./catalog/catalog-a2ui_0_9.json"
|
|
64
|
+
},
|
|
65
|
+
"./catalog/tiers": {
|
|
66
|
+
"types": "./catalog/tier-index.d.ts",
|
|
67
|
+
"import": "./catalog/tier-index.json",
|
|
68
|
+
"default": "./catalog/tier-index.json"
|
|
69
|
+
},
|
|
70
|
+
"./catalog/common-types": {
|
|
71
|
+
"types": "./catalog/common_types.d.ts",
|
|
72
|
+
"import": "./catalog/common_types.json",
|
|
73
|
+
"default": "./catalog/common_types.json"
|
|
74
|
+
},
|
|
75
|
+
"./catalog/functions": {
|
|
76
|
+
"types": "./catalog/functions.d.ts",
|
|
77
|
+
"import": "./catalog/functions.json",
|
|
78
|
+
"default": "./catalog/functions.json"
|
|
59
79
|
}
|
|
60
80
|
},
|
|
61
81
|
"files": [
|
|
62
82
|
"*.js",
|
|
83
|
+
"catalog/",
|
|
63
84
|
"dockables/",
|
|
64
85
|
"controllers/",
|
|
65
86
|
"validate/index.js",
|
|
@@ -81,7 +102,7 @@
|
|
|
81
102
|
"repository": {
|
|
82
103
|
"type": "git",
|
|
83
104
|
"url": "git+https://github.com/adiahealth/gen-ui-kit.git",
|
|
84
|
-
"directory": "packages/a2ui"
|
|
105
|
+
"directory": "packages/gen-ui/a2ui"
|
|
85
106
|
},
|
|
86
107
|
"devDependencies": {
|
|
87
108
|
"@adia-ai/gen-ui": "^0.8.0"
|
package/registry.js
CHANGED
package/validate/CHANGELOG.md
CHANGED
|
@@ -763,54 +763,54 @@ _No pending changes._
|
|
|
763
763
|
|
|
764
764
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.8` (§80 event-types codegen for 38 non-form primitives + §85 class-subpath script fix + §89 icons.js split + B+C+D consumer-friction infra), `@adia-ai/web-modules@0.4.8` (FEEDBACK-02 #1 `.d.ts` shipment + `composes:` ADR-0027 wiring), `@adia-ai/a2ui-compose@0.4.8` (§87 zettel `ensureBooted()` race fix + §88 free-form composition mode), `@adia-ai/a2ui-corpus@0.4.8` (catalog regen ride-along), `@adia-ai/a2ui-mcp@0.4.8` (§87 eval threshold rebaseline). Source byte-identical to v0.4.7.
|
|
765
765
|
|
|
766
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.8]`](
|
|
766
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.8]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
767
767
|
## [0.4.7] - 2026-05-12
|
|
768
768
|
|
|
769
769
|
### Ride-along (no source changes)
|
|
770
770
|
|
|
771
771
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.7` (§74 `.d.ts` codegen for 73 non-form primitives + §77 non-side-effect `class` subpath per component + class.js helper extractions in agent + toolbar primitives), `@adia-ai/web-modules@0.4.7`, `@adia-ai/a2ui-compose@0.4.7` (§72 `getComponentCatalog()` reads canonical catalog), `@adia-ai/a2ui-corpus@0.4.7` (§72 `corpus/patterns/` + `corpus/compositions/` retired from disk + tarball — v0.4.6 §65 carry-over closed), `@adia-ai/a2ui-mcp@0.4.7`, `@adia-ai/a2ui-retrieval@0.4.7` (§72 vocab reads canonical catalog + dead pattern-embeddings retired). Source byte-identical to v0.4.6.
|
|
772
772
|
|
|
773
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.7]`](
|
|
773
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.7]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
774
774
|
## [0.4.6] - 2026-05-12
|
|
775
775
|
|
|
776
776
|
### Ride-along (no source changes)
|
|
777
777
|
|
|
778
778
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.6` (§68 .d.ts shipment + USAGE.md + `defineIfFree` + NEW `<toggle-scheme-ui>` primitive + `<pane-ui>` resize tracking 1:1), `@adia-ai/web-modules@0.4.6` (`<editor-sidebar>` resize-state detection widened via `:has()`), `@adia-ai/a2ui-compose@0.4.6` (§66 canonical `.a2ui.json` sidecars in `buildSystemPrompt` + §64 composition-library canonical retrieval), `@adia-ai/a2ui-corpus@0.4.6` (§63 settings-admin-page Mode A + 12 antipattern fixes + chunk re-harvest), `@adia-ai/a2ui-retrieval@0.4.6` (§64 pattern-library retirement, consumers migrated to composition-library), `@adia-ai/a2ui-mcp@0.4.6` (§64 step 5 patterns surface retired from server.js + eval-fix.mjs). Source byte-identical to v0.4.5.
|
|
779
779
|
|
|
780
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.6]`](
|
|
780
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.6]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
781
781
|
## [0.4.5] - 2026-05-12
|
|
782
782
|
|
|
783
783
|
### Ride-along (no source changes)
|
|
784
784
|
|
|
785
785
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.5` (§61 CSS subpath exports + CustomEvent.detail sweep across 17 form-bearing primitives + slider reactivity test lock-in + §52 design-tokens export module + UI), `@adia-ai/web-modules@0.4.5` (§61 CSS subpath exports — six cluster `*.css` exports), `@adia-ai/a2ui-compose@0.4.5` (§56 system-prompt CORPUS CONTEXT block in monolithic strategies), `@adia-ai/llm@0.4.5` (§54 doc-comment path refresh). Source byte-identical to v0.4.4.
|
|
786
786
|
|
|
787
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.5]`](
|
|
787
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.5]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
788
788
|
## [0.4.4] - 2026-05-12
|
|
789
789
|
|
|
790
790
|
### Ride-along (no source changes)
|
|
791
791
|
|
|
792
792
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.4` (14 yaml gap closures from corpus simplification arc), `@adia-ai/a2ui-runtime@0.4.4` (registry expansion +27 web-modules + renderer kebab-case fix), `@adia-ai/a2ui-compose@0.4.4` (composition-library rename + transpiler `<a>` → Link), `@adia-ai/a2ui-corpus@0.4.4` (corpus simplification arc §36–§51), `@adia-ai/a2ui-mcp@0.4.4` (`get_fragment` tool retirement). Source byte-identical to v0.4.3.
|
|
793
793
|
|
|
794
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.4]`](
|
|
794
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.4]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
795
795
|
## [0.4.3] - 2026-05-11
|
|
796
796
|
|
|
797
797
|
### Ride-along (no source changes)
|
|
798
798
|
|
|
799
799
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.3` (input-ui type=number locale + thousands grouping + hold-to-repeat) + `@adia-ai/a2ui-compose@0.4.3` + `@adia-ai/a2ui-retrieval@0.4.3` (process.env browser-compat fix) + `@adia-ai/a2ui-corpus@0.4.3` (catalog regen + chunks re-harvest with new settings-appearance pattern). Source byte-identical to v0.4.2.
|
|
800
800
|
|
|
801
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.3]`](
|
|
801
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.3]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
802
802
|
## [0.4.2] - 2026-05-11
|
|
803
803
|
|
|
804
804
|
### Ride-along (no source changes)
|
|
805
805
|
|
|
806
806
|
Lockstep PATCH cut alongside `@adia-ai/web-components@0.4.2` (`<input-ui type="number">` rewrite drops native `<input type=number>` wrapping) + `@adia-ai/web-modules@0.4.2` (`<editor-sidebar>` grid-track width-mirror fix). Source byte-identical to v0.4.1.
|
|
807
807
|
|
|
808
|
-
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.2]`](
|
|
808
|
+
Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4.0` covers `0.4.x` under semver). See root [CHANGELOG.md `## [0.4.2]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
809
809
|
## [0.4.1] - 2026-05-10
|
|
810
810
|
|
|
811
811
|
### Added
|
|
812
812
|
|
|
813
|
-
- **Semantic-validator Phase 3 foundation** (per [.claude/docs/specs/semantic-validator.md](
|
|
813
|
+
- **Semantic-validator Phase 3 foundation** (per [.claude/docs/specs/semantic-validator.md](../../../../.claude/docs/specs/semantic-validator.md) § Phase 3 — rule-based fast-path):
|
|
814
814
|
- `semantic/intent-specs.js` — registry of 10 `IntentSpec` entries covering dominant intent classes: `auth.signup`, `auth.signin`, `auth.password-reset`, `dashboard.analytics`, `data-table.list`, `form.settings`, `form.contact`, `chat.conversation`, `commerce.cart`, `errors.not-found`.
|
|
815
815
|
- `semantic/classify-intent.js` — `classifyIntent()` regex classifier + `scoreAgainstSpec()` deterministic A2UI-tree scorer. Returns rule verdict with certainty 0..1 (≥ 0.9 = LLM-skip eligible per spec § 3c hybrid).
|
|
816
816
|
- 18 unit tests covering registry hygiene, regex match against 6 dominant intents, clean-pass / clean-fail / partial-verdict scoring, nested A2UI tree traversal.
|
|
@@ -828,25 +828,25 @@ Internal `@adia-ai/*` dep ranges stay at `^0.4.0` (patch-cut asymmetry — `^0.4
|
|
|
828
828
|
|
|
829
829
|
Lockstep MINOR cut alongside `@adia-ai/web-modules@0.4.0` (ADR-0024 legacy shell shapes retired). Source byte-identical to v0.3.6.
|
|
830
830
|
|
|
831
|
-
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](
|
|
831
|
+
Internal `@adia-ai/*` dep ranges bumped from `^0.3.0` to `^0.4.0`. See root [CHANGELOG.md `## [0.4.0]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
832
832
|
## [0.3.6] - 2026-05-10
|
|
833
833
|
|
|
834
834
|
### Ride-along (no source changes)
|
|
835
835
|
|
|
836
|
-
Lockstep version bump only — source byte-identical to v0.3.5. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.6]`](
|
|
836
|
+
Lockstep version bump only — source byte-identical to v0.3.5. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.6]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
837
837
|
## [0.3.5] - 2026-05-07
|
|
838
838
|
|
|
839
839
|
### Ride-along (no source changes)
|
|
840
840
|
|
|
841
|
-
Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.5]`](
|
|
841
|
+
Lockstep version bump only — source byte-identical to v0.3.4. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.5]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
842
842
|
## [0.3.4] - 2026-05-07
|
|
843
843
|
|
|
844
844
|
### Ride-along (no source changes)
|
|
845
845
|
|
|
846
|
-
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](
|
|
846
|
+
Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-ai/*` dep ranges remain at `^0.3.0`. See root [CHANGELOG.md `## [0.3.4]`](../../../../CHANGELOG.md) for the cut narrative.
|
|
847
847
|
## [0.3.3] - 2026-05-07
|
|
848
848
|
|
|
849
|
-
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`.claude/docs/specs/package-architecture.md` § 15](
|
|
849
|
+
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
850
850
|
|
|
851
851
|
### Changed
|
|
852
852
|
|
|
@@ -859,7 +859,7 @@ Lockstep version bump only — source byte-identical to v0.3.3. Internal `@adia-
|
|
|
859
859
|
## [0.3.2] - 2026-05-06
|
|
860
860
|
|
|
861
861
|
**9-package lockstep patch cut to v0.3.2.** All lockstep members share
|
|
862
|
-
one version per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
862
|
+
one version per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
863
863
|
Internal `@adia-ai/*` dep ranges unchanged at `^0.3.0`.
|
|
864
864
|
|
|
865
865
|
### No source changes
|
|
@@ -872,7 +872,7 @@ version only.
|
|
|
872
872
|
- `version`: `0.3.1` → `0.3.2`.
|
|
873
873
|
## [0.3.1] - 2026-05-06
|
|
874
874
|
|
|
875
|
-
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
875
|
+
**9-package lockstep patch cut.** All 9 published `@adia-ai/*` packages bump 0.3.0 → 0.3.1 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/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).
|
|
876
876
|
|
|
877
877
|
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).
|
|
878
878
|
|
|
@@ -882,7 +882,7 @@ This package itself ships **no source changes** in v0.3.1. The cut bumps version
|
|
|
882
882
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.3.0` (covers `0.3.1` under semver — patch-cut asymmetry).
|
|
883
883
|
## [0.3.0] - 2026-05-05
|
|
884
884
|
|
|
885
|
-
**9-package lockstep cut.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
885
|
+
**9-package lockstep cut.** All 9 published `@adia-ai/*` packages bump 0.2.5 → 0.3.0 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges bump `^0.2.0` → `^0.3.0`.
|
|
886
886
|
|
|
887
887
|
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`. This package's `dependencies` updated accordingly.
|
|
888
888
|
|
|
@@ -894,7 +894,7 @@ This package itself ships **no source changes** in v0.3.0. The cut bumps version
|
|
|
894
894
|
- `version`: `0.2.5` → `0.3.0`.
|
|
895
895
|
## [0.2.5] - 2026-05-04
|
|
896
896
|
|
|
897
|
-
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
897
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.4 → 0.2.5 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.5 under semver — patch-cut asymmetry).
|
|
898
898
|
|
|
899
899
|
This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive content lives in `web-components` (new `<fields-ui>` form-grid primitive + `draggable-list-item` last-item drop-zone fix, both surfaced by the Tasks UI Playground at `.claude/docs/projects/tasks-playground/`); `a2ui-corpus` ships a catalog regen for the new `<fields-ui>` yaml. `a2ui-validator` rides along at version bump only — no source change.
|
|
900
900
|
|
|
@@ -904,7 +904,7 @@ This is a **patch cut on top of v0.2.4, no BREAKING changes.** Substantive conte
|
|
|
904
904
|
- Internal `@adia-ai/*` dep ranges: unchanged at `^0.2.0` (covers `0.2.5` under semver — patch-cut asymmetry).
|
|
905
905
|
## [0.2.4] - 2026-05-04
|
|
906
906
|
|
|
907
|
-
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
907
|
+
**8-package lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.3 → 0.2.4 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` dep ranges remain at `^0.2.0` (covers 0.2.4 under semver — patch-cut asymmetry).
|
|
908
908
|
|
|
909
909
|
This is a **patch cut on top of v0.2.3, no BREAKING changes.** Substantive content lives in `web-components` (Tier 4 trait library lift, 11 new traits + 2 architectural rewrites, plus accumulated bug fixes); `a2ui-corpus` ships a catalog regen for the new `<demo-toggle-ui>` primitive. Six packages ride along at version + dep-range bump.
|
|
910
910
|
|
|
@@ -924,7 +924,7 @@ _Nothing yet._
|
|
|
924
924
|
|
|
925
925
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump
|
|
926
926
|
0.2.2 → 0.2.3 per
|
|
927
|
-
[`.claude/docs/specs/package-architecture.md` § 15](
|
|
927
|
+
[`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
928
928
|
Patch cut — no breaking changes.
|
|
929
929
|
|
|
930
930
|
### Changed
|
|
@@ -936,7 +936,7 @@ Patch cut — no breaking changes.
|
|
|
936
936
|
`@adia-ai/a2ui-validator` source is byte-identical to `0.2.2`. The cut bumps version only.
|
|
937
937
|
## [0.2.2] - 2026-05-02
|
|
938
938
|
|
|
939
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
939
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.1 → 0.2.2 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
940
940
|
|
|
941
941
|
### Changed
|
|
942
942
|
|
|
@@ -949,7 +949,7 @@ Patch cut — no breaking changes.
|
|
|
949
949
|
---
|
|
950
950
|
## [0.2.1] - 2026-05-02
|
|
951
951
|
|
|
952
|
-
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`.claude/docs/specs/package-architecture.md` § 15](
|
|
952
|
+
**Lockstep cut.** All 8 published `@adia-ai/*` packages bump 0.2.0 → 0.2.1 per [`.claude/docs/specs/package-architecture.md` § 15](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy). Patch cut — no breaking changes.
|
|
953
953
|
|
|
954
954
|
### Changed
|
|
955
955
|
|
|
@@ -964,7 +964,7 @@ Patch cut — no breaking changes.
|
|
|
964
964
|
|
|
965
965
|
**Lockstep cut.** All 8 published `@adia-ai/*` packages now share one
|
|
966
966
|
version, governed by [`.claude/docs/specs/package-architecture.md` § 15
|
|
967
|
-
(Versioning Policy)](
|
|
967
|
+
(Versioning Policy)](../../../../.claude/docs/specs/package-architecture.md#15-versioning-policy).
|
|
968
968
|
|
|
969
969
|
### Changed
|
|
970
970
|
|
|
@@ -981,7 +981,7 @@ bumps version + the internal dep range only.
|
|
|
981
981
|
## [0.0.1] - 2026-04-24
|
|
982
982
|
|
|
983
983
|
First public release. Extracted from
|
|
984
|
-
[`@adia-ai/a2ui-compose`](../../
|
|
984
|
+
[`@adia-ai/a2ui-compose`](../../engine/compose/) during the 2026-04-24
|
|
985
985
|
consolidation.
|
|
986
986
|
|
|
987
987
|
### Included
|
package/validate/README.md
CHANGED
|
@@ -11,7 +11,7 @@ JSON Schema structural validation for A2UI (Agent-to-UI) protocol messages —
|
|
|
11
11
|
shape, types, required fields, and wiring/registry coherence. Its only import
|
|
12
12
|
is this package's own registry, which is what lets `@adia-ai/a2ui` ship with
|
|
13
13
|
zero dependencies. Originally extracted from
|
|
14
|
-
[`@adia-ai/a2ui-compose`](../../
|
|
14
|
+
[`@adia-ai/a2ui-compose`](../../engine/compose/) so non-compose tooling
|
|
15
15
|
(tests, MCP validator tools, CI gates) could depend on validation without
|
|
16
16
|
pulling the full generator graph.
|
|
17
17
|
|
|
@@ -53,19 +53,24 @@ const result = validateAgainstCatalog(messages, catalog);
|
|
|
53
53
|
|
|
54
54
|
## Catalog loading + degradation (gh#742, gh#748)
|
|
55
55
|
|
|
56
|
+
> ⚠️ The catalog validator itself lives in `@adia-ai/gen-ui`
|
|
57
|
+
> (`./validate/catalog`) — this section describes its load chain because the
|
|
58
|
+
> catalog it loads now ships from THIS package (`@adia-ai/a2ui/catalog`,
|
|
59
|
+
> ADR-0050).
|
|
60
|
+
|
|
56
61
|
The catalog validator needs the v0.9 component catalog. **First try is the bare
|
|
57
|
-
specifier `@adia-ai/a2ui
|
|
58
|
-
`catalog-a2ui_0_9.json`, and
|
|
59
|
-
plain `npm i
|
|
62
|
+
specifier `@adia-ai/a2ui/catalog`** — that subpath IS
|
|
63
|
+
`catalog-a2ui_0_9.json`, and `@adia-ai/a2ui` is a declared dependency of
|
|
64
|
+
`@adia-ai/gen-ui`, so a plain `npm i` resolves it with no repo layout,
|
|
60
65
|
no static asset server and no bundler config (gh#748: before this, every
|
|
61
|
-
tarball consumer validated in degraded mode, because all
|
|
62
|
-
resolve
|
|
66
|
+
tarball consumer validated in degraded mode, because all the fallbacks below
|
|
67
|
+
resolve relative to the module and only work through workspace
|
|
63
68
|
symlinks). On Node, a `createRequire(...).resolve()` + `fs.readFile` retry
|
|
64
69
|
covers runtimes that reject JSON import attributes (`source: 'package-fs'`).
|
|
65
70
|
|
|
66
71
|
The relative-path chain stays as the in-repo / browser fallback. Node reads it
|
|
67
72
|
from disk; the browser **fetches** it module-relative
|
|
68
|
-
(`fetch(new URL('
|
|
73
|
+
(`fetch(new URL('../../a2ui/catalog/catalog-a2ui_0_9.json', import.meta.url))`) — the
|
|
69
74
|
same idiom as `retrieval/catalog.js` and `compose/strategies/monolithic/_shared.js`.
|
|
70
75
|
A spec-correct `import(..., { with: { type: 'json' } })` cannot be the primary
|
|
71
76
|
path: Vite's dev server serves JSON as `text/javascript` and the browser's
|
|
@@ -129,7 +134,7 @@ score) and sum to 13: `wiringControllersExist` (3), `wiringHostsExist`
|
|
|
129
134
|
`dominantPattern` (0.5 weight) + `requiredCapabilities` (0.35) +
|
|
130
135
|
`forbiddenNoise` (0.15). Combined-gating opt-in via
|
|
131
136
|
`--gate-mode combined` to the eval harness.
|
|
132
|
-
- **Phases 3–5** — planned per [`semantic-validator.md`](
|
|
137
|
+
- **Phases 3–5** — planned per [`semantic-validator.md`](../../../../.claude/docs/specs/semantic-validator.md):
|
|
133
138
|
rubric expansion, persisted per-intent thresholds, and judge
|
|
134
139
|
ensembling.
|
|
135
140
|
|
|
@@ -140,7 +145,7 @@ score) and sum to 13: `wiringControllersExist` (3), `wiringHostsExist`
|
|
|
140
145
|
|
|
141
146
|
## Related
|
|
142
147
|
|
|
143
|
-
- Spec: [`.claude/docs/specs/semantic-validator.md`](
|
|
148
|
+
- Spec: [`.claude/docs/specs/semantic-validator.md`](../../../../.claude/docs/specs/semantic-validator.md) — canonical design narrative
|
|
144
149
|
- Audit: `.claude/docs/reports/audit-validator-2026-05-06.md` — 226-line deep-dive with check-by-check rationale + recalibration notes
|
|
145
150
|
- Repo: [`adiahealth/gen-ui-kit`](https://github.com/adiahealth/gen-ui-kit)
|
|
146
151
|
- CHANGELOG: [`CHANGELOG.md`](./CHANGELOG.md)
|