weasel API - v0.8.0
    Preparing search index...

    Function buildRouteRegistry

    • Flatten every tool's bindings into route-registry rows.

      This was buildActionRegistry, and it walked ToolDef.initial / .engaged phase tables — the grammar that no longer exists. It was also blind to Tool.bindings the entire time the two lived side by side, which is why the inspector under-reported select by more than half. The rename fixes a second thing: it never had anything to do with the Actions Registry, and reading buildActionRegistry next to ActionsRegistry suggested otherwise.

      Parameters

      • tools: readonly Tool<unknown>[]

      Returns RegistryEntry[]