This commit is contained in:
lda
2026-05-16 18:11:10 +07:00 Verified
parent 7dcfad92c1
commit cfca2547d5
7 changed files with 74 additions and 0 deletions
+17
View File
@@ -246,3 +246,20 @@ names.
The implementation should avoid having broker mode and transparent proxy mode
define separate copies of the same admin/control capabilities.
## Current Inventory Surfaces
Two source listings now exist on purpose:
- `list_spec_sources()`
- compatibility/planner view
- only returns enabled planner-visible sources with node specs
- `list_sources()`
- full capability-source inventory
- returns every source plus visibility, permissions, counts, and the names
owned in each capability bucket
The broader `list_sources()` view is the one humans and LLM authoring clients
should use when deciding what exists. The narrower `list_spec_sources()` view is
still useful when the question is only "what can the planner currently place in
a graph?"