Identity verification and compliance gating (v1.5.0)#11
Merged
vvillait88 merged 10 commits intomainfrom Apr 18, 2026
Merged
Conversation
- assess/aassess accept operator_token kwarg - create_session/poll_session for verification bootstrapping - create_credential/list_credentials/revoke_credential - DecisionPolicy: scoring removed, allowed_jurisdictions added - 429 handling in _handle_response - Version bumped to 1.5.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Assess is a compliance gate. Scoring data comes from /v1/reputation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Blacksmith checkout uses cached git mirrors for faster clones. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Session creation uses first-class fields (return_url, payment_methods, product_name) - Remove metadata from session creation - Clean stale test references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Paired with core removing these from POST /v1/sessions. - Remove return_url and payment_methods params from create_session / acreate_session - Remove the now-unused PaymentMethod type - Drop corresponding tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nt_verification) NotRequired fields on AssessResponse (explanation), SessionPollResponse (next_steps, retry_after_seconds, token_ttl_seconds), and CredentialListResponse (account_verification). All additive. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replaces loose list[dict] with structured type covering rule, passed, required, actual, message, how_to_remedy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Assess endpoint returns a flat decision response (no subject/chains/score). Use require_kyc policy instead of min_score for deny testing. Co-Authored-By: Claude Opus 4.6 (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
Test plan
🤖 Generated with Claude Code