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/find.md
commands/gate.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/open.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-librarian.md
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/autoresearch.py
scripts/backends.py
scripts/banner.py
scripts/community.py
scripts/config.py
scripts/embed.py
scripts/entity_link.py
scripts/fetch.py
scripts/fetch_chromium.py
scripts/fetch_errors.py
scripts/fetch_youtube.py
scripts/frontmatter.py
scripts/fts.py
scripts/gate.py
scripts/glossary.py
scripts/hot_cache.py
scripts/import_memo.py
scripts/import_source.py
scripts/inbox.py
scripts/ingest.py
scripts/inline_fields.py
scripts/links.py
scripts/lint.py
scripts/maint.py
scripts/memo_ops.py
scripts/omw_cli.py
scripts/paths.py
scripts/persona_export.py
scripts/personas.py
scripts/platform_env.py
scripts/query.py
scripts/recall.py
scripts/registry.py
scripts/reindex.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/urls.py
scripts/usage.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_autoresearch.py
tests/test_backends.py
tests/test_banner.py
tests/test_command_db_paths.py
tests/test_community.py
tests/test_confidence_freshness.py
tests/test_config.py
tests/test_db_default_resolution.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_youtube.py
tests/test_frontmatter.py
tests/test_fts.py
tests/test_fts_visibility.py
tests/test_gate.py
tests/test_glossary.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_links.py
tests/test_lint.py
tests/test_maint.py
tests/test_memo_ops.py
tests/test_memo_ops_cli.py
tests/test_migrate.py
tests/test_obsidian_install.py
tests/test_obsidian_register.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_packaging.py
tests/test_paths.py
tests/test_persona_export.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_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_review.py
tests/test_schema.py
tests/test_schema_visibility.py
tests/test_scrape_providers.py
tests/test_search.py
tests/test_search_index.py
tests/test_search_index_visibility.py
tests/test_search_providers.py
tests/test_search_resolve.py
tests/test_server.py
tests/test_server_visibility.py
tests/test_setup_viewer_wsl.py
tests/test_setup_wizard.py
tests/test_skill_preflight.py
tests/test_slugify.py
tests/test_supersede.py
tests/test_text_match.py
tests/test_urls.py
tests/test_vault_mode_scaffolds.py
tests/test_vector_index.py
tests/test_viewers.py
tests/test_wiki_lint.py
tests/test_wiki_lint_v2.py
tests/test_wizard.py