@adia-ai/adia-ui-forge 0.8.9 → 0.8.11

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,34 +1,119 @@
1
1
  {
2
- "positives": [
3
- "why does text-ui render empty when we server-render it with Astro",
4
- "our SSR pass crashes on attachInternals not being a function",
5
- "does select-ui work under linkedom",
6
- "admin-sidebar snaps collapsed on every server-rendered page load",
7
- "is gh#284 fixed yet, can we drop the attribute-only SSR registration restriction",
8
- "how do we test that a new ResizeObserver guard actually works without installing linkedom",
9
- "new ResizeObserver() throws under our DOM-shim SSR environment",
10
- "table-ui and chart-ui always render empty in our server-rendered HTML even though the data is set",
11
- "what's the actual root cause of the SSR content-loss bug, container CEs losing their nested children",
12
- "can our app finally delete the 110-line browser-API shim now that 0.8.5 is out",
13
- "is it safe to call getBoundingClientRect() synchronously in connectedCallback",
14
- "document.adoptedStyleSheets is undefined and our component library crashes on import"
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "name": "adia-ssr routing accuracy corpus",
4
+ "version": "2.1.0",
5
+ "purpose": "Routing-eval corpus for adia-ssr. Each phrase declares the skill (expected), a forbidden skill (expected_not, for phrases the source data only ever asserted as \"not this skill\"), or neither. Scored by scripts/skills/run-skill-evals.mjs (TF-IDF token overlap over per-skill description+triggers).",
6
+ "scoring_notes": "Heuristic signal, not ground truth. Treat misroutes as a prompt to tighten the skill description, never as a reason to keyword-stuff it. Real harness routing is LLM-driven.",
7
+ "scope": "adia-ssr routing \u2014 does this phrase activate adia-ssr?",
8
+ "phrases": [
9
+ {
10
+ "id": "adia-ssr-pos-01",
11
+ "phrase": "why does text-ui render empty when we server-render it with Astro",
12
+ "expected": "adia-ssr"
13
+ },
14
+ {
15
+ "id": "adia-ssr-pos-02",
16
+ "phrase": "our SSR pass crashes on attachInternals not being a function",
17
+ "expected": "adia-ssr"
18
+ },
19
+ {
20
+ "id": "adia-ssr-pos-03",
21
+ "phrase": "does select-ui work under linkedom",
22
+ "expected": "adia-ssr"
23
+ },
24
+ {
25
+ "id": "adia-ssr-pos-04",
26
+ "phrase": "admin-sidebar snaps collapsed on every server-rendered page load",
27
+ "expected": "adia-ssr"
28
+ },
29
+ {
30
+ "id": "adia-ssr-pos-05",
31
+ "phrase": "is gh#284 fixed yet, can we drop the attribute-only SSR registration restriction",
32
+ "expected": "adia-ssr"
33
+ },
34
+ {
35
+ "id": "adia-ssr-pos-06",
36
+ "phrase": "how do we test that a new ResizeObserver guard actually works without installing linkedom",
37
+ "expected": "adia-ssr"
38
+ },
39
+ {
40
+ "id": "adia-ssr-pos-07",
41
+ "phrase": "new ResizeObserver() throws under our DOM-shim SSR environment",
42
+ "expected": "adia-ssr"
43
+ },
44
+ {
45
+ "id": "adia-ssr-pos-08",
46
+ "phrase": "table-ui and chart-ui always render empty in our server-rendered HTML even though the data is set",
47
+ "expected": "adia-ssr"
48
+ },
49
+ {
50
+ "id": "adia-ssr-pos-09",
51
+ "phrase": "what's the actual root cause of the SSR content-loss bug, container CEs losing their nested children",
52
+ "expected": "adia-ssr"
53
+ },
54
+ {
55
+ "id": "adia-ssr-pos-10",
56
+ "phrase": "can our app finally delete the 110-line browser-API shim now that 0.8.5 is out",
57
+ "expected": "adia-ssr"
58
+ },
59
+ {
60
+ "id": "adia-ssr-pos-11",
61
+ "phrase": "is it safe to call getBoundingClientRect() synchronously in connectedCallback",
62
+ "expected": "adia-ssr"
63
+ },
64
+ {
65
+ "id": "adia-ssr-pos-12",
66
+ "phrase": "document.adoptedStyleSheets is undefined and our component library crashes on import",
67
+ "expected": "adia-ssr"
68
+ },
69
+ {
70
+ "id": "adia-ssr-neg-01",
71
+ "phrase": "add hydration-aware stamping so connectedCallback stops overwriting existing children",
72
+ "expected_not": "adia-ssr"
73
+ },
74
+ {
75
+ "id": "adia-ssr-neg-02",
76
+ "phrase": "set up Astro's rendering mode and hydration boundaries for our admin app",
77
+ "expected_not": "adia-ssr"
78
+ },
79
+ {
80
+ "id": "adia-ssr-neg-03",
81
+ "phrase": "explain how custom element hydration works in general, independent of any specific framework",
82
+ "expected_not": "adia-ssr"
83
+ },
84
+ {
85
+ "id": "adia-ssr-neg-04",
86
+ "phrase": "the icon registry comes back empty because of a workspace-hoisting import.meta.glob path bug",
87
+ "expected_not": "adia-ssr"
88
+ },
89
+ {
90
+ "id": "adia-ssr-neg-05",
91
+ "phrase": "wire up the a2ui generation pipeline to run inside a server-rendered page",
92
+ "expected_not": "adia-ssr"
93
+ },
94
+ {
95
+ "id": "adia-ssr-neg-06",
96
+ "phrase": "add a new primitive to the component catalog",
97
+ "expected_not": "adia-ssr"
98
+ },
99
+ {
100
+ "id": "adia-ssr-neg-07",
101
+ "phrase": "compose the billing settings screen from the catalog",
102
+ "expected_not": "adia-ssr"
103
+ },
104
+ {
105
+ "id": "adia-ssr-neg-08",
106
+ "phrase": "deploy the latest build to ui-kit.exe.xyz",
107
+ "expected": "adia-deploy"
108
+ }
15
109
  ],
16
- "negatives": [
17
- "add hydration-aware stamping so connectedCallback stops overwriting existing children",
18
- "set up Astro's rendering mode and hydration boundaries for our admin app",
19
- "explain how custom element hydration works in general, independent of any specific framework",
20
- "the icon registry comes back empty because of a workspace-hoisting import.meta.glob path bug",
21
- "wire up the a2ui generation pipeline to run inside a server-rendered page",
22
- "add a new primitive to the component catalog",
23
- "compose the billing settings screen from the catalog",
24
- "deploy the latest build to ui-kit.exe.xyz"
25
- ],
26
- "_measured": {
110
+ "_measured_historical": {
27
111
  "as_of": "2026-07-18",
28
112
  "scorer": "routing_eval.py (nonoun-plugins/forge)",
29
113
  "f1": 0.957,
30
114
  "precision": 1.0,
31
115
  "recall": 0.917,
32
- "exit_code": 0
116
+ "exit_code": 0,
117
+ "note": "measured by the external routing_eval.py (nonoun-plugins/forge) against the pre-conversion positives/negatives shape; historical record only, not regenerated by run-skill-evals.mjs."
33
118
  }
34
119
  }