Conversation
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.
Motivation
receipt.verband thatreceipt.x402.verbis legacy/commercial fallback only.metadata.proof.hash_sha256whilemetadata.receipt_idis optional compatibility metadata and not required for a successfulokverification."verb": "summarize"and avoid presentingx402as the primary contract.Description
README.md,QUICKSTART.md,EXAMPLES.md,typescript-sdk/README.md, andpython-sdk/docs/verification.mdto reflect the canonical verb and revised verification language.receipt.x402.verbas primary with text explainingreceipt.verbis canonical andreceipt.x402.verbis a legacy/commercial fallback.metadata.proof.hash_sha256, and to document thatmetadata.receipt_id, when present, is a compatibility/diagnostic check and not a hard requirement forok."verb": "summarize"to canonical receipt examples and changed the Quickstart final bullet to: "Read the verb fromreceipt.verb. Legacy/commercial payloads may exposereceipt.x402.verbas a fallback.".Testing
typescript-sdkwithnpm run typecheckand the TypeScript unit/cli tests withnpm test, and the package test suites completed successfully (unit/template/cli smoke all passed).python-sdkwithpytest -qand the Python test suite passed.npmcommands from the repository root (npm run typecheck/npm testat/workspace/sdk) failed due to a missing rootpackage.json, but package-level automated tests were executed and passed.Codex Task