CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/AGENT_INTEGRATION_PLAN.md
docs/CONFIGURATION_GUIDE.md
docs/CONFIG_GUIDE.md
docs/KNOWN_ISSUES.md
docs/LLM_WIKI_PRINCIPLES.md
docs/MCPORTER_DEPLOYMENT.md
docs/MCP_SETUP.md
docs/P3_INGEST_LINT_DESIGN.md
docs/REFERENCE_TRACKING_GUIDE.md
docs/SINK_DESIGN_DECISIONS.md
docs/WEBUI_UNIFIED_SERVER.md
docs/plans/v0.15.0.md
docs/plans/v021-v023-roadmap.md
src/llmwikify/__init__.py
src/llmwikify/__main__.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/agent/__init__.py
src/llmwikify/agent/dream_editor.py
src/llmwikify/agent/hooks.py
src/llmwikify/agent/memory.py
src/llmwikify/agent/notifications.py
src/llmwikify/agent/runner.py
src/llmwikify/agent/scheduler.py
src/llmwikify/agent/tools.py
src/llmwikify/agent/wiki_agent.py
src/llmwikify/cli/__init__.py
src/llmwikify/cli/commands.py
src/llmwikify/core/__init__.py
src/llmwikify/core/constants.py
src/llmwikify/core/graph_analyzer.py
src/llmwikify/core/graph_export.py
src/llmwikify/core/index.py
src/llmwikify/core/principle_checker.py
src/llmwikify/core/prompt_registry.py
src/llmwikify/core/query_sink.py
src/llmwikify/core/relation_engine.py
src/llmwikify/core/synthesis_engine.py
src/llmwikify/core/watcher.py
src/llmwikify/core/wiki.py
src/llmwikify/core/wiki_analyzer.py
src/llmwikify/core/wiki_mixin_ingest.py
src/llmwikify/core/wiki_mixin_init.py
src/llmwikify/core/wiki_mixin_link.py
src/llmwikify/core/wiki_mixin_lint.py
src/llmwikify/core/wiki_mixin_llm.py
src/llmwikify/core/wiki_mixin_page_io.py
src/llmwikify/core/wiki_mixin_query.py
src/llmwikify/core/wiki_mixin_relation.py
src/llmwikify/core/wiki_mixin_schema.py
src/llmwikify/core/wiki_mixin_source_analysis.py
src/llmwikify/core/wiki_mixin_status.py
src/llmwikify/core/wiki_mixin_synthesis.py
src/llmwikify/core/wiki_mixin_utility.py
src/llmwikify/extractors/__init__.py
src/llmwikify/extractors/base.py
src/llmwikify/extractors/markitdown_extractor.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/prompts/__init__.py
src/llmwikify/prompts/_defaults/__init__.py
src/llmwikify/web/__init__.py
src/llmwikify/web/server.py
tests/conftest.py
tests/test_agent_layer.py
tests/test_batch_ingest.py
tests/test_cli.py
tests/test_cli_comprehensive.py
tests/test_cli_integration.py
tests/test_direct_lint.py
tests/test_extractors.py
tests/test_index.py
tests/test_init_agent.py
tests/test_llm_client.py
tests/test_mcp_integration.py
tests/test_p0_p3_fixes.py
tests/test_p1_3_graph_analyzer.py
tests/test_p1_features.py
tests/test_prompt_registry.py
tests/test_query_flow.py
tests/test_recommend.py
tests/test_sink_dedup.py
tests/test_sink_flow.py
tests/test_source_analysis.py
tests/test_v015_features.py
tests/test_v016_investigations.py
tests/test_v018_integration.py
tests/test_v018_prompt_engineering.py
tests/test_v019_eval_prompts.py
tests/test_v019_harness_regression.py
tests/test_v019_principle_checker.py
tests/test_v019_wiki_synthesize.py
tests/test_v020_markitdown_extractor.py
tests/test_v021_watch.py
tests/test_v022_relations.py
tests/test_v023_graph.py
tests/test_v025_service_name.py
tests/test_v025_web_ui.py
tests/test_v026_wikilink_fix.py
tests/test_v027_cli_features.py
tests/test_v029_index_enhancement.py
tests/test_wiki_analyzer.py
tests/test_wiki_core.py
tests/fixtures/__init__.py
tests/fixtures/golden_sources/__init__.py
tests/fixtures/golden_sources/mock_llm_framework.py