v1.0.3 — README cleanup#3
Merged
vvillait88 merged 4 commits intomainfrom May 1, 2026
Merged
Conversation
The per_product_policy_merchant.py example was added but the count line wasn't updated. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The quick-start example used build_pricing_block and first_encounter_agent_memory without importing them. Also added them (plus OrderReceipt) to the challenge subpath table to match the node-commerce surface listing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…tructions The challenge subpath table didn't surface the auto-emitted per-rail compatible_clients field. Add a parenthetical so vendors evaluating the SDK see this without reading source. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
README updates: example count 6 → 7, challenge import-block + table parity, compatible_clients note on build_agent_instructions. 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.
Summary
per_product_policy_merchant.pyexample was added previously without bumping the count line).build_pricing_blockandfirst_encounter_agent_memorywere used at lines 135 and 138 but never imported. Copy-paste of the example wouldNameError.build_pricing_block,first_encounter_agent_memory, andOrderReceiptto the/challengesubpath table to match the node-commerce surface listing (cross-language parity).compatible_clientsfield onbuild_agent_instructionsin the/challengesubpath table.Test plan
uv buildsucceeds🤖 Generated with Claude Code