LICENSE
MANIFEST.in
README.md
SKILL.md
pyproject.toml
setup.py
backends/claude.json
backends/codex.json
backends/gemini.json
backends/opencode.json
commands/autoresearch.md
commands/connections.md
commands/create.md
commands/delete.md
commands/edit.md
commands/fetch.md
commands/gate.md
commands/history.md
commands/hot-cache.md
commands/import.md
commands/inbox.md
commands/ingest.md
commands/lint.md
commands/menu.md
commands/migrate.md
commands/move.md
commands/next.md
commands/open.md
commands/persona-audit.md
commands/persona-consistency.md
commands/persona-curate-index.md
commands/persona-factcheck.md
commands/persona-librarian.md
commands/persona-terminology.md
commands/query.md
commands/recall-llm.md
commands/review.md
commands/vault-forget.md
commands/vault-import-memo.md
commands/vault-list.md
commands/vault-setup.md
commands/vault-use.md
hooks/hooks.json
oh_my_wiki.egg-info/PKG-INFO
oh_my_wiki.egg-info/SOURCES.txt
oh_my_wiki.egg-info/dependency_links.txt
oh_my_wiki.egg-info/entry_points.txt
oh_my_wiki.egg-info/requires.txt
oh_my_wiki.egg-info/top_level.txt
omw/SKILL.md
personas/consistency-checker.md
personas/curator.md
personas/fact-checker.md
personas/terminology-manager.md
personas/wiki-auditor.md
personas/wiki-librarian.md
personas/bundles/tidy.yaml
references/adapter-spec.md
references/architecture.md
references/auto-recall-hook-design.md
references/frontmatter.md
references/messenger-api.md
references/schema-sqlite.md
references/socratic-dialog.md
references/vault-modes.md
references/wizard-flow.md
schemas/article.yml
schemas/base.yml
schemas/book.yml
schemas/comparison.yml
schemas/concept.yml
schemas/doc.yml
schemas/entity.yml
schemas/link.yml
schemas/meta.yml
schemas/note.yml
schemas/paper.yml
schemas/summary.yml
schemas/synthesis.yml
schemas/video.yml
scripts/__init__.py
scripts/adapters.py
scripts/agent_skills.py
scripts/ask.py
scripts/autoresearch.py
scripts/backends.py
scripts/banner.py
scripts/cards.py
scripts/commandmap.py
scripts/community.py
scripts/config.py
scripts/embed.py
scripts/embed_admin.py
scripts/embed_install.py
scripts/entity_link.py
scripts/exporter.py
scripts/fetch.py
scripts/fetch_chromium.py
scripts/fetch_errors.py
scripts/fetch_rss.py
scripts/fetch_youtube.py
scripts/frontmatter.py
scripts/fts.py
scripts/gate.py
scripts/glossary.py
scripts/help_overview.py
scripts/history.py
scripts/hosts.py
scripts/hot_cache.py
scripts/import_memo.py
scripts/import_source.py
scripts/inbox.py
scripts/ingest.py
scripts/inline_fields.py
scripts/kiwi_install.py
scripts/links.py
scripts/lint.py
scripts/maint.py
scripts/memo_ops.py
scripts/merge.py
scripts/nextstep.py
scripts/normalize_admin.py
scripts/omw_cli.py
scripts/ops_registry.py
scripts/paths.py
scripts/persona_bundle.py
scripts/persona_export.py
scripts/persona_run.py
scripts/personas.py
scripts/platform_env.py
scripts/query.py
scripts/query_pipeline.py
scripts/recall.py
scripts/registry.py
scripts/reindex.py
scripts/report.py
scripts/review.py
scripts/schema.py
scripts/search_index.py
scripts/server.py
scripts/setup_wizard.py
scripts/slugify.py
scripts/supersede.py
scripts/text_match.py
scripts/text_normalize.py
scripts/uninstall.py
scripts/update.py
scripts/urls.py
scripts/usage.py
scripts/vault_ops.py
scripts/vector_index.py
scripts/view.py
scripts/wiki_lint.py
scripts/wizard.py
scripts/db/__init__.py
scripts/db/schema.sql
scripts/search/__init__.py
scripts/search/base.py
scripts/search/providers/__init__.py
scripts/search/providers/brave.py
scripts/search/providers/brightdata.py
scripts/search/providers/exa.py
scripts/search/providers/firecrawl.py
scripts/search/providers/tavily.py
scripts/viewers/__init__.py
scripts/viewers/base.py
scripts/viewers/logseq.py
scripts/viewers/obsidian.py
tests/test_adapters.py
tests/test_agent_skills.py
tests/test_arg_hints.py
tests/test_ask.py
tests/test_autoresearch.py
tests/test_backends.py
tests/test_banner.py
tests/test_brightdata_zone.py
tests/test_cards.py
tests/test_cli_agentic_cards.py
tests/test_command_db_paths.py
tests/test_commandmap.py
tests/test_commandmap_triggers.py
tests/test_community.py
tests/test_confidence_freshness.py
tests/test_config.py
tests/test_content_dedup.py
tests/test_db_default_resolution.py
tests/test_doctor_checks.py
tests/test_doctor_fetch_deps.py
tests/test_embed.py
tests/test_ensure_cli.py
tests/test_entity_link.py
tests/test_fetch.py
tests/test_fetch_chromium.py
tests/test_fetch_provider.py
tests/test_fetch_rss.py
tests/test_fetch_youtube.py
tests/test_find_cli.py
tests/test_frontmatter.py
tests/test_fts.py
tests/test_fts_visibility.py
tests/test_gate.py
tests/test_glossary.py
tests/test_help_overview.py
tests/test_history_cli.py
tests/test_history_core.py
tests/test_history_recall.py
tests/test_history_skill_doc.py
tests/test_hosts.py
tests/test_hot_cache.py
tests/test_hybrid_fusion.py
tests/test_import_memo.py
tests/test_import_source.py
tests/test_inbox_crud.py
tests/test_inbox_run.py
tests/test_inbox_schema.py
tests/test_ingest.py
tests/test_inline_fields.py
tests/test_install_docs.py
tests/test_install_sh_pep668.py
tests/test_integration_plan_b.py
tests/test_integration_plan_c.py
tests/test_integration_v2_0.py
tests/test_integration_v2_2b.py
tests/test_kiwi_install.py
tests/test_kiwi_live.py
tests/test_links.py
tests/test_lint.py
tests/test_list_export.py
tests/test_local_embedding.py
tests/test_maint.py
tests/test_memo_ops.py
tests/test_memo_ops_cli.py
tests/test_merge.py
tests/test_migrate.py
tests/test_nextstep.py
tests/test_normalize_admin.py
tests/test_notion_db.py
tests/test_obsidian_install.py
tests/test_obsidian_register.py
tests/test_ocr_fallback.py
tests/test_omw_cli.py
tests/test_omw_cli_inbox.py
tests/test_omw_cli_setup_agents.py
tests/test_omw_cli_visibility.py
tests/test_omw_improvements.py
tests/test_ops_registry.py
tests/test_packaging.py
tests/test_paths.py
tests/test_per_host_hooks.py
tests/test_persona_bundle.py
tests/test_persona_dispatch.py
tests/test_persona_export.py
tests/test_persona_run.py
tests/test_personas.py
tests/test_personas_v2_2b.py
tests/test_platform_env.py
tests/test_playwright_setup.py
tests/test_query.py
tests/test_query_pipeline.py
tests/test_recall.py
tests/test_recall_llm.py
tests/test_recall_pretool.py
tests/test_registry.py
tests/test_registry_cli.py
tests/test_registry_visibility.py
tests/test_reindex.py
tests/test_reindex_visibility.py
tests/test_report_build.py
tests/test_report_cli.py
tests/test_report_render.py
tests/test_review.py
tests/test_schema.py
tests/test_schema_visibility.py
tests/test_scrape_providers.py
tests/test_search.py
tests/test_search_fallback.py
tests/test_search_index.py
tests/test_search_index_visibility.py
tests/test_search_providers.py
tests/test_search_resolve.py
tests/test_semantic_graph.py
tests/test_server.py
tests/test_server_visibility.py
tests/test_setup_agents.py
tests/test_setup_personas.py
tests/test_setup_preserves_config.py
tests/test_setup_recall.py
tests/test_setup_tui.py
tests/test_setup_viewer_wsl.py
tests/test_setup_wizard.py
tests/test_skill_alias.py
tests/test_skill_no_stale_triggers.py
tests/test_skill_preflight.py
tests/test_slugify.py
tests/test_supersede.py
tests/test_text_match.py
tests/test_text_normalize.py
tests/test_triggers.py
tests/test_uninstall_alias.py
tests/test_uninstall_apply.py
tests/test_uninstall_cli.py
tests/test_uninstall_hooks.py
tests/test_uninstall_plan.py
tests/test_uninstall_strip.py
tests/test_update.py
tests/test_urls.py
tests/test_use_loop.py
tests/test_vault_cli_help.py
tests/test_vault_mode_scaffolds.py
tests/test_vault_ops.py
tests/test_vector_index.py
tests/test_version.py
tests/test_viewers.py
tests/test_wiki_lint.py
tests/test_wiki_lint_v2.py
tests/test_wizard.py