The retrieval path gained an explicit routing layer. The codebase now contains selectable retrieval methods rather than a single hidden path.
The important change is inspectability. Routing can produce diagnostics about method choice, bypass behavior, and whether a query should stay simple or use a more complex path. That makes later debugging possible without guessing what the runtime did.


