|
Some checks failed
plugin-tests / test (push) Failing after 6s
Bug: panel _ingestUpdate expected payload.connections array (mock shape).
Real adwright_get_connections_status returns {meta:{...}, woo:{...}}.
Resulted in connections tab always empty + Overview KPIs sourced from
empty arrays even though backend was returning real data.
Now ingest normalises both shapes (real + mock fallback) into the
[{id, name, ok, status, detail}, ...] shape the renderer already expects.
detail field plumbed through for future Connections card expansion.
Verified via curl /api/adwright/last-panel-update?tool=adwright_get_connections_status
returns real Plan B sandbox + Woo. Panel now displays them.
Karpathy 4 rules: surfaced shape mismatch via real backend probe, smallest
shim (one ingest branch), supports both old + new shape (no regression).
|
||
|---|---|---|
| .. | ||
| adwright | ||
| bte | ||
| fonts | ||
| adwright.css | ||
| adwright.js | ||
| app.css | ||
| app.js | ||
| bte.css | ||
| bte.js | ||
| svrnty_nav.js | ||
| umbrella.css | ||
| umbrella.html | ||
| umbrella.js | ||