chain-studio/lib
flemming-it 3237c4415a
Some checks failed
Security / Security check (push) Failing after 2s
feat(doctor): per-source-kind capability breakdown line
Studio's Doctor page _ModulesPanel now shows the source
breakdown directly under the module/capability count:

  Modules: 6 loaded, 10 capabilities
  6 bundle · 3 mcp · 1 system

Reads `CapabilityEntry.sourceKind` (Phase D wire field).
Pre-0.12 hubs return empty sourceKind; the breakdown panel
falls back to grouping by the legacy `kind` string so older
deployments still see a useful count.

Two data-layer additions:
  - `DoctorSnapshot.capabilitiesBySource: Map<String, int>`
  - `_sourceBreakdown(Map<String, int>) -> String` renders
    the line in deterministic alphabetical order.

dart analyze + flutter test green (11 integration tests).

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-28 14:41:15 +02:00
..
data feat(doctor): per-source-kind capability breakdown line 2026-05-28 14:41:15 +02:00
l10n feat(studio): temporal source bucket + provenance pill on store grid 2026-05-28 14:15:39 +02:00
pages feat(doctor): per-source-kind capability breakdown line 2026-05-28 14:41:15 +02:00
theme feat(studio): surface provider + sourceKind + versionAdvisory on CapabilityInfo 2026-05-28 10:54:48 +02:00
widgets chore(studio): switch to fai_client_sdk (renamed from fai_dart_sdk) 2026-05-26 13:46:32 +02:00
main.dart feat(studio): theme-plugin picker + translate-hook wrapper 2026-05-25 23:02:21 +02:00