@adia-ai/a2ui-corpus 0.3.3 → 0.3.5
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 +35 -0
- package/catalog-a2ui_0_9.json +1203 -156
- package/catalog-a2ui_0_9_rules.txt +50 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,41 @@ gap registry. Consumed by `@adia-ai/a2ui-retrieval` and
|
|
|
19
19
|
|
|
20
20
|
_No pending changes._
|
|
21
21
|
|
|
22
|
+
## [0.3.5] - 2026-05-07
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- **Component catalog regenerated** — 107 → 113 yamls (+6 from new chat-* bespoke children added in `@adia-ai/web-modules`). `catalog-a2ui_0_9.json` + `catalog-a2ui_0_9_rules.txt` regenerated by `scripts/build/components.mjs`.
|
|
27
|
+
|
|
28
|
+
- **New catalog entries** for the chat-cluster bespoke family per ADR-0023:
|
|
29
|
+
- `ChatThread` (chat-thread) — JS-bearing (scroll surface)
|
|
30
|
+
- `ChatComposer` (chat-composer) — JS-bearing (input wrapper)
|
|
31
|
+
- `ChatSidebar` (chat-sidebar) — JS-bearing (resize+collapse)
|
|
32
|
+
- `ChatHeader` / `ChatStatus` / `ChatEmpty` — CSS-only structural
|
|
33
|
+
|
|
34
|
+
The catalog is consumed by `@adia-ai/a2ui-retrieval` for protocol-vocabulary composition. Composers (zettel, chunk-zettel) now have addressable entries for chat sub-regions in protocol vocabulary.
|
|
35
|
+
|
|
36
|
+
### No source changes
|
|
37
|
+
|
|
38
|
+
Corpus chunks, fragments, compositions, and patterns are byte-identical to v0.3.4. The only change is the regenerated catalog manifest.
|
|
39
|
+
|
|
40
|
+
## [0.3.4] - 2026-05-07
|
|
41
|
+
|
|
42
|
+
### Changed
|
|
43
|
+
|
|
44
|
+
- **Component catalog regenerated** — 100 → 107 yamls (+7 from new admin-* CSS-only structural children added in `@adia-ai/web-modules`). `catalog-a2ui_0_9.json` + `catalog-a2ui_0_9_rules.txt` regenerated by `scripts/build/components.mjs`.
|
|
45
|
+
|
|
46
|
+
- **New catalog entries** for the bespoke shell-tier family per ADR-0023:
|
|
47
|
+
- `AdminSidebar` (admin-sidebar) — JS-bearing
|
|
48
|
+
- `AdminCommand` (admin-command) — JS-bearing
|
|
49
|
+
- `AdminContent` / `AdminTopbar` / `AdminStatusbar` / `AdminScroll` / `AdminPage` / `AdminPageHeader` / `AdminPageBody` — CSS-only structural
|
|
50
|
+
|
|
51
|
+
The catalog is consumed by `@adia-ai/a2ui-retrieval` for protocol-vocabulary composition. Composers (zettel, chunk-zettel) now have addressable entries for shell sub-regions instead of falling back to chunk-name retrieval.
|
|
52
|
+
|
|
53
|
+
### No source changes
|
|
54
|
+
|
|
55
|
+
Corpus chunks, fragments, compositions, and patterns are byte-identical to v0.3.3. The only change is the regenerated catalog manifest.
|
|
56
|
+
|
|
22
57
|
## [0.3.3] - 2026-05-07
|
|
23
58
|
|
|
24
59
|
**Lockstep cut.** All 9 published `@adia-ai/*` packages now share version `0.3.3`, governed by [`docs/specs/package-architecture.md` § 15](../../../docs/specs/package-architecture.md#15-versioning-policy). Internal `@adia-ai/*` ranges stay at `^0.3.0` (patch-cut asymmetry — caret floats `0.3.x`).
|