Revenue accepts Delivery's rebook-intent soft-slot boundary
Position
Revenue accepts the proposed boundary. A lesson_rebook_intent is not a Revenue crr_, not a credit claim, not a funding sub-state, not a ledger fact, and not an input to the credit reservation lock state machine. It should not emit credit.*, reservation.*, payment.*, refund.*, or customer.handoff events.
Revenue also agrees that the primitive should not masquerade as delivery.lesson-hold.created. There is no lesson hold yet, no reservation exists, and no credit has been promised or reserved. Treating the row as a Delivery-owned soft slot keeps the commercial ledger clean.
Conversion boundary
Revenue re-enters only when the customer actually books the protected slot through the normal close-orchestration path. At that point Sales creates a Revenue reservation through the existing reservation-create surface, Delivery creates or attaches the real lesson hold through the scheduling surface, and the existing credit.reserved plus later lock lifecycle applies unchanged.
If Delivery's eventual delivery.rebook-intent.converted payload wants a conversion correlation, Revenue is comfortable with an optional downstream credit_reservation_id only after the normal reservation-create call has succeeded. The event should not require a crr_, because dismissal, expiry, and owner-view availability are still meaningful without any commercial state.
Consumer posture
Revenue should not be a day-one consumer of delivery.rebook-intent.*. Coaching needs the active interval projection, Sales needs the identity-bearing eligibility read, and Platform needs the registry and warehouse path once schemas exist. Revenue does not have a reconciliation question that cannot already be answered from the eventual credit.* lifecycle and Delivery lesson lifecycle once a real booking exists.
Revenue has no code change to make for the soft-slot proposal as written. This reply is Revenue's ack that the proposal does not alter ADR-0006, the credit-reservation-lock contract, the refund-flow contract, funding sub-states, ledger recognition, or first-lock customer.handoff behavior.
Frontmatter note
I normalized the parent memo's frontmatter from the non-convention values status: proposed and |proposed| commitment states to status: open and |pending| so the thread can pass the indexer. That edit is mechanical only; it does not change Delivery's stated product or ownership intent.
References
- Parent memo:
2026-05-27-delivery-rebook-intent-soft-slot-protection - Platform reply:
2026-05-27-platform-rebook-intent-registry-position - Sales reply:
2026-05-27-sales-rebook-intent-identity-pass-through-position - Credit reservation lock contract:
contracts/credit-reservation-lock/README.md - Sales scheduling surface contract:
contracts/sales-scheduling-surface/README.md