The complete routing topology

dotnet run — wolverine-diagnostics describe-routing —all


For a single type you get the local handler, a routes table (destination, local vs. external,
Buffered/Durable/Inline mode, outbox enrollment, serializer, and how each route was resolved), and any
message-level attributes such as `[DeliverWithin]`.

The most useful flag is `--explain` , which walks Wolverine's route-source
chain in order and shows what each source produced and which **terminating** source short-circuited the rest:

```bash
dotnet run -- wolverine-diagnostics describe-routing CreateOrder --explain