perf(inbound): trim dispatch and command startup imports (#52374)

* perf(inbound): trim dispatch and command startup imports

* fix(reply): restore command alias canonicalization

* style(reply): format command context

* fix(reply): restore runtime shim exports

* test(reply): mock ACP route seam

* fix(reply): repair dispatch type seams
This commit is contained in:
Vincent Koc
2026-03-22 13:19:57 -07:00
committed by GitHub
parent 3025760867
commit 5369ea53be
12 changed files with 234 additions and 131 deletions

View File

@@ -1 +1 @@
export { routeReply } from "./route-reply.js";
export { isRoutableChannel, routeReply } from "./route-reply.js";