@adia-ai/adia-ui-forge 0.8.63 → 0.8.64
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/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/CHANGELOG.md +17 -0
- package/__init__.py +2 -2
- package/package.json +1 -1
- package/plugin.yaml +1 -1
- package/skills/component-md-authoring/SKILL.md +2 -1
- package/skills/cross-harness-compatibility-standards/SKILL.md +3 -1
- package/skills/gen-ui-review/SKILL.md +1 -1
- package/skills/gen-ui-review/evals/evals.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-ui-kit-forge",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.64",
|
|
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",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adia-ui-kit-forge",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.64",
|
|
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,22 @@
|
|
|
1
1
|
# Changelog, adia-ui-kit-forge
|
|
2
2
|
|
|
3
|
+
## [0.8.64] — 2026-09-13
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- chore: allowlist 6 verified real script/prose G8 names, per-plugin `.release-gate-g8-allow.json` (ticket 10036) (#4405)
|
|
8
|
+
- chore: de-reference the phantom `component-token-audit` citation in component-md-authoring's description (ticket 10036) (#4409)
|
|
9
|
+
|
|
10
|
+
### Docs
|
|
11
|
+
|
|
12
|
+
- docs: clarify tools/delegate_tool.py is a path inside the external Hermes Agent install, not this repo (#4411)
|
|
13
|
+
- docs: file ticket 10042 and rename the retired /gen-review name to /gen-ui-review in 3 routing surfaces; close ticket 10036 with its full disposition table (#4417)
|
|
14
|
+
|
|
15
|
+
### Maintenance
|
|
16
|
+
- **`.claude-plugin/plugin.json` version bump**: moves in lockstep with package.json (the `/plugin update` cache key).
|
|
17
|
+
- **`.codex-plugin/` touched in this release window** (1 file(s), e.g. `.codex-plugin/plugin.json`): carried by the entries above.
|
|
18
|
+
- **`skills/` touched in this release window** (4 file(s), e.g. `component-md-authoring/SKILL.md`): carried by the entries above.
|
|
19
|
+
|
|
3
20
|
## [0.8.63] — 2026-09-12
|
|
4
21
|
|
|
5
22
|
### Changed
|
package/__init__.py
CHANGED
|
@@ -14,7 +14,7 @@ def register(ctx):
|
|
|
14
14
|
ctx.register_skill(
|
|
15
15
|
name="component-md-authoring",
|
|
16
16
|
path=Path(os.path.join(_HERE, "skills", "component-md-authoring", "SKILL.md")),
|
|
17
|
-
description="Author the two judgment sections of a component's `component.md`, Screen-reader spec and Behavioral spec, and keep it PR-fresh. Use when a component's states, composed children, aria behavior, or error/empty/ loading handling changes and it already has (or should grow) a `component.md`, or when asked to \"add component.md for X\" / \"write the screen-reader spec for X\" / \"why is check:component-md-fresh warning\". NOT the yaml prop/slot/event/token contract itself (primitive-authoring owns that, this skill only owns the two authored yaml fields, `screenReader`/`behavioral`, plus the optional `intent` field); NOT gen-ui corpus/retrieval wiring (a2ui-maintenance); NOT a component's CSS token audit (
|
|
17
|
+
description="Author the two judgment sections of a component's `component.md`, Screen-reader spec and Behavioral spec, and keep it PR-fresh. Use when a component's states, composed children, aria behavior, or error/empty/ loading handling changes and it already has (or should grow) a `component.md`, or when asked to \"add component.md for X\" / \"write the screen-reader spec for X\" / \"why is check:component-md-fresh warning\". NOT the yaml prop/slot/event/token contract itself (primitive-authoring owns that, this skill only owns the two authored yaml fields, `screenReader`/`behavioral`, plus the optional `intent` field); NOT gen-ui corpus/retrieval wiring (a2ui-maintenance); NOT a component's CSS token audit (a capability referenced from adia-ui-factory's theme-audit skill, not yet a shipped skill here, ticket 10036).",
|
|
18
18
|
)
|
|
19
19
|
ctx.register_skill(
|
|
20
20
|
name="cross-harness-authoring-standards",
|
|
@@ -34,7 +34,7 @@ def register(ctx):
|
|
|
34
34
|
ctx.register_skill(
|
|
35
35
|
name="gen-ui-review",
|
|
36
36
|
path=Path(os.path.join(_HERE, "skills", "gen-ui-review", "SKILL.md")),
|
|
37
|
-
description="Closed-loop Gen UI gallery quality review, per cycle: derive ideal specs, decompose the rendered canvas, score the gap, root-cause, emit fix plans until every prompt clears the exit gate. Use for /gen-review, \"score the gallery\", \"review gen-ui outputs\". NOT for corpus fixes (a2ui-maintenance), primitive authoring (primitive-authoring), or a hand-authored demo/app-shell QA sweep (demo-audit).",
|
|
37
|
+
description="Closed-loop Gen UI gallery quality review, per cycle: derive ideal specs, decompose the rendered canvas, score the gap, root-cause, emit fix plans until every prompt clears the exit gate. Use for /gen-ui-review, \"score the gallery\", \"review gen-ui outputs\". NOT for corpus fixes (a2ui-maintenance), primitive authoring (primitive-authoring), or a hand-authored demo/app-shell QA sweep (demo-audit).",
|
|
38
38
|
)
|
|
39
39
|
ctx.register_skill(
|
|
40
40
|
name="llm-client-maintenance",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adia-ai/adia-ui-forge",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.64",
|
|
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.
|
|
2
|
+
version: "0.8.64"
|
|
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
|
|
@@ -10,7 +10,8 @@ description: >-
|
|
|
10
10
|
that, this skill only owns the two authored yaml fields,
|
|
11
11
|
`screenReader`/`behavioral`, plus the optional `intent` field); NOT gen-ui
|
|
12
12
|
corpus/retrieval wiring (a2ui-maintenance); NOT a component's CSS token
|
|
13
|
-
audit (
|
|
13
|
+
audit (a capability referenced from adia-ui-factory's theme-audit skill,
|
|
14
|
+
not yet a shipped skill here, ticket 10036).
|
|
14
15
|
disable-model-invocation: false
|
|
15
16
|
user-invocable: true
|
|
16
17
|
---
|
|
@@ -97,7 +97,9 @@ how `ui-architect`'s Pi and Hermes adapters were actually built (PR #2000):
|
|
|
97
97
|
file, took a real screenshot, and returned a clean `VerifyProof`.
|
|
98
98
|
- **Hermes** was verified sufficient by reading the installed Hermes
|
|
99
99
|
Agent's own source, `PluginContext.register_command` + `dispatch_tool`,
|
|
100
|
-
and
|
|
100
|
+
and, inside that same external Hermes Agent install (not a path in this
|
|
101
|
+
repo), `tools/delegate_tool.py`'s `delegate_task(goal, context, role, ...)`,
|
|
102
|
+
confirmed as real, current APIs before the generator surgery (Rule 3)
|
|
101
103
|
was written against them. The generated command was built behind its own
|
|
102
104
|
`--selftest` fixture (a real `py_compile` check plus a fake `delegate_task`
|
|
103
105
|
double driving the actual generated logic against the real linters)
|
|
@@ -3,7 +3,7 @@ name: gen-ui-review
|
|
|
3
3
|
description: >-
|
|
4
4
|
Closed-loop Gen UI gallery quality review, per cycle: derive ideal specs,
|
|
5
5
|
decompose the rendered canvas, score the gap, root-cause, emit fix plans
|
|
6
|
-
until every prompt clears the exit gate. Use for /gen-review, "score the
|
|
6
|
+
until every prompt clears the exit gate. Use for /gen-ui-review, "score the
|
|
7
7
|
gallery", "review gen-ui outputs". NOT for corpus fixes (a2ui-maintenance),
|
|
8
8
|
primitive authoring (primitive-authoring), or a hand-authored demo/app-shell
|
|
9
9
|
QA sweep (demo-audit).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"note": "Trigger-routing suite (gh#369). expect=trigger: the skill should fire on the prompt in a fresh session. expect=no-trigger: a near-miss owned elsewhere (owner named per case) or generic knowledge with no AdiaUI skill involved. Cases derived from evals/routing-corpus.json's phrases array (gh#355 vetted corpus) plus the SKILL.md description's own trigger/NOT-fence language.",
|
|
4
4
|
"cases": [
|
|
5
5
|
{ "id": "t01", "prompt": "Score the gen-ui gallery outputs against the rubric", "expect": "trigger" },
|
|
6
|
-
{ "id": "t02", "prompt": "Run a /gen-review cycle over the gallery", "expect": "trigger" },
|
|
6
|
+
{ "id": "t02", "prompt": "Run a /gen-ui-review cycle over the gallery", "expect": "trigger" },
|
|
7
7
|
{ "id": "t03", "prompt": "Decompose the rendered canvas and score the gap against the ideal composition", "expect": "trigger" },
|
|
8
8
|
{ "id": "t04", "prompt": "Check for overflow elements in the generated screens", "expect": "trigger" },
|
|
9
9
|
{ "id": "t05", "prompt": "Root-cause why this gen-ui prompt's render score is low", "expect": "trigger" },
|