LICENSE
README.md
pyproject.toml
mindforge/__init__.py
mindforge/cli.py
mindforge/config.py
mindforge/paths.py
mindforge/pipeline.py
mindforge/distillation/__init__.py
mindforge/distillation/concept.py
mindforge/distillation/deduplicator.py
mindforge/distillation/distiller.py
mindforge/distillation/renderer.py
mindforge/distillation/source_ref.py
mindforge/embeddings/__init__.py
mindforge/embeddings/index.py
mindforge/eval/__init__.py
mindforge/eval/corpus.py
mindforge/eval/runner.py
mindforge/eval/scorer.py
mindforge/graph/__init__.py
mindforge/graph/builder.py
mindforge/hygiene/__init__.py
mindforge/hygiene/conflict_detector.py
mindforge/hygiene/decay.py
mindforge/hygiene/markers.py
mindforge/hygiene/review_queue.py
mindforge/hygiene/tui.py
mindforge/ingestion/__init__.py
mindforge/ingestion/chunker.py
mindforge/ingestion/extractor.py
mindforge/ingestion/incremental.py
mindforge/ingestion/parser.py
mindforge/ingestion/sources.py
mindforge/linking/__init__.py
mindforge/linking/linker.py
mindforge/llm/__init__.py
mindforge/llm/client.py
mindforge/llm/distiller.py
mindforge/llm/extractor.py
mindforge/mcp/__init__.py
mindforge/mcp/__main__.py
mindforge/mcp/adapter.py
mindforge/mcp/server.py
mindforge/query/__init__.py
mindforge/query/engine.py
mindforge/storage/__init__.py
mindforge/storage/fs.py
mindforge/utils/__init__.py
mindforge/utils/text.py
mindforge_kb.egg-info/PKG-INFO
mindforge_kb.egg-info/SOURCES.txt
mindforge_kb.egg-info/dependency_links.txt
mindforge_kb.egg-info/entry_points.txt
mindforge_kb.egg-info/requires.txt
mindforge_kb.egg-info/top_level.txt
tests/test_cli_diff.py
tests/test_cli_dryrun.py
tests/test_cli_filters.py
tests/test_cli_show.py
tests/test_distillation.py
tests/test_eval_corpus.py
tests/test_eval_runner.py
tests/test_eval_scorer.py
tests/test_graph.py
tests/test_hygiene.py
tests/test_incremental_ingestion.py
tests/test_ingestion.py
tests/test_linking.py
tests/test_llm.py
tests/test_manifest_history.py
tests/test_mcp.py
tests/test_mcp_adapter.py
tests/test_paths.py
tests/test_pipeline.py
tests/test_provenance_integration.py
tests/test_source_adapter.py
tests/test_source_ref.py
tests/test_storage.py
tests/test_text_utils.py