You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ToolRouter` is the orchestrator that owns the index lifecycle, picks the ranker (#575 / #576), and exposes the two methods the rest of the system calls: `attachInitial` at task start and `search` from the `mcp_load` tool. Without it the rankers are functions with nowhere to live.
Depends on #575 and #576. Architectural enabler for #578 and #580.
Developer Notes
New `src/services/tools/ToolRouter.ts` — process-wide singleton.
Context
`ToolRouter` is the orchestrator that owns the index lifecycle, picks the ranker (#575 / #576), and exposes the two methods the rest of the system calls: `attachInitial` at task start and `search` from the `mcp_load` tool. Without it the rankers are functions with nowhere to live.
Depends on #575 and #576. Architectural enabler for #578 and #580.
Developer Notes
Acceptance Criteria