@adia-ai/adia-ui-factory 0.8.61 → 0.8.63

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-factory",
3
- "version": "0.8.61",
3
+ "version": "0.8.63",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework \u2014 orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
5
5
  "author": {
6
6
  "name": "Kim",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adia-ui-kit-factory",
3
- "version": "0.8.61",
3
+ "version": "0.8.63",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
5
5
  "author": {
6
6
  "name": "Kim",
package/.mcp.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "adia-gen-ui": {
4
4
  "command": "npx",
5
- "args": ["-y", "@adia-ai/mcp@0.8.61", "gen-ui"]
5
+ "args": ["-y", "@adia-ai/mcp@0.8.63", "gen-ui"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog — adia-ui-kit-factory
2
2
 
3
+ ## [0.8.63] — 2026-09-12
4
+
5
+ ### Changed
6
+
7
+ - chore: accept release_gate G15 (harness overlay convention mismatch) per conductor ruling, file ticket 10035 (ticket 10026) (#4403)
8
+
9
+ ### Maintenance
10
+ - **`.claude-plugin/plugin.json` version bump**: moves in lockstep with package.json (the `/plugin update` cache key).
11
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`): carried by the entries above.
12
+
13
+ ## [0.8.62] — 2026-09-10
14
+
15
+ ### Changed
16
+ - chore: .mcp.json generation-MCP pin moved to @adia-ai/mcp@0.8.62 (invariant 8); .claude-plugin, .codex-plugin, plugin.yaml, hermes-mcp.yaml manifests and the README pin stamped 0.8.62
17
+
18
+ ### Maintenance
19
+ - **Lockstep version bump only.** No source changes in this package; bumped to maintain the lockstep version coherence enforced by `scripts/release/check-lockstep.mjs`. Substantive v0.8.62 work shipped in the icon-ui premature settle-notify drain-loop fix (ticket 10015, PR #4361), the regression that blocked v0.8.61's site deploy. See `packages/web-components/CHANGELOG.md#0862--2026-09-10` for details.
20
+ - **`.claude-plugin/plugin.json` version bump**: moves in lockstep with package.json (the `/plugin update` cache key).
21
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`): carried by the entries above.
22
+
3
23
  ## [0.8.61] — 2026-09-10
4
24
 
5
25
  ### Changed
package/README.md CHANGED
@@ -163,7 +163,7 @@ attributes vs. the shipped component contracts), and `adia-theme-audit.mjs`
163
163
 
164
164
  ## MCP
165
165
 
166
- `adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.61` (tool SoT:
166
+ `adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.63` (tool SoT:
167
167
  `packages/gen-ui/mcp/TOOLS.md` — the `gen-ui` section; stability rule in
168
168
  `references/contracts/`; pin lives in `.mcp.json` — `check:plugin-count-claims`
169
169
  guards this README copy against it). The server is `adia-mcp gen-ui`,
@@ -277,6 +277,42 @@ Pi has no native MCP support at all, so a Pi session without the third-party
277
277
  `VerifyProof` — not simulated against an unverified API. No hooks/agents
278
278
  surface otherwise.
279
279
 
280
+ ## Release gate
281
+
282
+ `release_gate.py`'s G15 (harness overlay freshness) FAILs for this plugin and
283
+ is accepted, not fixed, per ticket 10035: `release_gate.py` has no config hook
284
+ (no `.claude/workflow.json` field, no per-plugin file) that G15 itself reads,
285
+ so there is no override mechanism to declare here as code, the acceptance is
286
+ recorded here as doctrine instead.
287
+
288
+ Conductor ruling, gh#3764 issuecomment-5647637558 (2026-09-12, unattended
289
+ run, authorized by issuecomment-5647495831), quoted verbatim as the ruling
290
+ record:
291
+
292
+ > Conductor ruling, 2026-09-12 (unattended run, authorization
293
+ > issuecomment-5647495831; posted here so it is citable, not only in PR
294
+ > #4403's body and the plugin READMEs).
295
+ >
296
+ > release_gate.py G15 fails for both adia-ui-forge (8 findings, ticket
297
+ > 10026) and adia-ui-factory (13 findings, ticket 10035). Verified cause:
298
+ > G15 (harness 3.19.6, release_gate.py:917-932) is a bare subprocess of
299
+ > harness_emit.py --verify (:899-950) with no allow, skip, env or config
300
+ > hook, and its overlay convention differs from this repo's own manifest
301
+ > generators (scripts/build/codex-manifests.mjs,
302
+ > scripts/build/harness-manifests.mjs), which are gated fresh by
303
+ > check:codex-manifests-fresh and check:harness-manifests-fresh. Ruling:
304
+ > this repo keeps its generators as the source of truth; G15 is declared
305
+ > ACCEPTED (not fixed) for both plugins, recorded in each plugin README's
306
+ > release-gate section; the convention mismatch is routed upstream to the
307
+ > adia-harness conductor per the 2026-09-10 routing ruling. Tickets 10026
308
+ > and 10035 stay OPEN until the upstream fix lands. Not a skip of any
309
+ > lockstep (class A) gate; those are the 36-gate roster in package-release.
310
+
311
+ Tickets: 10035 (this plugin), 10026 (adia-ui-forge, same class). Both stay
312
+ OPEN pending the upstream harness-plugin item this ruling routes the fix to,
313
+ filed by the adia-harness conductor on 2026-09-12 as adia-harness local
314
+ ticket 137.
315
+
280
316
  ## Requirements
281
317
 
282
318
  Python 3 (hook) + Node 22. Installs standalone in consumer repos (no monorepo
package/hermes-mcp.yaml CHANGED
@@ -6,5 +6,5 @@ mcp_servers:
6
6
  command: "npx"
7
7
  args:
8
8
  - "-y"
9
- - "@adia-ai/mcp@0.8.61"
9
+ - "@adia-ai/mcp@0.8.63"
10
10
  - "gen-ui"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adia-ai/adia-ui-factory",
3
- "version": "0.8.61",
3
+ "version": "0.8.63",
4
4
  "description": "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation.",
5
5
  "keywords": [
6
6
  "adia-ui",
package/plugin.yaml CHANGED
@@ -1,4 +1,4 @@
1
1
  name: "adia-ui-kit-factory"
2
- version: "0.8.61"
2
+ version: "0.8.63"
3
3
  description: "Author and verify apps built ON the adia-ui (@adia-ai) light-DOM web-component framework — orient, scaffold, compose, wire, verify, and migrate across SPA and SSR rendering modes. Wires the a2ui MCP for catalog retrieval, UI generation, and validation."
4
4
  manifest_version: 1