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

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.59",
3
+ "version": "0.8.61",
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.59",
3
+ "version": "0.8.61",
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.59", "gen-ui"]
5
+ "args": ["-y", "@adia-ai/mcp@0.8.61", "gen-ui"]
6
6
  }
7
7
  }
8
8
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog — adia-ui-kit-factory
2
2
 
3
+ ## [0.8.61] — 2026-09-10
4
+
5
+ ### Changed
6
+
7
+ - chore: swap `<admin-scroll>` for `<page-scroll>` in shell-authoring guidance (gh#3745) (#3826)
8
+ `references/shell-admin.md` and the Figma Make `components.md` guideline taught agents to
9
+ author `<admin-scroll>` directly; both now point at `<page-scroll>`, the module's sole
10
+ successor now that `admin-scroll` is deleted.
11
+ - chore: re-derive lint-rule bank and component-behavior-index after shader-texture-ui's `noise` variant (gh#3777) (#4235)
12
+ - chore: suppress RAW-COLOR on the theme-audit-fixtures' own seeded literal-fallback fixture, RAW-COLOR now sees it and would otherwise fail the fixture bank as a real violation (gh#3839) (#4038)
13
+
14
+ ### Fixed
15
+
16
+ - fix: vendored lint-rule bank mirror regenerated after MISSING-SCOPE's substring-loophole fix (gh#3888) (#3917)
17
+
18
+ ### Maintenance
19
+ - **`.claude-plugin/plugin.json` version bump**: moves in lockstep with package.json (the `/plugin update` cache key).
20
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`): carried by the entries above.
21
+ - **`scripts/` touched in this release window** (2 file(s), e.g. `scripts/lint-rules.generated.mjs`): carried by the entries above.
22
+ - **`skills/` touched in this release window** (2 file(s), e.g. `references/pattern-index.md`): carried by the entries above.
23
+
24
+ ## [0.8.60] — 2026-09-06
25
+
26
+ ### Added
27
+
28
+ - feature: screen-composition's "Validate anything generated" step also calls classify_archetype alongside validate_schema (ADR-0112 Decision 2, gh#3373) (#3419)
29
+ - feature: new `references/component-behavior-index.md` (generated) plus `screen-composition`/`surface-qa` consumption of it, and the new typed `fulfills`/`disambiguation` yaml fields once gh#3368's build landed (gh#3360, LLD-0022) (#3433)
30
+
31
+ ### Changed
32
+
33
+ - chore: resync vendored lint-rules.generated.mjs against the shared lint-rule bank (gh#3359) (#3365)
34
+
35
+ ### Fixed
36
+
37
+ - fix: wire REQUIRED-ATTR into lab-posture-guard.mjs's write-time hook, never blocking (gh#3221 follow-up, gh#3236) (#3311)
38
+ The write-time `PreToolUse` lab-posture hook now surfaces REQUIRED-ATTR findings
39
+ (a missing manifest-declared required attribute) as a non-blocking advisory —
40
+ `permissionDecision: "allow"` carrying `hookSpecificOutput.additionalContext` —
41
+ kept structurally separate from the four rules that still deny on any finding, per
42
+ the conductor ruling on gh#3221 that a false-positive rule must never block
43
+ authoring at the keystroke. Also fixes `adia-manifest-lite.mjs`, which never
44
+ forwarded a sidecar's `required` array onto its attr descriptors — without that
45
+ fix REQUIRED-ATTR would have wired in as a silent no-op at write time even though
46
+ it already fires correctly at check time (`npm run lint`, CI).
47
+ - fix: adia-manifest-cache.mjs's cache key always includes repoRoot, not just session_id — two runs sharing a literal session id no longer read back each other's cached manifest (gh#3316) (#3320)
48
+ - fix: vendored lint-rule bank mirror no longer emits an em dash (gh#3834) (#3878)
49
+
50
+ ### Docs
51
+
52
+ - docs: update `a2ui-mcp-surface.md`'s `plan_app_state` row for the ontology-context -> app-state-context rename (gh#3385) (#3415)
53
+ - docs: update the component-authoring reference's token example off the retired --a-ui-px alias, onto --a-ui-inset (gh#3054) (#3669)
54
+ - docs: retarget the pattern-catalog annotation for the renamed page-header route (#3759)
55
+ `annotations.yaml`'s key for `site/pages/patterns/admin-page-header.html` follows the site
56
+ page's rename to `site/pages/patterns/page-header.html` (gh#3750, ADR-0098 drain); the derived
57
+ `pattern-index.md`/`site/patterns-index.json` regenerate from it via `npm run build:patterns-index`.
58
+
59
+ ### Maintenance
60
+ - **`.claude-plugin/plugin.json` version bump** — moves in lockstep with package.json (the `/plugin update` cache key).
61
+ - **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`) — carried by the entries above.
62
+ - **`scripts/` touched in this release window** (5 file(s), e.g. `scripts/adia-manifest-cache.mjs`) — carried by the entries above.
63
+ - **`skills/` touched in this release window** (4 file(s), e.g. `references/annotations.yaml`) — carried by the entries above.
64
+
3
65
  ## [0.8.59] — 2026-09-04
4
66
 
5
67
  ### Added
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.59` (tool SoT:
166
+ `adia-gen-ui` server pinned: `@adia-ai/mcp@0.8.61` (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`,
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.59"
9
+ - "@adia-ai/mcp@0.8.61"
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.59",
3
+ "version": "0.8.61",
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.59"
2
+ version: "0.8.61"
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
@@ -37,7 +37,7 @@ Every component stylesheet is scoped to its tag and split into a zero-specificit
37
37
  --my-thing-bg: var(--a-ui-bg);
38
38
  --my-thing-fg: var(--a-ui-text);
39
39
  --my-thing-radius: var(--a-radius);
40
- --my-thing-px: var(--a-ui-px);
40
+ --my-thing-px: var(--a-ui-inset);
41
41
  }
42
42
  :scope { /* specificity (0,1,0) — base styles, consume component tokens only */
43
43
  display: flex;