LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
frontend/__init__.py
frontend/dist/Logo_boxed_noslogan.png
frontend/dist/Logo_boxed_noslogan_white.png
frontend/dist/favicon.svg
frontend/dist/icons.svg
frontend/dist/index.html
frontend/dist/assets/index-Bcl23w2w.css
frontend/dist/assets/index-D6Mbd03v.js
matryca_plumber.egg-info/PKG-INFO
matryca_plumber.egg-info/SOURCES.txt
matryca_plumber.egg-info/dependency_links.txt
matryca_plumber.egg-info/entry_points.txt
matryca_plumber.egg-info/requires.txt
matryca_plumber.egg-info/top_level.txt
src/__init__.py
src/config.py
src/main.py
src/plumber_entry.py
src/agent/__init__.py
src/agent/alias_state.py
src/agent/context_compressor.py
src/agent/control_room_progress.py
src/agent/cooperative_yield.py
src/agent/git_snapshot.py
src/agent/graph_dispatch.py
src/agent/graph_tool_helpers.py
src/agent/l1_memory.py
src/agent/llm_client.py
src/agent/llm_context_payload.py
src/agent/maintenance_daemon.py
src/agent/mcp_server.py
src/agent/mcp_telemetry.py
src/agent/mcp_tool_guard.py
src/agent/memory_budget.py
src/agent/outline_models.py
src/agent/page_prompt_session.py
src/agent/plumber_config.py
src/agent/plumber_llm.py
src/agent/process_priority.py
src/agent/prompt_constraints.py
src/agent/prompt_layout.py
src/agent/quality_gate.py
src/agent/routing_hint.py
src/agent/semantic_lint_prompts.py
src/agent/plumber_modules/__init__.py
src/agent/plumber_modules/_shared.py
src/agent/plumber_modules/auto_split.py
src/agent/plumber_modules/backlink_backpropagator.py
src/agent/plumber_modules/dangling_healer.py
src/agent/plumber_modules/entity_consolidation.py
src/agent/plumber_modules/marpa_framework.py
src/agent/plumber_modules/property_hygiene.py
src/agent/plumber_modules/semantic_cache_router.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/tui_dashboard.py
src/cli/ui_auth.py
src/cli/ui_server.py
src/graph/__init__.py
src/graph/advanced_query_block.py
src/graph/alias_index.py
src/graph/backlink_index.py
src/graph/block_ref_lint.py
src/graph/bootstrap_harvest.py
src/graph/bootstrap_stop.py
src/graph/concurrency_probe.py
src/graph/dashboard.py
src/graph/flashcards.py
src/graph/generational_cache.py
src/graph/global_fence_scanner.py
src/graph/graph_analytics.py
src/graph/graph_path_validate.py
src/graph/hierarchical_summarization.py
src/graph/hubs.py
src/graph/insights_engine.py
src/graph/io_retry.py
src/graph/journal_task_scan.py
src/graph/json_flock.py
src/graph/link_tag_hop.py
src/graph/logseq_uuid.py
src/graph/markdown_blocks.py
src/graph/markdown_io.py
src/graph/master_catalog.py
src/graph/mldoc_guards.py
src/graph/mldoc_properties.py
src/graph/moc_page.py
src/graph/page_path.py
src/graph/page_properties.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/semantic_clustering.py
src/graph/service_manager.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
src/utils/__init__.py
src/utils/agent_debug_log.py
src/utils/config_paths.py
src/utils/console_sanitize.py
src/utils/env_placeholders.py
src/utils/json_repair.py
src/utils/llm_url_policy.py
src/utils/logging_config.py
src/utils/preflight.py
src/utils/provision_l1.py
src/utils/regex_policy.py
src/utils/rotating_file.py
src/utils/runtime_bootstrap.py
src/utils/secret_redaction.py
src/utils/token_logger.py
src/utils/updater.py
tests/test_advanced_query_block.py
tests/test_adversarial_security.py
tests/test_alias_index.py
tests/test_alias_state.py
tests/test_backlink_backpropagator.py
tests/test_backlink_index.py
tests/test_block_ref_lint.py
tests/test_bootstrap_yield.py
tests/test_cli.py
tests/test_config.py
tests/test_context_compressor.py
tests/test_control_room_progress.py
tests/test_dashboard.py
tests/test_env_example_coverage.py
tests/test_env_placeholders.py
tests/test_extract_changelog.py
tests/test_git_snapshot.py
tests/test_graph_analytics.py
tests/test_graph_dispatch_search.py
tests/test_graph_path_hygiene.py
tests/test_graph_path_validate.py
tests/test_graph_tool_helpers_bounded_int.py
tests/test_hardening_final.py
tests/test_hierarchical_summarization.py
tests/test_hubs.py
tests/test_ironclad_phase8.py
tests/test_journal_task_scan.py
tests/test_json_flock.py
tests/test_json_repair.py
tests/test_l1_memory.py
tests/test_link_tag_hop.py
tests/test_llm_client_adaptive.py
tests/test_llm_context_payload.py
tests/test_llm_url_policy.py
tests/test_local_query.py
tests/test_logging_config.py
tests/test_logseq_uuid.py
tests/test_maintenance_daemon.py
tests/test_markdown_blocks_hygiene.py
tests/test_markdown_io.py
tests/test_master_catalog.py
tests/test_matryca_hooks.py
tests/test_mcp_server.py
tests/test_mcp_telemetry.py
tests/test_memory_budget.py
tests/test_mldoc_phase7.py
tests/test_page_path.py
tests/test_page_prompt_session.py
tests/test_page_properties.py
tests/test_page_write_lock_probe.py
tests/test_phase1_hardening.py
tests/test_phase3_hardening.py
tests/test_phase4_remediation.py
tests/test_phase4_remediation_symlink_in_root.py
tests/test_phase_5_6_graph_tools.py
tests/test_plumber_cognitive_modules.py
tests/test_plumber_config_env_serialization.py
tests/test_plumber_entry.py
tests/test_preflight.py
tests/test_process_priority.py
tests/test_property_line_edit.py
tests/test_provision_l1.py
tests/test_quality_gate.py
tests/test_routing_hint.py
tests/test_runtime_bootstrap.py
tests/test_runtime_bootstrap_contract.py
tests/test_runtime_bootstrap_entrypoints.py
tests/test_security_remediation.py
tests/test_semantic_cache_router.py
tests/test_semantic_clustering.py
tests/test_service_manager.py
tests/test_templates.py
tests/test_token_logger.py
tests/test_tui_dashboard.py
tests/test_ui_auth_lan.py
tests/test_ui_server.py
tests/test_updater.py
tests/test_wiki_lint.py