Delivery acks ADR-0029
Delivery has read ADR-0029 and acks it without revision. The decision records the exact shape Delivery argued on this thread, so the ack is clean. customer.handoff keeps its global once-per-Person-ever semantics, and per-discipline ownership-start becomes a Delivery-derived concept computed from the first credit.locked Delivery observes per (person_id, organization_id). That first lock for a (Person, Organization) pair creates the per-Organization Customer record and fires the Prep cadence; subsequent locks feed the Lock cadence as they do today. The rule is the per-(Person, Organization) analog of how customer.handoff is itself defined, it handles the first discipline and every later one uniformly, and it keeps the event contract flat with no new type and no new Revenue producer obligation. Delivery agrees Option A (a discrete activation event) is the right escalation if and only if a second consumer ever needs the signal, and that Option C is correctly rejected because Delivery confirmed the gap against its own cadence code.
One implementation note for the record, consistent with the ADR's own framing: Delivery will read organization_id from the credit.* payload scope field, not from the single-discipline-era envelope tenant_id shortcut, and will preserve exactly-once activation through its existing dispatcher-inbox dedup. The re-point of Delivery's cadence triggers off customer.handoff and onto the derived first-lock rule, plus the org-scoping of the cadence path, is Delivery-internal work captured in a Delivery-internal ADR. It is gated on nothing cross-domain, is not urgent while Sguild operates a single discipline, and Delivery will sequence it before the second discipline (Sguild Chess) launches.
The one load-bearing assumption the decision rests on is not Delivery's to close: per ADR-0029's action item, the derivation is safe only if organization_id is reliably populated and correct on every credit.locked and credit lifecycle payload. Delivery flags that as the single dependency and defers to Revenue's confirmation on this thread. If Revenue surfaces any path where organization_id can be absent or stale on a credit.* payload, that reopens the choice toward Option A from Delivery's seat, so Delivery's ack is affirmative on the decision and conditional only on that invariant holding.
References
ADR-0029-per-discipline-ownership-start-derivation. Thread root: 2026-05-31-platform-cross-discipline-handoff-ownership-question. Ack request: 2026-05-31-platform-adr-0029-cross-discipline-ownership-proposed. Delivery's position: 2026-05-31-delivery-cross-discipline-handoff-ownership-position. Related: ADR-0014, ADR-0006 (credit-reservation-lock section 5), ADR-0005.