LICENSE
README.md
pyproject.toml
synth_wiki/__init__.py
synth_wiki/cli.py
synth_wiki/config.py
synth_wiki/embed.py
synth_wiki/extract.py
synth_wiki/git.py
synth_wiki/hybrid.py
synth_wiki/log.py
synth_wiki/manifest.py
synth_wiki/memory.py
synth_wiki/ontology.py
synth_wiki/paths.py
synth_wiki/prompts.py
synth_wiki/server.py
synth_wiki/storage.py
synth_wiki/vectors.py
synth_wiki/wiki.py
synth_wiki.egg-info/PKG-INFO
synth_wiki.egg-info/SOURCES.txt
synth_wiki.egg-info/dependency_links.txt
synth_wiki.egg-info/entry_points.txt
synth_wiki.egg-info/requires.txt
synth_wiki.egg-info/top_level.txt
synth_wiki/compiler/__init__.py
synth_wiki/compiler/archive.py
synth_wiki/compiler/concepts.py
synth_wiki/compiler/diff.py
synth_wiki/compiler/images.py
synth_wiki/compiler/index.py
synth_wiki/compiler/overview.py
synth_wiki/compiler/pipeline.py
synth_wiki/compiler/progress.py
synth_wiki/compiler/summarize.py
synth_wiki/compiler/synthesize.py
synth_wiki/compiler/watch.py
synth_wiki/compiler/write.py
synth_wiki/linter/__init__.py
synth_wiki/linter/passes.py
synth_wiki/linter/runner.py
synth_wiki/llm/__init__.py
synth_wiki/llm/client.py
synth_wiki/llm/cost.py
synth_wiki/llm/providers.py
tests/test_cli.py
tests/test_compiler_concepts.py
tests/test_compiler_diff.py
tests/test_compiler_pipeline.py
tests/test_compiler_summarize.py
tests/test_compiler_write.py
tests/test_config.py
tests/test_embed.py
tests/test_extract.py
tests/test_git.py
tests/test_hybrid.py
tests/test_integration.py
tests/test_linter.py
tests/test_llm_client.py
tests/test_llm_cost.py
tests/test_manifest.py
tests/test_memory.py
tests/test_new_features.py
tests/test_ontology.py
tests/test_prompts.py
tests/test_server.py
tests/test_storage.py
tests/test_synthesize_overview_archive.py
tests/test_vectors.py
tests/test_wiki.py