LICENSE
README.md
pyproject.toml
llm_wiki_plus.egg-info/PKG-INFO
llm_wiki_plus.egg-info/SOURCES.txt
llm_wiki_plus.egg-info/dependency_links.txt
llm_wiki_plus.egg-info/entry_points.txt
llm_wiki_plus.egg-info/requires.txt
llm_wiki_plus.egg-info/top_level.txt
llmwiki/__init__.py
llmwiki/__main__.py
llmwiki/_frontmatter.py
llmwiki/_system_pages.py
llmwiki/adapter_config.py
llmwiki/add_doc.py
llmwiki/agent_label.py
llmwiki/automation_install.py
llmwiki/automation_plan.py
llmwiki/automation_status.py
llmwiki/backlinks.py
llmwiki/build.py
llmwiki/cache.py
llmwiki/candidates.py
llmwiki/candidates_harvest.py
llmwiki/candidates_site.py
llmwiki/categories.py
llmwiki/changelog_timeline.py
llmwiki/claude_path.py
llmwiki/cli.py
llmwiki/completion.py
llmwiki/confidence.py
llmwiki/config_schedule.py
llmwiki/configure_sources.py
llmwiki/context_md.py
llmwiki/convert.py
llmwiki/cron_spec.py
llmwiki/docs_pages.py
llmwiki/exporters.py
llmwiki/format_numbers.py
llmwiki/freshness.py
llmwiki/graph.py
llmwiki/graphify_bridge.py
llmwiki/htmlmd.py
llmwiki/ingest_queue.py
llmwiki/install_agent_kit.py
llmwiki/install_hint.py
llmwiki/lifecycle.py
llmwiki/link_checker.py
llmwiki/log_reader.py
llmwiki/manifest.py
llmwiki/migrate_broken_provenance.py
llmwiki/migrate_page_kinds.py
llmwiki/migrate_topic_kinds.py
llmwiki/model_pricing.csv
llmwiki/models_page.py
llmwiki/obsidian_output.py
llmwiki/pipeline.py
llmwiki/pipeline_lock.py
llmwiki/project_topics.py
llmwiki/py.typed
llmwiki/quarantine.py
llmwiki/queue.py
llmwiki/queue_ops.py
llmwiki/raw_docs_site.py
llmwiki/references.py
llmwiki/reindex.py
llmwiki/remove_doc.py
llmwiki/schema.py
llmwiki/search_facets.py
llmwiki/search_tree.py
llmwiki/session_ready.py
llmwiki/skill_installer.py
llmwiki/slugs.py
llmwiki/source_checkout.py
llmwiki/source_topics.py
llmwiki/state_store.py
llmwiki/tag_utils.py
llmwiki/tags.py
llmwiki/topics.py
llmwiki/topics_consolidate.py
llmwiki/topics_page.py
llmwiki/trace.py
llmwiki/usage.py
llmwiki/vault.py
llmwiki/vault_settings.py
llmwiki/viz_heatmap.py
llmwiki/viz_tokens.py
llmwiki/viz_tools.py
llmwiki/viz_wiki_value.py
llmwiki/watch.py
llmwiki/wiki_adoption.py
llmwiki/wikilinks.py
llmwiki/adapters/__init__.py
llmwiki/adapters/base.py
llmwiki/adapters/claude_code.py
llmwiki/adapters/codex_cli.py
llmwiki/adapters/settings.py
llmwiki/adapters/status.py
llmwiki/adapters/contrib/__init__.py
llmwiki/adapters/contrib/chatgpt.py
llmwiki/adapters/contrib/copilot_chat.py
llmwiki/adapters/contrib/copilot_cli.py
llmwiki/adapters/contrib/cursor_cli.py
llmwiki/adapters/contrib/cursor_ide.py
llmwiki/adapters/contrib/cursor_slug.py
llmwiki/adapters/contrib/gemini_cli.py
llmwiki/adapters/contrib/obsidian.py
llmwiki/adapters/contrib/openclaw.py
llmwiki/adapters/contrib/opencode.py
llmwiki/agent_kit/__init__.py
llmwiki/agent_kit/commands/wiki-all.md
llmwiki/agent_kit/commands/wiki-build.md
llmwiki/agent_kit/commands/wiki-candidates.md
llmwiki/agent_kit/commands/wiki-graph.md
llmwiki/agent_kit/commands/wiki-ingest.md
llmwiki/agent_kit/commands/wiki-init.md
llmwiki/agent_kit/commands/wiki-lint.md
llmwiki/agent_kit/commands/wiki-query.md
llmwiki/agent_kit/commands/wiki-reflect.md
llmwiki/agent_kit/commands/wiki-sync.md
llmwiki/agent_kit/commands/wiki-synth.md
llmwiki/agent_kit/commands/wiki-update.md
llmwiki/agent_kit/skills/llmwiki-ingest/SKILL.md
llmwiki/agent_kit/skills/llmwiki-query/SKILL.md
llmwiki/agent_kit/skills/llmwiki-sync/SKILL.md
llmwiki/agent_kit/skills/wiki-all/SKILL.md
llmwiki/lint/__init__.py
llmwiki/lint/report.py
llmwiki/lint/rules/__init__.py
llmwiki/lint/rules/_helpers.py
llmwiki/lint/rules/claim_verification.py
llmwiki/lint/rules/content_freshness.py
llmwiki/lint/rules/contradiction_detection.py
llmwiki/lint/rules/duplicate_detection.py
llmwiki/lint/rules/frontmatter_completeness.py
llmwiki/lint/rules/frontmatter_count_consistency.py
llmwiki/lint/rules/frontmatter_validity.py
llmwiki/lint/rules/index_sync.py
llmwiki/lint/rules/link_integrity.py
llmwiki/lint/rules/orphan_detection.py
llmwiki/lint/rules/provenance_integrity.py
llmwiki/lint/rules/stale_candidates.py
llmwiki/lint/rules/stale_reference_detection.py
llmwiki/lint/rules/stub_source_pages.py
llmwiki/lint/rules/summary_accuracy.py
llmwiki/lint/rules/tags_topics_convention.py
llmwiki/lint/rules/tools_consistency.py
llmwiki/mcp/__init__.py
llmwiki/mcp/__main__.py
llmwiki/mcp/server.py
llmwiki/render/__init__.py
llmwiki/render/collapse_section.py
llmwiki/render/css.py
llmwiki/render/data.py
llmwiki/render/docs_css.py
llmwiki/render/graph_viewer.py
llmwiki/render/js.py
llmwiki/sync/__init__.py
llmwiki/sync/lookback.py
llmwiki/sync/status.py
llmwiki/synth/__init__.py
llmwiki/synth/base.py
llmwiki/synth/claude_cli.py
llmwiki/synth/estimate.py
llmwiki/synth/ollama.py
llmwiki/synth/pipeline.py
llmwiki/synth/reporting.py
llmwiki/vendor/NOTICE
llmwiki/vendor/github-dark.min.css
llmwiki/vendor/github.min.css
llmwiki/vendor/highlight.min.js
llmwiki/vendor/vis-network.min.js
tests/test_102_acceptance.py
tests/test_108_acceptance.py
tests/test_109_acceptance.py
tests/test_112_acceptance.py
tests/test_113_acceptance.py
tests/test_122_acceptance.py
tests/test_127_acceptance.py
tests/test_138_vs_removed.py
tests/test_147_acceptance.py
tests/test_150_acceptance.py
tests/test_156_acceptance.py
tests/test_170_wiki_all_skill.py
tests/test_180_exclude_headless_acceptance.py
tests/test_182_configurable_adapters_acceptance.py
tests/test_209_release_skill.py
tests/test_81_acceptance.py
tests/test_activity_timeline_label.py
tests/test_adapter_config.py
tests/test_adapter_exclude_headless_slice3.py
tests/test_adapter_graduation.py
tests/test_adapter_is_available_unified.py
tests/test_adapter_is_headless_contract.py
tests/test_adapter_settings.py
tests/test_adapter_tag.py
tests/test_adapters.py
tests/test_add_doc.py
tests/test_ai_suggested_tags.py
tests/test_all_min_refs.py
tests/test_all_optout.py
tests/test_archive_cold_storage.py
tests/test_automation_install.py
tests/test_automation_plan.py
tests/test_awos_context_gate.py
tests/test_awos_context_gate_acceptance.py
tests/test_backlinks.py
tests/test_brand_system_doc.py
tests/test_build_analytics.py
tests/test_cache.py
tests/test_candidates.py
tests/test_candidates_harvest.py
tests/test_candidates_site.py
tests/test_case_insensitive_paths.py
tests/test_categories.py
tests/test_changelog_timeline.py
tests/test_chatgpt_adapter.py
tests/test_chip_contrast.py
tests/test_ci_workflow.py
tests/test_cli.py
tests/test_cli_candidates_only.py
tests/test_cli_doc_parity.py
tests/test_cli_lifecycle_help.py
tests/test_cli_observability.py
tests/test_cli_trace.py
tests/test_cmd_all_parser.py
tests/test_cmd_graph_fallback.py
tests/test_collapse_section.py
tests/test_collision_retry.py
tests/test_completion.py
tests/test_confidence.py
tests/test_config_vault_default.py
tests/test_configure_sources.py
tests/test_context_md.py
tests/test_contradiction_filler.py
tests/test_convert.py
tests/test_convert_no_op_perf.py
tests/test_convert_state_and_coerce.py
tests/test_converter_metrics.py
tests/test_copilot_adapters.py
tests/test_cron_spec.py
tests/test_cross_platform_paths.py
tests/test_cursor_cli_exclude_headless.py
tests/test_cursor_ide_adapter.py
tests/test_cursor_ide_fixtures.py
tests/test_dashboard.py
tests/test_default_redaction.py
tests/test_demo_gate.py
tests/test_docker.py
tests/test_docs_adapter_currency.py
tests/test_docs_structure.py
tests/test_edge_cases.py
tests/test_edge_cases_unit.py
tests/test_editorconfig_lychee.py
tests/test_exclude_headless.py
tests/test_exclude_headless_synthesis.py
tests/test_file_protocol_search.py
tests/test_filter_slug_label.py
tests/test_flat_naming.py
tests/test_footer_build_timestamp.py
tests/test_force_counters.py
tests/test_freshness.py
tests/test_frontmatter_consolidation.py
tests/test_frontmatter_shared.py
tests/test_gap_fixes.py
tests/test_github_link_rewriter.py
tests/test_graph_context_menu.py
tests/test_graph_kind_colors.py
tests/test_graph_link_targets.py
tests/test_graph_physics_freeze.py
tests/test_graph_site_url.py
tests/test_graph_theme_sync.py
tests/test_graph_top_nav.py
tests/test_graph_topic_panel.py
tests/test_graph_vendor_packaging.py
tests/test_graph_viewer.py
tests/test_graphify_bridge.py
tests/test_harness_starts_no_server.py
tests/test_healer_comment.py
tests/test_highlightjs.py
tests/test_home_card_date_range.py
tests/test_homebrew_tap.py
tests/test_htmlmd.py
tests/test_ignore.py
tests/test_include_subagents.py
tests/test_ingest_queue_shim.py
tests/test_init_vault.py
tests/test_install_agent_kit.py
tests/test_install_docs_match_packaging.py
tests/test_install_hint.py
tests/test_is_subagent.py
tests/test_issue_383_pipeline.py
tests/test_lifecycle.py
tests/test_light_mode_polish.py
tests/test_lint_determinism.py
tests/test_lint_min_refs.py
tests/test_lint_perf.py
tests/test_lint_rules.py
tests/test_lint_vault_settings.py
tests/test_lint_windows_paths.py
tests/test_log_reader.py
tests/test_mcp_byte_cap.py
tests/test_mcp_caller_attribution.py
tests/test_mcp_enhanced.py
tests/test_mcp_lint_parity.py
tests/test_mcp_protocol.py
tests/test_mcp_read_page_allowlist.py
tests/test_mcp_safety.py
tests/test_mcp_usage.py
tests/test_mcp_wiki_add.py
tests/test_md_cache.py
tests/test_migrate_broken_provenance.py
tests/test_migrate_page_kinds.py
tests/test_migrate_raw_encoded_username.py
tests/test_migrate_state.py
tests/test_migrate_tools_used.py
tests/test_migrate_topic_kinds.py
tests/test_mobile_hamburger_nav.py
tests/test_models_page.py
tests/test_no_phantom_adapters.py
tests/test_obsidian_docs.py
tests/test_obsidian_templates.py
tests/test_ollama_backend.py
tests/test_openclaw_cursor_cli_adapters.py
tests/test_opencode_adapter.py
tests/test_page_kinds.py
tests/test_pages_deploy.py
tests/test_palette_dialog_a11y.py
tests/test_palette_indexes.py
tests/test_parse_jsonl_oserror.py
tests/test_path_traversal.py
tests/test_pipeline_lock.py
tests/test_post_review_remediation.py
tests/test_pr_template.py
tests/test_pre_push_hook.py
tests/test_privacy_username.py
tests/test_project_page_connections.py
tests/test_project_stubs.py
tests/test_project_topics.py
tests/test_provenance_sources_links.py
tests/test_quarantine.py
tests/test_queue.py
tests/test_queue_dispatch.py
tests/test_raw_docs_site.py
tests/test_raw_immutability.py
tests/test_reader_api_doc.py
tests/test_readme_badges.py
tests/test_reference_coverage.py
tests/test_references.py
tests/test_refresh_demo.py
tests/test_reindex.py
tests/test_release_pipeline.py
tests/test_remove_doc.py
tests/test_render_is_subagent.py
tests/test_render_split.py
tests/test_schedule_config.py
tests/test_schema.py
tests/test_schema_entity_types.py
tests/test_search_facets.py
tests/test_search_tree.py
tests/test_session_description.py
tests/test_session_ready.py
tests/test_session_ref.py
tests/test_session_ref_stripper.py
tests/test_session_resume_cwd.py
tests/test_sessions_index_no_date_dup.py
tests/test_setup_guide_doc.py
tests/test_site_chrome_shared.py
tests/test_skill_installer.py
tests/test_slash_cli_parity.py
tests/test_slug_fallback.py
tests/test_slugs.py
tests/test_source_checkout_guard.py
tests/test_source_file_index.py
tests/test_source_root_content.py
tests/test_source_synth_is_done.py
tests/test_source_topics.py
tests/test_state_downgrade_guard.py
tests/test_state_store.py
tests/test_state_widget.py
tests/test_static_site_no_server.py
tests/test_stub_backlog.py
tests/test_subprocess_paths.py
tests/test_suite_config_isolation.py
tests/test_sync_downgrade_guard_cli.py
tests/test_sync_lookback.py
tests/test_sync_own_output.py
tests/test_synth_claude_cli.py
tests/test_synth_dedup_guard.py
tests/test_synth_parallel.py
tests/test_synth_parallel_acceptance.py
tests/test_synth_pipeline.py
tests/test_synth_raw_docs.py
tests/test_synth_rename.py
tests/test_synth_run_summary.py
tests/test_synth_stub_guard.py
tests/test_synthesize_estimate.py
tests/test_synthesize_overview_safety.py
tests/test_synthesize_path.py
tests/test_tag_utils.py
tests/test_tags.py
tests/test_theme_pre_paint.py
tests/test_topic_freshness.py
tests/test_topic_graph_sparse_fallback.py
tests/test_topic_identity_line.py
tests/test_topic_page_content.py
tests/test_topic_project_routing.py
tests/test_topic_search_index.py
tests/test_topics.py
tests/test_trace.py
tests/test_tracked_file_guard.py
tests/test_tutorial_ux.py
tests/test_two_way_editing.py
tests/test_ui_a11y_bundle_473.py
tests/test_usage_cli.py
tests/test_usage_daily.py
tests/test_username_autodetect.py
tests/test_username_redact_paths.py
tests/test_v02.py
tests/test_v03.py
tests/test_v04.py
tests/test_v1378_remediation.py
tests/test_vault.py
tests/test_vault_path_audit.py
tests/test_vault_sync_routing.py
tests/test_viewport_meta.py
tests/test_viz_heatmap.py
tests/test_viz_tokens.py
tests/test_viz_tools.py
tests/test_watch_adapters.py
tests/test_wcag_contrast.py
tests/test_wiki_adoption.py
tests/test_wikilinks.py