@adia-ai/a2ui-corpus 0.6.32 → 0.6.33
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 +16 -0
- package/catalog-a2ui_0_9.json +1 -1
- package/chunk-embeddings.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog — @adia-ai/a2ui-corpus
|
|
2
2
|
|
|
3
|
+
## [0.6.33] — 2026-05-23
|
|
4
|
+
|
|
5
|
+
### Changed — `catalog-a2ui_0_9.json` regen for `<table-ui raw>` semantic expansion
|
|
6
|
+
|
|
7
|
+
- **`catalog-a2ui_0_9.json`** regenerated to absorb the expanded `<table-ui raw>` description from `table.yaml` (FB-53 §2 — raw mode is now documented as a true visual-only passthrough that short-circuits the data lifecycle). 1-line content drift in the canonical catalog (the `raw` prop description string); embeddings unchanged. Catalog is consumed by `@adia-ai/a2ui-retrieval` and the MCP pipeline. Source: `packages/web-components/components/table/table.yaml` updated in v0.6.33 web-components entry.
|
|
8
|
+
|
|
9
|
+
### Maintenance — corpus chunk + embeddings freshness re-verified
|
|
10
|
+
|
|
11
|
+
- **Harvest preamble per `adia-ui-release` skill v1.7.0 §Step 3.0**: ran `npm run harvest:chunks` + `npm run build:embeddings:chunks` proactively before pre-flight gates. Corpus content unchanged from v0.6.32 (chunks are timestamp-only re-stamped; 0 content lines diff). chunk-embeddings.json refreshed with new `captured_at` timestamp to satisfy `check:embeddings-fresh`. File: `packages/a2ui/corpus/chunk-embeddings.json` (~6.8 MB, byte-identical embeddings to v0.6.32 modulo metadata timestamp).
|
|
12
|
+
|
|
13
|
+
## [0.6.32] — 2026-05-23
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
|
|
17
|
+
- **Lockstep version bump only.** Peer's v0.6.32 absorbed the chunk + embeddings regen against the status:stable yaml sweep (recovery committed at `e864fc396` post peer's release commit `5285defa8`; see [`2026-05-23-freshness-gate-recovery-v0.6.32.md` case study](../../../.agents/skills/adia-ui-release/assets/case-studies/2026-05-23-freshness-gate-recovery-v0.6.32.md)).
|
|
18
|
+
|
|
3
19
|
## [0.6.31] — 2026-05-23
|
|
4
20
|
|
|
5
21
|
### Maintenance
|
package/catalog-a2ui_0_9.json
CHANGED
|
@@ -15685,7 +15685,7 @@
|
|
|
15685
15685
|
"default": 0
|
|
15686
15686
|
},
|
|
15687
15687
|
"raw": {
|
|
15688
|
-
"description": "
|
|
15688
|
+
"description": "Visual-only passthrough — applies `<table-ui>`'s chrome reset (background / border / border-radius all transparent) AND short-circuits the data lifecycle entirely. The consumer owns the body shape: no header injection, no row reconciliation from `.data`, no empty-state / loading overlays, no aggregation or pagination footers. Use raw when embedding `<table-ui>` inside surfaces that supply their own chrome (e.g. `<card-ui><section bleed>`), or when wrapping a consumer-authored native `<table>` for design-token styling without the framework's data semantics. Pre-v0.6.33 (FB-53 §2) `raw` was visual-only and the data lifecycle still ran — wrapping a `.data`-unset native table produced a phantom \"No data\" overlay. v0.6.33+ matches the documented contract.",
|
|
15689
15689
|
"type": "boolean",
|
|
15690
15690
|
"default": false
|
|
15691
15691
|
},
|