CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/CONFIGURATION_GUIDE.md
docs/CONFIG_GUIDE.md
docs/LLM_WIKI_PRINCIPLES.md
docs/MCP_SETUP.md
docs/REFERENCE_TRACKING_GUIDE.md
docs/SINK_DESIGN_DECISIONS.md
docs/plans/v0.15.0.md
src/llmwikify/__init__.py
src/llmwikify/config.py
src/llmwikify/llm_client.py
src/llmwikify/py.typed
src/llmwikify.egg-info/PKG-INFO
src/llmwikify.egg-info/SOURCES.txt
src/llmwikify.egg-info/dependency_links.txt
src/llmwikify.egg-info/entry_points.txt
src/llmwikify.egg-info/requires.txt
src/llmwikify.egg-info/top_level.txt
src/llmwikify/cli/__init__.py
src/llmwikify/cli/commands.py
src/llmwikify/core/__init__.py
src/llmwikify/core/index.py
src/llmwikify/core/wiki.py
src/llmwikify/extractors/__init__.py
src/llmwikify/extractors/base.py
src/llmwikify/extractors/html.py
src/llmwikify/extractors/pdf.py
src/llmwikify/extractors/text.py
src/llmwikify/extractors/web.py
src/llmwikify/extractors/youtube.py
src/llmwikify/mcp/__init__.py
src/llmwikify/mcp/server.py
src/llmwikify/utils/__init__.py
src/llmwikify/utils/helpers.py
tests/conftest.py
tests/test_cli.py
tests/test_extractors.py
tests/test_index.py
tests/test_llm_client.py
tests/test_query_flow.py
tests/test_recommend.py
tests/test_sink_flow.py
tests/test_v015_features.py
tests/test_wiki_core.py