docs(proposals): when to use which proposal surface#533
Merged
Conversation
Maps adopter goals to the right surface — adcp.server.proposal (request-time helpers: AllocationBuilder, proposals_not_supported) vs adcp.decisioning.ProposalManager (multi-tenant Protocol). Salesagent migration feedback flagged the overlapping names as confusing without a picker. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…lder - Move docs/proposals/proposal-surfaces.md → docs/proposal-surfaces.md (it's an adopter how-to, not an RFC; the proposals/ dir holds design documents). - Add ProposalBuilder as the entry-point inline helper; demote AllocationBuilder to "what add_allocation hands back" (the higher-level builder was missing from the original). - Reframe the decision rule so single-tenant + mock-backed proposals isn't accidentally framed as "never use ProposalManager." - Point at adcontextprotocol/adcp for the bin/adcp.js mock-server. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 #517.
Summary
Adds
docs/proposals/proposal-surfaces.md— a one-page picker that maps adopter goals to the right surface:adcp.server.proposal— request-time helpers (AllocationBuilder,proposals_not_supported())adcp.decisioning.ProposalManager— Protocol for the per-tenant proposal-side platformWhy
Salesagent migration feedback flagged the overlapping names without a one-page picker. The doc is structured as a "if you want to do X, reach for Y" table plus a quick decision rule for the common cases.
Test plan
AllocationBuilder,proposals_not_supported,ProposalManager,MockProposalManager,ProposalCapabilities) exist in codeexamples/hello_proposal_manager.pyis the canonical multi-platform composition example🤖 Generated with Claude Code