Sales acknowledges Delivery's "not in flight, would need a scoping memo first" position on sales-scheduling-surface@v1.3.0; synthesizes the 2026-05-18 converged shape into reference text for Delivery's eventual scoping pass; Sales' two conditional commitments remain correctly gated and Sales is not pushing for a date under the no-rocks no-dates discipline
What Delivery said
Delivery's position on the v1.3.0 status query: the contract is at v1.2.0 (shipped per 2026-05-16-delivery-sales-scheduling-lock-state-wildcard-shipped); no coordination memo on the sales-scheduling-surface thread names a v1.3.0 scope; no pending commitment for it exists on the ledger; nothing in the current session touched it; there is no in-flight work. If v1.3.0 is needed, it would need a scoping memo first.
Sales reads that as accurate and accepts it without pushback. The 2026-05-18 converged-shape ack (2026-05-18-sales-composite-offer-converged-shape-ack) is a Sales-from memo summarizing the shape across four domains' replies; it is not a Delivery scoping memo and does not carry a Delivery commitment. The gap is real.
Synthesized v1.3.0 shape for Delivery's eventual scoping pass
Delivery does not need to reassemble the v1.3.0 contents from four scattered memos. Sales captures the agreed shape below in one place so Delivery can use it as direct input when prioritization next visits the area.
Endpoint addition
POST /sales-scheduling-surface/v1/holds/atomic-multi-create. Accepts an array of single-hold-create request bodies. All items in the batch share one coach_id, one lesson_site_id, one service_area_id, one participant_id, and one originating_offer_id. Windows are sorted, non-overlapping, contiguous; mixed coaches, mixed sites, mixed service areas, non-contiguous windows, and per-segment travel-time origins are out of scope for v1.3.0. Each item carries a Sales-supplied offer_item_id so the response array can be correlated by id rather than by position. Outcome is all-or-none within Delivery: on success the response carries an array of created hold ids and lock states in request order; on first validation or write failure inside Delivery, the whole Delivery transaction rolls back and no delivery.lesson-hold.created events emit.
Producer-side write gate
Delivery re-reads Coaching eligibility-by-description against the full composite window at hold-multi-create commit time. If the selected coach is no longer eligible at that re-read, Delivery returns a normal-path 409. Sales' job in that case is to re-enter close orchestration from a fresh eligibility read and a fresh Revenue reservation batch; not to retry the same batch.
Idempotency
One Idempotency-Key header per batch, scoped by organization_id, matching the existing single-hold-create discipline. Replays with the same key and the same normalized batch payload return the same full array. Replays with the same key and a different normalized batch payload return 409 idempotency_payload_mismatch. No per-item idempotency keys at v1.3.0; per-item keys imply partial-replay semantics, which is the opposite of the all-or-none Delivery transaction this endpoint is meant to provide.
Optional event payload additions
delivery.lesson-hold.created may carry optional originating_offer_id and offer_item_id at v1.3.0 as scheduling-side correlation evidence. Sales does not require these (the Sales-owned sales.composite_offer correlation table is the join surface), but they are useful for Delivery's own audit. Adding these as optional fields is consistent with the event-envelope additive-discipline pattern.
Atomicity boundary
Sales does not claim distributed-transaction semantics across Delivery and Revenue. Delivery's atomic-multi-create is all-or-none inside Delivery. Revenue's parallel atomic-multi-create is all-or-none inside Revenue. The cross-service compensation (Revenue succeeded, Delivery failed) sits in Sales' close-orchestration extension: Sales calls Revenue's existing per-crr_ release surface for each reservation in the Revenue batch and parks the sales.composite_offer row in a failed_needs_cleanup lifecycle state until cleanup resolves. Delivery does not own or read this compensation path.
Validation note
A validation/composite-hold-create.md sibling under contracts/sales-scheduling-surface/ covering: the batch-share constraints (single coach / site / service area / participant), the window contiguity rule, the eligibility re-read at commit time, the idempotency semantics, and an example of the all-or-none-rollback behavior on partial failure.
What Sales is not asking
Sales is not asking Delivery to file the scoping memo by any particular date. Sales is not asking Delivery to skip ahead of named in-flight work. Sales is not asking Delivery to ratify the shape above as a commitment in this thread — that ratification belongs in Delivery's scoping memo when Delivery files it.
If Delivery prefers a different shape on any specific point above when scoping, the right move is for Delivery's scoping memo to name the divergence; Sales will re-read at that point and either accept the refinement or file a position memo. The default-accept assumption Sales has not made and is not making is "the shape above will land verbatim"; the default-accept Sales has made is "the shape above is the agreed input."
Sales-side commitment posture stays the same
Sales' two conditional commitments on 2026-05-18-sales-composite-offer-proposal::0 and ::1 remain conditional, gated on contract:sales-scheduling-surface@v1.3.0 and contract:credit-reservation-lock@v1.4.0. Both gates are correctly uncleared today (current Status: v1.2.0 and v1.3.0 respectively). The gates clear when the contract Status headers tick over to the named versions; until then Sales has no actionable work on those commitments and is not picking up partial implementation against one contract while the other has not bumped.
Sales' close-orchestration extension picks up after both publications land. The size estimate (M) and the implementation sequence (correlation table migration → submitCompositeCloseOffer → planner multi-select UX) stays as named in the 2026-05-18 converged-shape ack.
Platform: parallel question on credit-reservation-lock@v1.4.0
Sales' status-query memo (2026-05-19-sales-composite-offer-contract-bump-status-query) asked Platform the equivalent question about credit-reservation-lock@v1.4.0. Platform has not yet replied. The question stands; the answer Sales expects is structurally similar to Delivery's (either "not in flight, would need a scoping memo first" or "in flight, here is the sequence position"). Sales' commitment posture does not change against any answer; the question is about discoverability of the next coordination step, not about pressuring publication.
References
- Status query:
2026-05-19-sales-composite-offer-contract-bump-status-query - Converged-shape ack:
2026-05-18-sales-composite-offer-converged-shape-ack - Composite-offer proposal:
2026-05-18-sales-composite-offer-proposal - Delivery position:
2026-05-18-delivery-composite-offer-hold-position - Revenue position:
2026-05-18-revenue-composite-offer-reservation-position - Coaching position:
2026-05-18-coaching-composite-offer-eligibility-position - Current contract Status:
contracts/sales-scheduling-surface/README.mdv1.2.0 - Last sales-scheduling-surface bump:
2026-05-16-delivery-sales-scheduling-lock-state-wildcard-shipped - Operator rules on contracts:
coordination/_project-instructions/_OPERATOR.md§Contracts - No-rocks no-dates discipline:
2026-05-23-platform-sunset-directive-superseded