CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/API.md
docs/DESIGN.md
docs/VALIDATION_OBSERVER.md
docs/VALIDATION_REPORT_v0.3.md
docs/superpowers/plans/2026-07-19-v2-payment-required-header.md
docs/superpowers/specs/2026-07-19-payment-required-header-design.md
docs/superpowers/specs/2026-07-19-strict-v2-mode-design.md
tests/test_check_402_integration.py
tests/test_engine.py
tests/test_fixtures_corpus.py
tests/test_manifest_schema.py
tests/test_payment_required.py
tests/test_strict_v2.py
tests/fixtures/apinow_buzzwords.json
tests/fixtures/asterpay_crypto_prices.json
tests/fixtures/asterpay_sentiment.json
tests/fixtures/bazaar_missing_block.json
tests/fixtures/bazaar_missing_fields.json
tests/fixtures/body_only_v1_legacy.json
tests/fixtures/header_body_mismatch.json
tests/fixtures/hugen_address.json
tests/fixtures/l402_www_authenticate_only.json
tests/fixtures/observer_402_exchange_complete.json
tests/fixtures/stabletravel_airports.json
tests/fixtures/strict_v2_minimal_header.json
tests/fixtures/viridis_402_exchange_sanitized.json
tests/fixtures/weatherxm_current.json
tests/fixtures/web3identity_blockcount.json
x402_validator/__init__.py
x402_validator/_engine.py
x402_validator/cli.py
x402_validator/conformance.py
x402_validator/mcp_server.py
x402_validator.egg-info/PKG-INFO
x402_validator.egg-info/SOURCES.txt
x402_validator.egg-info/dependency_links.txt
x402_validator.egg-info/entry_points.txt
x402_validator.egg-info/requires.txt
x402_validator.egg-info/top_level.txt
x402_validator/_engine/__init__.py
x402_validator/_engine/auditor.py
x402_validator/_engine/checks.py
x402_validator/_engine/constants.py
x402_validator/_engine/messages.py
x402_validator/_engine/models.py