RFC: Tracker execution contracts and preview observation - #6775
Merged
Conversation
bokelley
marked this pull request as ready for review
August 23, 2026 05:22
Contributor
There was a problem hiding this comment.
Ladon verdict: Approve
Approve — single-file nonnormative RFC with no blocking or medium findings.
Checked:
- Scope: only
specs/tracker-execution-preview-observation.md(1518 additions). No changes understatic/schemas/source/**,docs/reference/**,dist/**, or task schemas — so no schema↔docs drift, oneOf regression, or artifact-immutability exposure. - Changeset: correctly absent —
specs/is outside PROTOCOL_SCOPED_PATHS (verified against scripts/check-changeset-protocol-scope.cjs), and L1522-1524 documents the rationale. - Governance: DR-0005 cited by ID and handled correctly (supersession only upon human ratification; declines to write a decision record). All changes additive and gated behind explicit ratification gates — no Breaking-class change auto-approved here.
- Naming/conventions: AdCP throughout; no AAO/ADCP/Alliance; fictional entities only.
- Coherence: wire-compat floor (L36-38) consistent with DR-0009; exactly-once model (L1281-1284) coherent with summary states (L1362-1371).
No Critical/High/Medium findings. gated_paths is false and no author-team gate applies, so despite review_decision=REVIEW_REQUIRED the PR falls through to row 9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Proposes a coherent AdCP 3.3 design for two related but distinct surfaces:
initiation, advancing RFC: Measurement capability declaration (tracking_capabilities, attribution methodologies, TMP exposure data) #6207 without a product-wide union; and
interactions, creative events, and safely intercepted outbound actions.
The RFC keeps three claims separate: a seller's production commitment, the
exact macro semantics introduced by #6767, and evidence from one controlled
preview execution. None is allowed to imply either of the others.
Key decisions proposed
not as a product-wide union.
and digests; later discovery changes do not mutate the serving contract.
possible execution paths, not permission to double-fire.
tuples rather than introducing a second macro vocabulary.
ordered trace. Consumer preview renders remain inert.
interceptedorblocked, never falsely claims delivery.observation session; ordinary serve-time substitution remains outside wire
observation.
and portable scripted scenarios are split into correctly owned follow-on
work.
Scope
This PR is the working-group RFC only. It intentionally does not add normative
schemas before the
needs-wg-reviewdecisions on #6207 are ratified. The RFCnow lists explicit ratification gates for the 3.3 version line, immutable event
registries, per-version VAST/DAAST matrices, DAAST plural acceptance, package
snapshots, authority projections, and digest preimages.
Once the shape is accepted, implementation should land as two reviewable
protocol PRs:
Integration vectors.
Validation
renderer behavior.
substitution-observer test kit.
Advances #6207; it does not close the issue or claim implementation.
Related: #3832, #6767.