Feature: Routing Adapter, Dynamic Router, and Message Router Integration As a developer I want the RoutingAdapter, DynamicRouter, and MessageRouter to parse commands, route messages, and resolve dynamic routes So that routing commands are parsed correctly and messages reach their intended targets Scenario: All RoutingAdapter code paths execute correctly Given a fresh integration test context When I exercise all routing_adapter parse_routing_command code paths Then all routing_adapter paths should execute correctly Scenario: All DynamicRouterNode code paths execute correctly Given a fresh integration test context When I exercise all DynamicRouterNode execute code paths Then all DynamicRouterNode paths should execute correctly Scenario: All MessageRouter code paths execute correctly Given a fresh integration test context When I exercise all MessageRouter code paths Then all MessageRouter paths should execute correctly