LICENSE
README.md
pyproject.toml
app/__init__.py
app/cli/__init__.py
app/cli/auth_cmd.py
app/cli/codex_config.py
app/cli/config_cmd.py
app/cli/install_hooks.py
app/cli/main.py
app/cli/mcp_clean.py
app/cli/mcp_config.py
app/cli/mcp_verify.py
app/cli/onboarding.py
app/cli/project_identity.py
app/cli/relay.py
app/cli/restore.py
app/cli/system_doctor.py
app/cli/system_status.py
app/cli/updater.py
app/cli/hooks/__init__.py
app/cli/hooks/colors.py
app/cli/hooks/constants.py
app/cli/hooks/cursor_adapters.py
app/cli/hooks/diagnostics.py
app/cli/hooks/doctor.py
app/cli/hooks/hook_log.py
app/cli/hooks/installer.py
app/cli/hooks/interactive.py
app/cli/hooks/json_ops.py
app/cli/hooks/keywords.py
app/cli/hooks/netcheck.py
app/cli/hooks/render.py
app/cli/hooks/renderer.py
app/cli/hooks/status.py
app/cli/hooks/sync.py
app/cli/hooks/templates.py
app/cli/hooks/uninstaller.py
app/cli/hooks/shell/cursor-project-auto-save.sh
app/cli/hooks/shell/cursor-project-session-end.sh
app/cli/hooks/shell/cursor-project-session-start.sh
app/cli/hooks/shell/cursor-session-start.sh
app/cli/hooks/shell/cursor-stop.sh
app/cli/hooks/shell/enhanced-stop.sh
app/cli/hooks/shell/kiro-stop.sh
app/cli/hooks/shell/local-enhanced-stop.sh
app/cli/hooks/shell/local-precompact.sh
app/cli/hooks/shell/local-reflect.sh
app/cli/hooks/shell/local-session-end.sh
app/cli/hooks/shell/local-session-start.sh
app/cli/hooks/shell/local-stop.sh
app/cli/hooks/shell/local-subagent-start.sh
app/cli/hooks/shell/local-subagent-stop.sh
app/cli/hooks/shell/local-task-completed.sh
app/cli/hooks/shell/local-user-prompt-submit.sh
app/cli/hooks/shell/post-tool-use.sh
app/cli/hooks/shell/precompact.sh
app/cli/hooks/shell/reflect.sh
app/cli/hooks/shell/session-end.sh
app/cli/hooks/shell/session-start.sh
app/cli/hooks/shell/stop-decide.sh
app/cli/hooks/shell/stop.sh
app/cli/hooks/shell/subagent-start.sh
app/cli/hooks/shell/subagent-stop.sh
app/cli/hooks/shell/task-completed.sh
app/cli/hooks/shell/user-prompt-submit.sh
app/cli/prompts/__init__.py
app/cli/prompts/behaviors.py
app/cli/prompts/renderers.py
app/core/__init__.py
app/core/config.py
app/core/errors.py
app/core/notifier.py
app/core/redaction.py
app/core/runtime_config.py
app/core/version.py
app/core/auth/__init__.py
app/core/auth/models.py
app/core/auth/schemas.py
app/core/auth/service.py
app/core/auth/utils.py
app/core/database/__init__.py
app/core/database/base.py
app/core/database/connection.py
app/core/database/initializer.py
app/core/database/migrator.py
app/core/database/models.py
app/core/database/read_pool.py
app/core/database/schema_migrator.py
app/core/embeddings/__init__.py
app/core/embeddings/service.py
app/core/schemas/__init__.py
app/core/schemas/chat.py
app/core/schemas/hooks.py
app/core/schemas/optimization.py
app/core/schemas/pins.py
app/core/schemas/projects.py
app/core/schemas/relations.py
app/core/schemas/relay.py
app/core/schemas/requests.py
app/core/schemas/responses.py
app/core/schemas/sessions.py
app/core/services/__init__.py
app/core/services/alert.py
app/core/services/cache_manager.py
app/core/services/chat.py
app/core/services/chat_agent.py
app/core/services/chat_store.py
app/core/services/chat_tools.py
app/core/services/conflict_detector.py
app/core/services/context.py
app/core/services/context_optimizer.py
app/core/services/curation.py
app/core/services/embedding_manager.py
app/core/services/enrich_store.py
app/core/services/hook.py
app/core/services/importance_analyzer.py
app/core/services/llm_resolver.py
app/core/services/maintenance.py
app/core/services/memory.py
app/core/services/metrics_collector.py
app/core/services/monitoring.py
app/core/services/noise_filter.py
app/core/services/overview.py
app/core/services/pin.py
app/core/services/project.py
app/core/services/project_detector.py
app/core/services/quality_gate.py
app/core/services/query_expander.py
app/core/services/recall.py
app/core/services/reconcile.py
app/core/services/relation.py
app/core/services/relay.py
app/core/services/relay_fusion.py
app/core/services/relay_worker.py
app/core/services/reranker.py
app/core/services/score_normalizer.py
app/core/services/scoring.py
app/core/services/search.py
app/core/services/search_quality.py
app/core/services/search_warmup.py
app/core/services/session.py
app/core/services/stats.py
app/core/services/token_estimator.py
app/core/services/token_tracker.py
app/core/services/unified_search.py
app/core/storage/__init__.py
app/core/storage/api.py
app/core/storage/base.py
app/core/storage/direct.py
app/core/utils/logger.py
app/core/utils/time.py
app/core/utils/user.py
app/mcp_common/__init__.py
app/mcp_common/batch_tools.py
app/mcp_common/descriptions.py
app/mcp_common/dispatcher.py
app/mcp_common/prompt_optimizer.py
app/mcp_common/schemas.py
app/mcp_common/storage.py
app/mcp_common/token_estimator.py
app/mcp_common/tools.py
app/mcp_common/transport.py
app/mcp_integration/auto_context.py
app/mcp_stdio/__init__.py
app/mcp_stdio/__main__.py
app/mcp_stdio/server.py
app/mcp_stdio_pure/__init__.py
app/mcp_stdio_pure/__main__.py
app/mcp_stdio_pure/server.py
app/web/__init__.py
app/web/__main__.py
app/web/app.py
app/web/lifespan.py
app/web/common/__init__.py
app/web/common/dependencies.py
app/web/common/middleware.py
app/web/common/server.py
app/web/common/timezone_middleware.py
app/web/dashboard/__init__.py
app/web/dashboard/__main__.py
app/web/dashboard/app.py
app/web/dashboard/pages.py
app/web/dashboard/routes.py
app/web/dashboard/route_modules/__init__.py
app/web/dashboard/route_modules/chat.py
app/web/dashboard/route_modules/connect.py
app/web/dashboard/route_modules/curation.py
app/web/dashboard/route_modules/hooks.py
app/web/dashboard/route_modules/maintenance.py
app/web/dashboard/route_modules/memories.py
app/web/dashboard/route_modules/oauth.py
app/web/dashboard/route_modules/overview.py
app/web/dashboard/route_modules/relations.py
app/web/dashboard/route_modules/relay.py
app/web/dashboard/route_modules/search.py
app/web/dashboard/route_modules/security.py
app/web/dashboard/route_modules/settings_llm.py
app/web/dashboard/route_modules/stats.py
app/web/mcp/__init__.py
app/web/mcp/__main__.py
app/web/mcp/app.py
app/web/mcp/lifespan.py
app/web/mcp/sse.py
app/web/monitoring/__init__.py
app/web/monitoring/routes.py
app/web/oauth/__init__.py
app/web/oauth/basic_auth.py
app/web/oauth/login_routes.py
app/web/oauth/middleware.py
app/web/oauth/routes.py
app/web/oauth/setup_routes.py
app/web/rules/DEFAULT_PROMPT.md
app/web/rules/README.md
app/web/rules/index.json
app/web/rules/modules/batch.md
app/web/rules/modules/core.md
app/web/rules/modules/memory-log.md
app/web/rules/modules/pins.md
app/web/rules/modules/relations.md
app/web/rules/modules/search.md
app/web/rules/modules/security.md
app/web/static/AGENTS.md
app/web/static/test-api.js
app/web/static/test-search.html
app/web/static/css/main.css
app/web/static/css/modules/about.css
app/web/static/css/modules/base.css
app/web/static/css/modules/charts.css
app/web/static/css/modules/code.css
app/web/static/css/modules/components.css
app/web/static/css/modules/dashboard.css
app/web/static/css/modules/hero-features.css
app/web/static/css/modules/monitoring.css
app/web/static/css/modules/project-analytics.css
app/web/static/css/modules/relay.css
app/web/static/css/modules/search.css
app/web/static/css/modules/work.css
app/web/static/js/main.js
app/web/static/js/components/alert-panel.js
app/web/static/js/components/chat-widget.js
app/web/static/js/components/chroma-charts.js
app/web/static/js/components/chroma-header.js
app/web/static/js/components/chroma-search-bar.js
app/web/static/js/components/connection-status.js
app/web/static/js/components/context-timeline.js
app/web/static/js/components/dashboard-preview.js
app/web/static/js/components/feature-card.js
app/web/static/js/components/features-section.js
app/web/static/js/components/filter-panel.js
app/web/static/js/components/hero-section.js
app/web/static/js/components/memory-card.js
app/web/static/js/components/network-graph.js
app/web/static/js/components/overview-render.js
app/web/static/js/components/search-bar.js
app/web/static/js/components/searchable-combobox.js
app/web/static/js/pages/about.js
app/web/static/js/pages/analytics.js
app/web/static/js/pages/connect-page.js
app/web/static/js/pages/create-memory.js
app/web/static/js/pages/curation.js
app/web/static/js/pages/dashboard.js
app/web/static/js/pages/edit-memory.js
app/web/static/js/pages/memories.js
app/web/static/js/pages/memory-detail.js
app/web/static/js/pages/monitoring.js
app/web/static/js/pages/oauth.js
app/web/static/js/pages/onboarding.js
app/web/static/js/pages/project-analytics.js
app/web/static/js/pages/project-detail-simple.js
app/web/static/js/pages/project-detail-v2.js
app/web/static/js/pages/project-detail.js
app/web/static/js/pages/projects.js
app/web/static/js/pages/relay.js
app/web/static/js/pages/search.js
app/web/static/js/pages/security-page.js
app/web/static/js/pages/settings-page.js
app/web/static/js/pages/settings.js
app/web/static/js/pages/work.js
app/web/static/js/services/api-client.js
app/web/static/js/services/app-state.js
app/web/static/js/services/router.js
app/web/static/js/services/websocket-client.js
app/web/static/js/tests/components.test.js
app/web/static/js/tests/services.test.js
app/web/static/js/tests/test-runner.js
app/web/static/js/utils/error-handler.js
app/web/static/js/utils/keyboard-shortcuts.js
app/web/static/js/utils/theme-manager.js
app/web/static/js/utils/toast-notifications.js
app/web/static/js/utils/virtual-scroll.js
app/web/templates/index.html
app/web/websocket/__init__.py
app/web/websocket/realtime.py
mem_mesh.egg-info/PKG-INFO
mem_mesh.egg-info/SOURCES.txt
mem_mesh.egg-info/dependency_links.txt
mem_mesh.egg-info/entry_points.txt
mem_mesh.egg-info/requires.txt
mem_mesh.egg-info/top_level.txt
tests/test_alert_service.py
tests/test_api_mode.py
tests/test_auto_complete_strategy.py
tests/test_batch_mcp.py
tests/test_blue_green_migration.py
tests/test_category_filter_clause.py
tests/test_chat_agent.py
tests/test_chat_api.py
tests/test_chat_service.py
tests/test_chat_store.py
tests/test_chat_stream_api.py
tests/test_chat_tools.py
tests/test_cli_diagnostics.py
tests/test_cli_mcp_clean.py
tests/test_cli_restore.py
tests/test_conflict_detector.py
tests/test_connect_install.py
tests/test_content_quality_gate.py
tests/test_context_optimizer.py
tests/test_context_service.py
tests/test_curation.py
tests/test_database_schema_optimization.py
tests/test_db_concurrency.py
tests/test_debug_filtering.py
tests/test_embedding_analysis.py
tests/test_embedding_offload.py
tests/test_empty_query_filtering.py
tests/test_error_centralization.py
tests/test_frontend_client_badges.py
tests/test_hook_ab_comparison.py
tests/test_hook_auth.py
tests/test_hook_consistency.py
tests/test_hook_logging.py
tests/test_hook_p2_server.py
tests/test_hook_scripts.py
tests/test_hook_service.py
tests/test_hook_session_end.py
tests/test_hook_snapshots.py
tests/test_hook_url_resolution.py
tests/test_importance_analyzer.py
tests/test_install_hooks_idempotency.py
tests/test_integration_quality_conflict.py
tests/test_maintenance.py
tests/test_mcp.py
tests/test_mcp_dispatcher.py
tests/test_mcp_lifespan.py
tests/test_mcp_stdio.py
tests/test_mcp_stdio_pure.py
tests/test_mcp_tools_context_token_optimization.py
tests/test_memory_service.py
tests/test_metrics_collector.py
tests/test_metrics_integration.py
tests/test_monitoring_api.py
tests/test_oauth.py
tests/test_onboarding.py
tests/test_packaging.py
tests/test_pin_deep_analysis.py
tests/test_pin_service.py
tests/test_pin_service_extended.py
tests/test_pin_session_e2e.py
tests/test_post_tool_use_write_gate.py
tests/test_priority_improvements.py
tests/test_project_identity.py
tests/test_prompt_rules.py
tests/test_properties.py
tests/test_read_pool.py
tests/test_real_data_search.py
tests/test_real_data_search_detailed.py
tests/test_real_data_search_relevance.py
tests/test_reconcile.py
tests/test_relay_api.py
tests/test_relay_cli.py
tests/test_relay_fusion.py
tests/test_relay_service.py
tests/test_relay_worker.py
tests/test_schema_migration.py
tests/test_scoring.py
tests/test_search_categories_api.py
tests/test_search_edge_cases.py
tests/test_search_improvements.py
tests/test_search_modes.py
tests/test_search_quality_comparison.py
tests/test_search_quality_improvements.py
tests/test_search_service.py
tests/test_session_service.py
tests/test_session_service_extended.py
tests/test_setup.py
tests/test_sqlite_vec.py
tests/test_temporal_search.py
tests/test_token_estimator.py
tests/test_token_tracker.py
tests/test_unified_search_context_optimization.py
tests/test_unified_search_integration.py
tests/test_vector_search_debug.py
tests/test_work_tracking_properties.py