Skip to content

docs: Add ARTF and Prebid.org to protocol landscape#797

Merged
bokelley merged 1 commit into
mainfrom
bokelley/protocol-comparison
Jan 16, 2026
Merged

docs: Add ARTF and Prebid.org to protocol landscape#797
bokelley merged 1 commit into
mainfrom
bokelley/protocol-comparison

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

  • Adds ARTF (Agentic RTB Framework) to the Agentic Protocol Landscape perspectives content under IAB Tech Lab standards
  • Adds Prebid.org section with key projects (Prebid.js, Prebid Server, Prebid Mobile)
  • Adds comparison table showing how standards relate at different layers (Agent Communication, Transaction Protocol, Platform Infrastructure, Bidding Protocol, Header Bidding)
  • Clarifies that OpenRTB is specifically for programmatic systems
  • Adds links to ARTF spec and Prebid.org in Get Involved section

Changes

  • server/src/db/migrations/019_seed_perspectives.sql - Updated seed for new deployments
  • server/src/db/migrations/174_update_protocol_landscape_artf.sql - New migration for existing deployments

Test plan

  • Migration applies without errors
  • Content renders correctly at /perspectives/agentic-protocol-landscape
  • Tags include ARTF, IAB, Prebid

🤖 Generated with Claude Code

Updates the Agentic Protocol Landscape perspectives content to include:
- ARTF (Agentic RTB Framework) in IAB Tech Lab standards
- Prebid.org section with key projects
- Comparison table showing how standards relate at different layers
- Links to ARTF spec and Prebid.org in Get Involved section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bokelley bokelley merged commit 7375df5 into main Jan 16, 2026
6 checks passed
bokelley added a commit that referenced this pull request Jan 20, 2026
Updates the Agentic Protocol Landscape perspectives content to include:
- ARTF (Agentic RTB Framework) in IAB Tech Lab standards
- Prebid.org section with key projects
- Comparison table showing how standards relate at different layers
- Links to ARTF spec and Prebid.org in Get Involved section

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
bokelley added a commit that referenced this pull request Apr 22, 2026
…t#789

The upstream fix landed (PR #789, closing #780) — issue #797 was a duplicate
and is now closed. Update the storyboard YAML, schema doc, and changeset to
reference the merged PR so the removal trigger is "@adcp/client release that
ships #789" instead of an open issue.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bokelley added a commit that referenced this pull request Apr 22, 2026
closes #2848) (#2885)

* fix(storyboards): inject format_ids[0] via context_inputs in list_formats_integrity (closes #2848)

The @adcp/client (≤5.11) list_creative_formats request builder returns {}
and the runner only forwards envelope fields from sample_request. The
storyboard's `format_ids: ["$context.product_format_id"]` therefore never
reached the wire and the seller answered with its full unfiltered catalog,
making the round-trip assertion fail by coincidence rather than because
the seller substituted formats. Use the runner's context_inputs (applied
after the builder) to inject the captured {agent_url, id} object at
format_ids[0]; document context_inputs in the storyboard schema as a
temporary bridge tied to adcontextprotocol/adcp-client#797.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs(storyboards): point context_inputs comments at merged adcp-client#789

The upstream fix landed (PR #789, closing #780) — issue #797 was a duplicate
and is now closed. Update the storyboard YAML, schema doc, and changeset to
reference the merged PR so the removal trigger is "@adcp/client release that
ships #789" instead of an open issue.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs(storyboards): tighten context_inputs framing per expert review

Address docs-expert feedback on #2885:
- Lead the context_inputs field doc with the prohibition ("do NOT use
  unless …") instead of the preference, and name the observable symptom
  (unfiltered agent response) an author can diagnose from.
- Add an inline YAML snippet in the schema doc so authors don't have to
  navigate to the media-buy worked example to see the shape.
- Call out that context_inputs silently no-ops on a missing key (distinct
  from $context.<name>'s loud unresolved_substitution), so the default
  path has better failure modes.
- Acknowledge dependency-aware multi-instance dispatch as a legitimate
  non-workaround use so the framing isn't "escape hatch only."
- State type-preservation behavior explicitly.
- Cross-reference from the sample_request field definition and the
  substitution-syntax section so authors land on context_inputs instead
  of scrolling past the field definitions.
- Pin the inline comment to the currently-published @adcp/client 5.10.0
  (not 5.11, which is unreleased) so the version claim doesn't drift
  when 5.11 ships.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant