@adia-ai/adia-ui-forge 0.8.59 → 0.8.60

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-ui-kit-forge",
3
- "version": "0.8.59",
3
+ "version": "0.8.60",
4
4
  "description": "Maintain the adia-ui (@adia-ai) framework itself \u2014 author primitives and shells, run the A2UI generation pipeline and its corpus, review gen-UI quality, sweep QA, cut releases, deploy. The maintainer counterpart to adia-ui-kit-factory (the consumer/app-author plugin).",
5
5
  "author": {
6
6
  "name": "Kim",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-ui-kit-forge",
3
- "version": "0.8.59",
3
+ "version": "0.8.60",
4
4
  "description": "Maintain the adia-ui (@adia-ai) framework itself — author primitives and shells, run the A2UI generation pipeline and its corpus, review gen-UI quality, sweep QA, cut releases, deploy. The maintainer counterpart to adia-ui-kit-factory (the consumer/app-author plugin).",
5
5
  "author": {
6
6
  "name": "Kim",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog — adia-ui-kit-forge
2
2
 
3
+ ## [0.8.60] — 2026-09-06
4
+
5
+ ### Changed
6
+
7
+ - chore: gen-ui-review's decompose script now imports its overflow/clip predicate from a build-vendored copy of apps/genui/app/_shared/overflow-detect.js instead of a hand-kept inline copy that had drifted (missing the layout-overflow and svg-exclusion checks), closing the drift gap gh#3577 left open (gh#3616) (#3666)
8
+
9
+ ### Fixed
10
+
11
+ - fix: gen-ui-review's vendored gen-review-decompose.mjs copy matches gallery prompts by their real label instead of a slug-derived guess, fixing false RENDER_FAILURE reports on any prompt whose label isn't the mechanical title-case of its slug (gh#3249) (#3286)
12
+ - fix: release-pack.mjs allowlists icons-cdn.js, builds llm/agent/persona before gate 4, rebuilds dist bundles post-bump, and polls publishes with E409-aware retry + a Step 10 resume flag that now hard-verifies the release tags exist and point at HEAD before jumping (gh#3342); Step 5's PINNED_REFS-covered allowlist entries now derive straight from bump.mjs's own tables instead of being hand-duplicated, closing that drift class structurally (gh#3361) (#3364)
13
+ - fix: vendored lint-rule bank mirror no longer emits an em dash (gh#3834) (#3878)
14
+
15
+ ### Docs
16
+
17
+ - docs: document `allowedChildrenBySlot` in the yaml contract (gh#3308) (#3314)
18
+ - docs: document allowedParents' nearest-custom-element-ancestor semantics in the yaml contract reference (gh#3310) (#3317)
19
+ - docs: update `a2ui-mcp-surface.md`'s `plan_app_state` row for the ontology-context -> app-state-context rename (gh#3385) (#3415)
20
+ - docs: document noCompositionConstraint's new schema- and build-enforced exclusion with allowedParents/allowedChildren (#3527)
21
+ - docs: a2ui-maintenance skill's pipeline-overview reference documents the strategy-level provider thinking opt-in (which call sites, their budget constants, which stay off), cross-referencing LLD-0033 (gh#3516) (#3780)
22
+ - docs: cut-procedure step 4a-pre notes the changes/gh-<issue>.md fragment form and how assembly credits it to the merging PR (gh#3638) (#3653)
23
+
24
+ ### Maintenance
25
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
26
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`) — carried by the entries above.
27
+ - **`references/` touched in this release window** (1 file(s), e.g. `contracts/a2ui-mcp-surface.md`) — carried by the entries above.
28
+ - **`scripts/` touched in this release window** (1 file(s), e.g. `scripts/lint-rules.generated.mjs`) — carried by the entries above.
29
+ - **`skills/` touched in this release window** (8 file(s), e.g. `references/pipeline-overview.md`) — carried by the entries above.
30
+
3
31
  ## [0.8.59] — 2026-09-04
4
32
 
5
33
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-forge",
3
- "version": "0.8.59",
3
+ "version": "0.8.60",
4
4
  "description": "Maintain the adia-ui (@adia-ai) framework itself — author primitives and shells, run the A2UI generation pipeline and its corpus, review gen-UI quality, sweep QA, cut releases, deploy. The maintainer counterpart to adia-factory (the consumer/app-author plugin).",
5
5
  "keywords": [
6
6
  "adia-ui",
package/plugin.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  name: "adia-ui-kit-forge"
2
- version: "0.8.59"
2
+ version: "0.8.60"
3
3
  description: "Maintain the adia-ui (@adia-ai) framework itself — author primitives and shells, run the A2UI generation pipeline and its corpus, review gen-UI quality, sweep QA, cut releases, deploy. The maintainer counterpart to adia-ui-kit-factory (the consumer/app-author plugin)."
4
4
  manifest_version: 1
@@ -31,7 +31,7 @@ frozen-unless-versioned:
31
31
  | Tool | Consumer use |
32
32
  |---|---|
33
33
  | `generate_ui`, `refine_ui` | gen-UI generation loop (gen-ui-wiring) |
34
- | `plan_app_state` | ontology-context feed for `generate_ui` (REQ-03, gh#1208) — the agent operator's (P4's) only Reasoning Ladder surface; mechanizes ~Tier 0/1 only, honestly (see the tool's own description) |
34
+ | `plan_app_state` | app-state-context feed for `generate_ui` (REQ-03, gh#1208; renamed from "ontology-context" gh#3385 so "ontology" is owned by the archetype/facet vocabulary, ADR-0112) — the agent operator's (P4's) only Reasoning Ladder surface; mechanizes ~Tier 0/1 only, honestly (see the tool's own description) |
35
35
  | `validate_schema`, `check_anti_patterns` | the trust gate on LLM-emitted A2UI (screen-composition-agent) |
36
36
  | `search_chunks`, `lookup_component`, `get_component_map`, `get_traits` | catalog literacy (screen-composition — "the MCP is the live catalog, don't memorize names") |
37
37
  | `convert_html` | migration aid (app-migration) |