README.md
setup.py
cognitive_memory/__init__.py
cognitive_memory/factory.py
cognitive_memory/main.py
cognitive_memory/core/__init__.py
cognitive_memory/core/cognitive_system.py
cognitive_memory/core/config.py
cognitive_memory/core/interfaces.py
cognitive_memory/core/logging_setup.py
cognitive_memory/core/memory.py
cognitive_memory/core/version.py
cognitive_memory/encoding/__init__.py
cognitive_memory/encoding/cognitive_encoder.py
cognitive_memory/encoding/dimensions.py
cognitive_memory/encoding/onnx_provider.py
cognitive_memory/encoding/sentence_bert.py
cognitive_memory/git_analysis/__init__.py
cognitive_memory/git_analysis/commit.py
cognitive_memory/git_analysis/commit_loader.py
cognitive_memory/git_analysis/history_miner.py
cognitive_memory/git_analysis/security.py
cognitive_memory/loaders/__init__.py
cognitive_memory/loaders/git_loader.py
cognitive_memory/loaders/markdown_loader.py
cognitive_memory/loaders/markdown/__init__.py
cognitive_memory/loaders/markdown/chunk_processor.py
cognitive_memory/loaders/markdown/connection_extractor.py
cognitive_memory/loaders/markdown/content_analyzer.py
cognitive_memory/loaders/markdown/document_parser.py
cognitive_memory/loaders/markdown/memory_factory.py
cognitive_memory/retrieval/__init__.py
cognitive_memory/retrieval/basic_activation.py
cognitive_memory/retrieval/contextual_retrieval.py
cognitive_memory/retrieval/similarity_search.py
cognitive_memory/storage/__init__.py
cognitive_memory/storage/dual_memory.py
cognitive_memory/storage/project_activity_tracker.py
cognitive_memory/storage/qdrant_storage.py
cognitive_memory/storage/sqlite_persistence.py
heimdall/__init__.py
heimdall/cli.py
heimdall/display_utils.py
heimdall/interactive_shell.py
heimdall/mcp_server.py
heimdall/operations.py
heimdall/cli_commands/__init__.py
heimdall/cli_commands/cognitive_commands.py
heimdall/cli_commands/git_hook_commands.py
heimdall/cli_commands/health_commands.py
heimdall/cli_commands/mcp_commands.py
heimdall/cli_commands/monitor_commands.py
heimdall/cli_commands/project_commands.py
heimdall/cli_commands/qdrant_commands.py
heimdall/cognitive_system/__init__.py
heimdall/cognitive_system/data_dirs.py
heimdall/cognitive_system/health_checker.py
heimdall/cognitive_system/monitoring_service.py
heimdall/cognitive_system/service_health.py
heimdall/cognitive_system/service_manager.py
heimdall/monitoring/__init__.py
heimdall/monitoring/file_sync.py
heimdall/monitoring/file_types.py
heimdall/monitoring/loader_registry.py
mseep_heimdall_mcp.egg-info/PKG-INFO
mseep_heimdall_mcp.egg-info/SOURCES.txt
mseep_heimdall_mcp.egg-info/dependency_links.txt
mseep_heimdall_mcp.egg-info/requires.txt
mseep_heimdall_mcp.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/factory_utils.py
tests/test_utils.py
tests/e2e/__init__.py
tests/e2e/test_git_hook_cli_integration.py
tests/e2e/test_git_hook_commands.py
tests/e2e/test_git_hook_memory_processing.py
tests/e2e/test_lightweight_monitor_memory_and_load.py
tests/e2e/test_lightweight_monitor_singleton.py
tests/e2e/test_mcp_server_tools.py
tests/e2e/test_memory_deletion_behavior.py
tests/e2e/test_memory_deletion_cli_integration.py
tests/e2e/test_subprocess_delegation.py
tests/integration/__init__.py
tests/integration/test_encoding_pipeline.py
tests/integration/test_storage_pipeline.py