Some checks failed
Build and Test / build (pull_request) Has been cancelled
Add kindred_sdk.addon_diagnostics() returning per-addon load state, timing, and error info as a list of dicts. Reads name, state, load_time_ms, and error from AddonManifest via AddonRegistry. Add _print_load_summary() to addon_loader.py that prints a formatted summary table to the console after each load phase (Init.py and InitGui.py), replacing interleaved individual log lines with a consolidated view. Closes #390