README.md
pyproject.toml
src/smx_leads/__init__.py
src/smx_leads/models.py
src/smx_leads/repository.py
src/smx_leads/routes_admin.py
src/smx_leads/routes_public.py
src/smx_leads/runtime.py
src/smx_leads/smxcp.py
src/smx_leads.egg-info/PKG-INFO
src/smx_leads.egg-info/SOURCES.txt
src/smx_leads.egg-info/dependency_links.txt
src/smx_leads.egg-info/requires.txt
src/smx_leads.egg-info/top_level.txt
src/smx_leads/ai/__init__.py
src/smx_leads/ai/contracts.py
src/smx_leads/ai/prompts.py
src/smx_leads/ai/repository.py
src/smx_leads/ai/service.py
src/smx_leads/core/__init__.py
src/smx_leads/core/config.py
src/smx_leads/default_assets/__init__.py
src/smx_leads/default_assets/favicon.png
src/smx_leads/default_assets/logo.png
src/smx_leads/notifications/__init__.py
src/smx_leads/notifications/emailer.py
src/smx_leads/static/smx-leads.css
src/smx_leads/templates/admin/branding.html
src/smx_leads/templates/admin/home.html
src/smx_leads/templates/admin/login.html
src/smx_leads/templates/admin/submission_detail.html
src/smx_leads/templates/admin/submissions_list.html
src/smx_leads/templates/public/lead_form.html
src/smx_leads/templates/public/thank_you.html
tests/test_admin_ai_routes.py
tests/test_admin_auth_routes.py
tests/test_admin_branding_routes.py
tests/test_admin_submissions_routes.py
tests/test_ai_insight_repository.py
tests/test_ai_service.py
tests/test_config.py
tests/test_mobile_navigation.py
tests/test_notifications.py
tests/test_package_contract_workflow.py
tests/test_public_notification_integration.py
tests/test_public_routes.py
tests/test_repository.py
tests/test_route_namespace_contract.py
tests/test_scaffold_assets_routes.py
tests/test_schema_readiness.py
tests/test_static_assets.py