LICENSE
MANIFEST.in
README.md
pyproject.toml
src/claimidx/__init__.py
src/claimidx/__main__.py
src/claimidx/api.py
src/claimidx/cli.py
src/claimidx/config.py
src/claimidx/dense.py
src/claimidx/discovery.py
src/claimidx/fingerprint.py
src/claimidx/home.py
src/claimidx/hook.py
src/claimidx/match.py
src/claimidx/mcp_server.py
src/claimidx/models.py
src/claimidx/policy.py
src/claimidx/public.py
src/claimidx/py.typed
src/claimidx/query.py
src/claimidx/sandbox.py
src/claimidx/security.py
src/claimidx/seed_data.py
src/claimidx/store.py
src/claimidx/stripe_hook.py
src/claimidx/team.py
src/claimidx/tokens.py
src/claimidx/verify.py
src/claimidx.egg-info/PKG-INFO
src/claimidx.egg-info/SOURCES.txt
src/claimidx.egg-info/dependency_links.txt
src/claimidx.egg-info/entry_points.txt
src/claimidx.egg-info/requires.txt
src/claimidx.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_discovery.py
tests/test_fingerprint.py
tests/test_fix_gate.py
tests/test_home.py
tests/test_hook.py
tests/test_identity.py
tests/test_init.py
tests/test_ledger.py
tests/test_match.py
tests/test_platform.py
tests/test_policy.py
tests/test_public.py
tests/test_query.py
tests/test_security.py
tests/test_share.py
tests/test_store.py
tests/test_stripe_hook.py
tests/test_team.py
tests/test_verify.py