pub fn register_routes(router: Router<Arc<AppState>>) -> Router<Arc<AppState>>
Register /agentmux/browser/* routes on the given axum Router. Called from ipc::start_ipc_server alongside the existing /ipc + /health routes.
/agentmux/browser/*
ipc::start_ipc_server
/ipc
/health