LICENSE
NOTICE
README.md
pyproject.toml
matryca_logseq.egg-info/PKG-INFO
matryca_logseq.egg-info/SOURCES.txt
matryca_logseq.egg-info/dependency_links.txt
matryca_logseq.egg-info/entry_points.txt
matryca_logseq.egg-info/requires.txt
matryca_logseq.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/config.py
src/main.py
src/agent/__init__.py
src/agent/alias_state.py
src/agent/git_snapshot.py
src/agent/graph_dispatch.py
src/agent/graph_tool_helpers.py
src/agent/l1_memory.py
src/agent/mcp_server.py
src/agent/mcp_telemetry.py
src/agent/mcp_tool_guard.py
src/agent/quality_gate.py
src/agent/routing_hint.py
src/graph/__init__.py
src/graph/advanced_query_block.py
src/graph/alias_index.py
src/graph/block_ref_lint.py
src/graph/dashboard.py
src/graph/flashcards.py
src/graph/generational_cache.py
src/graph/global_fence_scanner.py
src/graph/hubs.py
src/graph/journal_task_scan.py
src/graph/link_tag_hop.py
src/graph/logseq_uuid.py
src/graph/markdown_blocks.py
src/graph/mldoc_guards.py
src/graph/mldoc_properties.py
src/graph/moc_page.py
src/graph/page_write_lock.py
src/graph/path_sandbox.py
src/graph/property_line_edit.py
src/graph/reparent_blocks.py
src/graph/split_large_blocks.py
src/graph/tag_unify.py
src/graph/templates.py
src/graph/unlinked_mentions.py
src/graph/wiki_lint.py
src/rag/__init__.py
src/rag/local_query.py
src/rag/matryca_hooks.py
tests/__init__.py
tests/conftest.py
tests/test_advanced_query_block.py
tests/test_adversarial_security.py
tests/test_alias_index.py
tests/test_alias_state.py
tests/test_block_ref_lint.py
tests/test_cli.py
tests/test_config.py
tests/test_dashboard.py
tests/test_git_snapshot.py
tests/test_graph_dispatch_search.py
tests/test_hardening_final.py
tests/test_hubs.py
tests/test_ironclad_phase8.py
tests/test_journal_task_scan.py
tests/test_l1_memory.py
tests/test_link_tag_hop.py
tests/test_local_query.py
tests/test_logseq_uuid.py
tests/test_markdown_blocks_hygiene.py
tests/test_matryca_hooks.py
tests/test_mcp_server.py
tests/test_mcp_telemetry.py
tests/test_mldoc_phase7.py
tests/test_phase_5_6_graph_tools.py
tests/test_property_line_edit.py
tests/test_quality_gate.py
tests/test_routing_hint.py
tests/test_templates.py
tests/test_wiki_lint.py