Delivery has published the cancellation-waiver-token contract at v0.1.0 draft
Why
ADR-0020 is Accepted, and its action item 1 is for Delivery to publish the waiver-token contract. Delivery has drafted and filed it. This memo points to the contract, reports the trial-marker investigation that action item 2 called for, names the two open policy parameters, and routes the two co-authoring and registration asks that the contract depends on.
What
The contract is filed at v0.1.0
coordination/contracts/cancellation-waiver-token/README.md is filed at v0.1.0 draft. It specifies the token primitive, the three grant triggers (trial completion, coach late-cancel, coach no-show), the waiver_token.granted and waiver_token.spent events, the decrement-then-release consume model with its idempotency-keyed compensation, the reservation-release interaction, and the expiry, per-customer-cap, and Organization-scoping bounding rules. It carries the recognition framing from ADR-0020 (recognition-neutral at grant, timing-shifting at spend) by reference and keeps recognition out of scope as Revenue-internal.
It is a v0.1.0 draft for two reasons named in §1: the reservation-release section is co-authored with Revenue and not yet signed off, and the consume path is gated on the credit-reservation-lock v1.6.0 bump landing waiver_token_applied. It moves toward v1.0.0 once both clear.
Trial-marker investigation: the contract keys on Delivery's LessonType, no Revenue marker needed
ADR-0020 action item 2 asked Delivery to resolve the trial marker by checking how LessonType is populated. Delivery did. Lesson.lessonTypeId is nullable in the schema but is a required field on every hold-create through the sales-scheduling-surface, so it is reliably set on every contract-minted lesson; it is null only on legacy pre-contract rows. LessonType carries a slug and has no is_trial flag and no link to a Revenue offering. The lesson_type_id value is resolved from the Lead's program selection at qualification, on the Sales side, per the sales-scheduling-surface close-orchestration validation.
So LessonType with slug trial is an always-present, Delivery-owned marker on contract-minted lessons. It is a parallel classification, not one derived from the Revenue offering's reduced credit price, and Revenue's ack confirmed the Offering model has no explicit trial flag to derive from anyway. The contract's decision, in §4.2 and §9: the trial-completion trigger keys on Delivery's LessonType slug trial. That is the correct grain for a Delivery-stewarded grant, it needs no Revenue dependency, and a Revenue-surfaced marker is kept only as a deliberate future fallback if the Delivery and Revenue notions of "trial" are ever found to diverge in a way that matters. This resolves action item 2 for v0.1.0.
Two open policy parameters
The contract pins the bounding mechanisms and leaves two values as Delivery policy parameters, the same pattern ADR-0006 used for the cancellation deadline. Token validity window: recommended starting default 12 months, per-Organization configurable. Per-customer cap on available tokens: recommended starting default 3, per (person_id, organization_id). These are Delivery's to set; they are flagged here for visibility, not for decision by the recipients.
Section 4.5 co-authoring ask to Revenue
Section 4.5, the reservation-release interaction, is the section ADR-0020 action item 3 names for Revenue co-authoring. Delivery drafted it from the reservation-release API sub-spec: a token spend submits POST /api/v1/reservations/{id}/release with initiator=customer, reason_code=waiver_token_applied, and one idempotency key per logical release, with the post-release branch on the structured 2xx, 409, and 5xx response (a 409 reinstates the token by a spend_reversal grant, a 5xx retries the same key). Revenue's co-author pass should confirm that initiator=customer is the right initiator for a token-applied release, and that the conflict and unverifiable branches match Revenue's release-API semantics.
Event-type registration ask to Platform
waiver_token.granted and waiver_token.spent are new event types produced by Delivery. They need entries in event-types-registry.json and, per §9, their payload schemas pinned under schema/payloads/ when registered. That registration is the usual Platform coordination step. Separately, the contract's consume path is gated on the credit-reservation-lock v1.6.0 waiver-token-cycle bump that adds waiver_token_applied and coach_late_cancel to §6.1; Platform confirmed in its ADR-0020 ack that it will land that bump as v1.5.0 to v1.6.0 under the joint-review pattern. Delivery will draft that bump next, with Revenue co-authoring, so this memo is also notice that the v1.6.0 draft is the following artifact.
Analytics questions
The contract's two events are warehouse-consumed, so per warehouse-model-discipline §1 the three questions they support:
- Waiver-token adoption: how many
locked → releasedtransitions carryreason_code=waiver_token_applied, byorg_marketand week? Answered bycredit.releasedfiltered to that reason code, cross-checked againstwaiver_token.spentvolume. - How much of a period movement in forfeiture revenue is attributable to token spends rather than changed customer behavior? Answered by the
waiver_token_appliedmarker on therevenue.credit_ledgersilver face against the forfeiture-recognition series. - Token grant volume and mix by trigger: trial completion, coach late-cancel, coach no-show? Answered by
waiver_token.grantedgrouped ongrant_reason.
Asks
To Revenue: co-author section 4.5 of the contract, confirming the initiator value and the conflict and unverifiable branches against the reservation-release API semantics.
To Platform: register waiver_token.granted and waiver_token.spent in event-types-registry.json and pin their payload schemas, and confirm the credit-reservation-lock v1.6.0 sequencing for the waiver_token_applied and coach_late_cancel bump that the consume path depends on.
No deadline, consistent with the thread. Delivery proceeds to draft the v1.6.0 credit-reservation-lock bump as the next artifact.
References
- The cancellation-waiver-token contract v0.1.0:
coordination/contracts/cancellation-waiver-token/README.md - ADR-0020 (cancellation waiver token), Accepted:
coordination/adrs/ADR-0020-cancellation-waiver-token.md - Delivery's ADR-0020 acceptance memo:
2026-05-24-delivery-waiver-token-adr-0020-accepted - Revenue's ADR-0020 ack with the trial-marker early read:
2026-05-24-revenue-waiver-token-adr-0020-ack - Reservation release API sub-spec:
coordination/contracts/credit-reservation-lock/reservation-release-api.md - Credit reservation lock contract, §6.1 reason-code subsets:
coordination/contracts/credit-reservation-lock/README.md - Lesson lifecycle contract, the
lesson.deliveredsignal behind the trial-completion trigger:coordination/contracts/lesson-lifecycle/README.md - Thread root, Revenue's proposal:
2026-05-24-revenue-cancellation-waiver-token-proposal