Add repo-family metadata to Fabric registry
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s

This commit is contained in:
codex 2026-07-25 18:08:57 +02:00
parent 3240b78185
commit 0ea99a73d8
15 changed files with 189 additions and 32 deletions

View file

@ -209,6 +209,11 @@ class LocalFabricRegistryConnector:
"registry_remote_url": match.get("remote_url") or "",
"registry_default_branch": match.get("default_branch") or "",
"state_hub_repo_id": match.get("state_hub_repo_id") or "",
"repo_family": match.get("repo_family") or "",
"ownership_repo": match.get("ownership_repo") or "",
"primary_rail": match.get("primary_rail") or "",
"supported_rails": match.get("supported_rails") if isinstance(match.get("supported_rails"), list) else [],
"substrate_kind": match.get("substrate_kind") or "",
"declaration_paths": match.get("declaration_paths") if isinstance(match.get("declaration_paths"), list) else [],
},
"origin": "registry",