SelectorTarget: undefined | null | readonly string[] | __type | SubagentDiscoverySnapshot | SubgraphDiscoverySnapshotWhat a selector primitive can be targeted at. Callers can pass:
undefined / null — root namespace (served by the always-on
root store — no extra subscription);stream.subagents().get(...));stream.subgraphs().get(...));{ namespace: string[] };string[] escape hatch.Selectors also accept a Signal<SelectorTarget> so callers can
feed a computed(() => ...) and have the projection rebind
automatically.