Skip to content

Experimental staged activation for live creative revisions #6780

Description

@bokelley

Problem

The core revision contract in #6347 gives buyers immutable source identity, re-review safety, cross-seller correlation, and historical delivery attribution. It deliberately does not solve live hot-swap: a newly accepted revision follows the ordinary update lifecycle and does not keep a prior approved revision serving while review is in flight.

Some premium direct and managed-service workflows need to change legal copy or assets without either stopping delivery or minting a new creative_id that breaks the reporting join.

Proposed experimental scope

Define staged activation as a separate capability-gated extension after the core revision contract lands:

  • creative.supports_staged_updates implies creative.supports_revisions;
  • at most one active revision and one staged revision per creative;
  • the active approved revision remains the only servable revision while the staged revision is reviewed;
  • approval promotes the staged revision atomically;
  • rejection leaves the active revision unchanged;
  • sync readback and status webhooks identify both the revision reviewed and whether it is staged;
  • delivery attribution continues to report the revision that actually served.

The first release MUST be marked experimental. Revision identity remains independently implementable and does not imply staged serving orchestration.

WG decisions required

  1. Replacement/cancellation semantics when a second candidate arrives while one is staged.
  2. Promotion failure and retry behavior across review, trafficking, and serving systems.
  3. Observable status/webhook transitions and initiator/reason values.
  4. Active-package update deadlines, pause behavior, and buyer recovery actions.
  5. Whether promotion is immediate only or whether scheduled activation belongs in a later RFC.

Out of scope

  • Multiple pending revisions
  • General revision history or payload retention APIs
  • Rollback APIs
  • Scheduled activation
  • Protocol-level content diffs

Dependency

Depends on the core immutable revision identity and re-review contract from #6347. This issue owns staged activation so that #6347 can land without committing all sellers to a serving-layer state machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    claude-triagedIssue has been triaged by the Claude Code triage routine. Remove to re-triage.creativeenhancementNew feature or requestneeds-wg-reviewBlocked on a working-group decision — surface in WG meeting agendasrfcProtocol change — auto-adds to roadmap boardspec / protocol

    Type

    No type

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions