D-03: document non-transactional boundaries. - Comment in platform_webhook_handler.go explaining that dialog.Process and outbox.InsertPendingBatch are not in a single transaction; 500 is returned on outbox failure for caller retry. - Package-level comment in dialog/service.go noting the lack of a unified transactional outer box and the eventually-consistent nature of storage operations.