Context
examples/hello_seller_adapter_guaranteed.ts:591-608 has a cascade-scenario sandbox arm that handles the storyboard runner's resolved-sandbox-account case. The proposal-mode adapter (examples/hello_seller_adapter_proposal_mode.ts) lacks the equivalent arm.
Why deferred
Investigation under #1600 found that adding the sandbox arm doesn't actually help proposal-mode storyboards in isolation — the resolved sandbox account id wouldn't match the proposal store's expectedAccountId from prior phases (proposal registered under pub_acmeoutdoor.example). The real fix is the runner-enricher bug filed separately.
This issue is probably moot once that fix lands — leaving as a placeholder in case follow-up testing surfaces a residual gap.
Acceptance
Refs
Context
examples/hello_seller_adapter_guaranteed.ts:591-608has a cascade-scenario sandbox arm that handles the storyboard runner's resolved-sandbox-account case. The proposal-mode adapter (examples/hello_seller_adapter_proposal_mode.ts) lacks the equivalent arm.Why deferred
Investigation under #1600 found that adding the sandbox arm doesn't actually help proposal-mode storyboards in isolation — the resolved sandbox account id wouldn't match the proposal store's
expectedAccountIdfrom prior phases (proposal registered underpub_acmeoutdoor.example). The real fix is the runner-enricher bug filed separately.This issue is probably moot once that fix lands — leaving as a placeholder in case follow-up testing surfaces a residual gap.
Acceptance
media_buy_seller/proposal_finalizestoryboard against the proposal-mode adapter unfiltered.create_media_buystill fails on cascade-scenario account resolution, add the sandbox arm. Otherwise close as obsolete.Refs