v0.5.0
v0.5.0
This release adds the tenant-scoped Signal fraud workflow surfaces to the Python kit.
Added
GatewayFraudClientandServiceAccountFraudSessionfor fraud signals, review queues, fraud metrics, review events, and release-gate configuration.- MCP tool coverage for fraud metrics and fraud release-gate inspection.
- Typed dataclasses for score-neutral fraud signal metadata, provider event references, intent references, and release-gate reliability fields.
Notes
- Fraud signals remain score-neutral for
score_version = 1.0. - Release-gate mode defaults to
review_only;critical_holdremains tenant-admin controlled and depends on reliable tenant metrics plus signal-family labels.
Verification
uv run --extra dev python -m pytestuv run --extra dev --with maturin ... scripts/verify_release.pypassed tests, sdist build, wheel build, and metadata checks; the wheel was smoke-installed separately into a Python 3.11 uv venv because the script's default smoke interpreter was Python 3.13 while the local wheel was CPython 3.11.