LICENSE
README.md
pyproject.toml
src/deal_intel/__init__.py
src/deal_intel/_context.py
src/deal_intel/_env.py
src/deal_intel/atlas_vector_indexes.py
src/deal_intel/chart_ready_contracts.py
src/deal_intel/chart_ready_refresh.py
src/deal_intel/cli.py
src/deal_intel/config_doctor.py
src/deal_intel/config_profiles.py
src/deal_intel/config_writer.py
src/deal_intel/errors.py
src/deal_intel/mcp_server.py
src/deal_intel/mongo_contracts.py
src/deal_intel/mongo_doctor.py
src/deal_intel/product_context.py
src/deal_intel/profile_smoke.py
src/deal_intel/profile_smoke_matrix.py
src/deal_intel/qualification_config.py
src/deal_intel/runtime.py
src/deal_intel/tool_surfaces.py
src/deal_intel/usage.py
src/deal_intel/user_memory.py
src/deal_intel/providers/__init__.py
src/deal_intel/providers/embedding.py
src/deal_intel/providers/llm.py
src/deal_intel/reports/__init__.py
src/deal_intel/reports/atlas_charts.py
src/deal_intel/reports/csv_export.py
src/deal_intel/reports/dashboard_crosscheck.py
src/deal_intel/reports/data_export.py
src/deal_intel/reports/markdown_export.py
src/deal_intel/reports/markdown_summary.py
src/deal_intel/reports/pipeline_trend.py
src/deal_intel/reports/weekly_pipeline.py
src/deal_intel/resources/__init__.py
src/deal_intel/resources/defaults.yaml
src/deal_intel/resources/atlas/chart_ready/customer_themes.v1.json
src/deal_intel/resources/atlas/chart_ready/pipeline_trend.v1.json
src/deal_intel/resources/atlas/chart_ready/weekly_pipeline_review.v1.json
src/deal_intel/resources/atlas/charts/customer_themes.v1.json
src/deal_intel/resources/atlas/charts/pipeline_trend.v1.json
src/deal_intel/resources/atlas/charts/weekly_pipeline_review.v1.json
src/deal_intel/resources/atlas/vector_indexes/deal_summary_vector.v1.json
src/deal_intel/resources/mongo/analytics_snapshots.v1.json
src/deal_intel/resources/mongo/dashboard_customer_themes.v1.json
src/deal_intel/resources/mongo/dashboard_pipeline_trend.v1.json
src/deal_intel/resources/mongo/dashboard_weekly_pipeline.v1.json
src/deal_intel/resources/mongo/deals.v1.json
src/deal_intel/resources/mongo/delete_audit_logs.v1.json
src/deal_intel/resources/sample_datasets/__init__.py
src/deal_intel/resources/sample_datasets/weekly_pipeline_demo.v2.json
src/deal_intel/schema/__init__.py
src/deal_intel/schema/customer_theme_insights.py
src/deal_intel/schema/customer_theme_workflow.py
src/deal_intel/schema/customer_themes.py
src/deal_intel/schema/deal_gaps.py
src/deal_intel/schema/deal_review.py
src/deal_intel/schema/evidence_sources.py
src/deal_intel/schema/gap_actionability.py
src/deal_intel/schema/industry_taxonomy.py
src/deal_intel/schema/interactions.py
src/deal_intel/schema/meddpicc.py
src/deal_intel/schema/metrics.py
src/deal_intel/schema/pipeline_metrics.py
src/deal_intel/schema/pipeline_trends.py
src/deal_intel/schema/qualification.py
src/deal_intel/schema/qualification_extraction.py
src/deal_intel/schema/qualification_framework.py
src/deal_intel/schema/qualification_read.py
src/deal_intel/schema/stages.py
src/deal_intel/schema/taxonomy_audit.py
src/deal_intel/storage/__init__.py
src/deal_intel/storage/backend.py
src/deal_intel/storage/diagnostics.py
src/deal_intel/storage/identifiers.py
src/deal_intel/storage/local_personal.py
src/deal_intel/storage/local_sample.py
src/deal_intel/storage/local_sample_fixture.py
src/deal_intel/storage/mongodb.py
src/deal_intel/tools/__init__.py
src/deal_intel/tools/add_interaction.py
src/deal_intel/tools/add_meeting.py
src/deal_intel/tools/add_product_context_note.py
src/deal_intel/tools/analytics_snapshot.py
src/deal_intel/tools/analyze_deal.py
src/deal_intel/tools/archive_deal.py
src/deal_intel/tools/backfill_customer_themes.py
src/deal_intel/tools/backfill_industry_tags.py
src/deal_intel/tools/backfill_qualification.py
src/deal_intel/tools/backfill_qualification_reextract.py
src/deal_intel/tools/create_deal.py
src/deal_intel/tools/create_sample_data.py
src/deal_intel/tools/customer_theme_analysis.py
src/deal_intel/tools/deal_lifecycle.py
src/deal_intel/tools/delete_deal.py
src/deal_intel/tools/delete_sample_data.py
src/deal_intel/tools/export_data.py
src/deal_intel/tools/export_report.py
src/deal_intel/tools/get_customer_theme_breakdown.py
src/deal_intel/tools/get_customer_theme_evidence.py
src/deal_intel/tools/get_customer_themes.py
src/deal_intel/tools/get_deal.py
src/deal_intel/tools/get_deal_gaps.py
src/deal_intel/tools/get_deal_review.py
src/deal_intel/tools/get_insights.py
src/deal_intel/tools/get_metrics.py
src/deal_intel/tools/get_product_context.py
src/deal_intel/tools/get_usage.py
src/deal_intel/tools/get_user_memory.py
src/deal_intel/tools/index_product_context.py
src/deal_intel/tools/list_deals.py
src/deal_intel/tools/migrate_local_data.py
src/deal_intel/tools/qualification_snapshot.py
src/deal_intel/tools/record_user_memory.py
src/deal_intel/tools/restore_deal.py
src/deal_intel/tools/sample_data.py
src/deal_intel/tools/sample_dataset.py
src/deal_intel/tools/search_deals.py
src/deal_intel/tools/update_deal.py
src/deal_intel/tools/update_stage.py
src/deal_intel_mcp.egg-info/PKG-INFO
src/deal_intel_mcp.egg-info/SOURCES.txt
src/deal_intel_mcp.egg-info/dependency_links.txt
src/deal_intel_mcp.egg-info/entry_points.txt
src/deal_intel_mcp.egg-info/requires.txt
src/deal_intel_mcp.egg-info/top_level.txt
tests/test_add_interaction.py
tests/test_analytics_snapshots.py
tests/test_analyze_deal.py
tests/test_archived_read_paths.py
tests/test_atlas_charts.py
tests/test_atlas_vector_indexes.py
tests/test_backfill_qualification.py
tests/test_backfill_qualification_reextract.py
tests/test_bootstrapper_skeleton.py
tests/test_chart_ready_contracts.py
tests/test_chart_ready_refresh.py
tests/test_cli_atlas_charts.py
tests/test_cli_config_profiles.py
tests/test_cli_deal_review_smoke.py
tests/test_config_doctor.py
tests/test_config_profiles.py
tests/test_config_writer.py
tests/test_csv_export.py
tests/test_customer_theme_insights.py
tests/test_customer_themes.py
tests/test_dashboard_crosscheck.py
tests/test_data_quality_reporting.py
tests/test_deal_gaps.py
tests/test_deal_lifecycle.py
tests/test_deal_review.py
tests/test_env_config.py
tests/test_export_data.py
tests/test_export_report.py
tests/test_get_deal_gaps.py
tests/test_get_metrics.py
tests/test_industry_tag_backfill.py
tests/test_industry_taxonomy.py
tests/test_llm_providers.py
tests/test_local_data_cli.py
tests/test_local_data_migration.py
tests/test_local_sample_backend.py
tests/test_mcpb_manifest.py
tests/test_metric_contract.py
tests/test_mongo_contracts.py
tests/test_mongodb_indexes.py
tests/test_pipeline_metrics_summary.py
tests/test_pipeline_timing.py
tests/test_pipeline_trends.py
tests/test_product_context.py
tests/test_profile_smoke_cli.py
tests/test_profile_smoke_matrix.py
tests/test_qualification_config.py
tests/test_qualification_extraction.py
tests/test_qualification_framework.py
tests/test_qualification_framework_e2e.py
tests/test_qualification_snapshot.py
tests/test_sample_data.py
tests/test_search_deals_startup.py
tests/test_storage_backend_contract.py
tests/test_storage_backend_selection.py
tests/test_storage_diagnostics.py
tests/test_taxonomy_audit.py
tests/test_tool_surfaces.py
tests/test_update_deal.py
tests/test_update_stage.py
tests/test_usage.py
tests/test_user_memory.py
tests/test_weekly_pipeline_markdown.py
tests/test_weekly_pipeline_report.py
tests/test_zero_config_sample_fixture.py