fix(compliance): add media_buy.governance_aware capability + gate governance_denied (#5665) [Option A]#5676
Merged
bokelley merged 1 commit intoJun 26, 2026
Conversation
…ernance_denied (adcontextprotocol#5665) Option A for adcontextprotocol#5665: add an opt-in governance_aware capability and gate the governance_denied / governance_denied_recovery storyboards on it, so sellers without outbound governance consultation grade not_applicable instead of false-failing on a GOVERNANCE_DENIED they cannot produce. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
The automated review encountered an issue (possibly reached max turns, timed out, or failed to post the final gh pr review). A human reviewer should take this PR.
This is an automated message from the Argus AI review workflow.
This was referenced Jun 26, 2026
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.
Closes #5665 via Option A (the opt-out path).
Adds a
media_buy.governance_awareboolean toget-adcp-capabilities-response.json(mirrors thesupports_proposalsshape + opt-in semantics) and gatesgovernance_denied+governance_denied_recoveryon it. Sellers that don't implement outbound governance consultation gradenot_applicableinstead of false-failing on aGOVERNANCE_DENIEDthey have no mechanism to produce — thenot_applicablepath the issue says is missing.Self-contained: schema field + two scenario gates, using the already-supported
equals:matcher. No runner change required.governance_awareis a generic, vendor-neutral field per the schema conventions.Alternative implementation (Option B — seller-local stub) is in a separate PR for comparison; we'd lean Option A since it's self-contained and actually creates the opt-out the issue asks for.