All checks were successful
Build and Test / build (pull_request) Successful in 29m35s
New module kindred_sdk/registry.py wraps FreeCAD.KindredAddons so addons use a stable SDK import instead of reaching into FreeCAD internals directly. New public API: - sdk.is_addon_loaded(name) — boolean check - sdk.addon_version(name) — version string or None - sdk.loaded_addons() — list of loaded addon names in load order