The Last Cleanup, and thats most old duplicated code removed

This commit is contained in:
lda
2026-06-03 01:03:17 +07:00 Verified
parent 5af3f4428a
commit 8101cbad5c
9 changed files with 223 additions and 10 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def observed_node_specs(
) -> dict[str, NodeSpecInventory]:
"""Project current executable specs into serializable observed contracts."""
observed: dict[str, NodeSpecInventory] = {}
for source in context.capability_sources.values():
for source in context.specs.capability_sources.values():
inventory = source.as_inventory()
observed.update(
{detail.name: detail for detail in inventory.capabilities.node_spec_details}