System configuration and topology — structural connections
Client/server component placement and RouteMesh/ClientServer connections (Store/evidence in the resource table)
Guided views
Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Semantic radar needs more MAP space.
Channel names (verbatim)
• Solid RouteMesh edges are for object routing — on the courier side `deliverydispatch.courier` (D/CS → CourierActorNode 1/2), on the customer side `deliverydispatch.customer` (Tracking → CustomerGateway).
• Dashed ClientServer edges are independent, directed channels — `deliverydispatch.dispatch` (Dispatch → CourierActorNode 1/2), `deliverydispatch.tracking` (Dispatch → Tracking). Dispatch connects to each CourierActorNode over two channels: courier RouteMesh and dispatch ClientServer.
• The source connections are undirected `---` structural links (arrowheads are a rendering constraint, not a claim of direction).
Roles and boundaries
• Dispatch provides the HTTP edge and the dispatch worker. CourierSession/CustomerGateway receive STREAMs and bind the current session to each Actor. CourierActorNode 1/2 are eligible object servers offering the same Actor type and Entry Spot (green). Tracking records status events and sends them to the Customer Actor.
• The number of servers and the actor owner are not fixed by Application configuration. The Location Store provides current authority and the Framework selects the target.