README.md
pyproject.toml
src/context_mixer/__init__.py
src/context_mixer/cli.py
src/context_mixer/cli_params.py
src/context_mixer/cli_params_spec.py
src/context_mixer/config.py
src/context_mixer/spec_helpers.py
src/context_mixer.egg-info/PKG-INFO
src/context_mixer.egg-info/SOURCES.txt
src/context_mixer.egg-info/dependency_links.txt
src/context_mixer.egg-info/entry_points.txt
src/context_mixer.egg-info/requires.txt
src/context_mixer.egg-info/top_level.txt
src/context_mixer/commands/__init__.py
src/context_mixer/commands/assemble.py
src/context_mixer/commands/assemble_command_spec.py
src/context_mixer/commands/assemble_spec.py
src/context_mixer/commands/assembly_strategies.py
src/context_mixer/commands/assembly_strategies_spec.py
src/context_mixer/commands/base.py
src/context_mixer/commands/base_spec.py
src/context_mixer/commands/ingest.py
src/context_mixer/commands/ingest_spec.py
src/context_mixer/commands/init.py
src/context_mixer/commands/init_spec.py
src/context_mixer/commands/open.py
src/context_mixer/commands/open_spec.py
src/context_mixer/commands/quarantine.py
src/context_mixer/commands/quarantine_spec.py
src/context_mixer/commands/slice.py
src/context_mixer/commands/slice_spec.py
src/context_mixer/commands/interactions/__init__.py
src/context_mixer/commands/interactions/conflict_resolution_strategies.py
src/context_mixer/commands/interactions/conflict_resolution_strategies_spec.py
src/context_mixer/commands/interactions/context_aware_resolution_strategy.py
src/context_mixer/commands/interactions/resolve_conflicts.py
src/context_mixer/commands/operations/__init__.py
src/context_mixer/commands/operations/commit.py
src/context_mixer/commands/operations/commit_message.py
src/context_mixer/commands/operations/commit_message_spec.py
src/context_mixer/commands/operations/commit_spec.py
src/context_mixer/commands/operations/merge.py
src/context_mixer/commands/operations/merge_pure_functions_spec.py
src/context_mixer/commands/operations/merge_spec.py
src/context_mixer/domain/chunking_engine.py
src/context_mixer/domain/chunking_engine_pure_functions_spec.py
src/context_mixer/domain/chunking_engine_spec.py
src/context_mixer/domain/cluster_aware_conflict_detection.py
src/context_mixer/domain/clustering.py
src/context_mixer/domain/clustering_integration.py
src/context_mixer/domain/clustering_integration_spec.py
src/context_mixer/domain/clustering_service.py
src/context_mixer/domain/clustering_spec.py
src/context_mixer/domain/commit_message.py
src/context_mixer/domain/conflict.py
src/context_mixer/domain/context.py
src/context_mixer/domain/context_aware_prompts.py
src/context_mixer/domain/context_detection.py
src/context_mixer/domain/context_detection_spec.py
src/context_mixer/domain/events.py
src/context_mixer/domain/events_spec.py
src/context_mixer/domain/knowledge.py
src/context_mixer/domain/knowledge_quarantine.py
src/context_mixer/domain/knowledge_quarantine_spec.py
src/context_mixer/domain/knowledge_store.py
src/context_mixer/domain/knowledge_store_spec.py
src/context_mixer/domain/llm_instructions.py
src/context_mixer/domain/progress_events.py
src/context_mixer/domain/progress_events_spec.py
src/context_mixer/domain/prompt_archive.py
src/context_mixer/domain/vector_knowledge_store.py
src/context_mixer/examples/knowledge_store_example.py
src/context_mixer/gateways/__init__.py
src/context_mixer/gateways/chroma.py
src/context_mixer/gateways/chroma_connection_pool.py
src/context_mixer/gateways/chroma_spec.py
src/context_mixer/gateways/git.py
src/context_mixer/gateways/git_spec.py
src/context_mixer/gateways/hdbscan_gateway.py
src/context_mixer/gateways/llm.py
src/context_mixer/gateways/llm_spec.py
src/context_mixer/gateways/adapters/chroma_adapter.py
src/context_mixer/gateways/adapters/chroma_adapter_spec.py
src/context_mixer/utils/cli_progress.py
src/context_mixer/utils/event_driven_progress.py
src/context_mixer/utils/event_driven_progress_spec.py
src/context_mixer/utils/progress.py
src/context_mixer/utils/timing.py
src/context_mixer/utils/timing_spec.py