The property
The console emits exactly one packet and the throttle consumes exactly that packet.
Narrowness here is a specific and checkable property: there is one transfer sheet, one set of destination cells, and no path by which the throttle reads anything from the console other than the declared fields. That constraint is what makes the handoff auditable — every deployment decision can be replayed from the packet contents, because the packet is provably everything the decision had to work with. An interface with side channels cannot make that claim, and a decision that cannot be replayed cannot really be reviewed.
