LICENSE
README.md
pyproject.toml
memorymaster/__init__.py
memorymaster/__main__.py
memorymaster/_storage_lifecycle.py
memorymaster/_storage_read.py
memorymaster/_storage_schema.py
memorymaster/_storage_shared.py
memorymaster/_storage_sources.py
memorymaster/_storage_write_claims.py
memorymaster/access_control.py
memorymaster/action_exporters.py
memorymaster/action_extractor.py
memorymaster/atlas_claim_extractor.py
memorymaster/atlas_contract.py
memorymaster/auto_extractor.py
memorymaster/auto_resolver.py
memorymaster/candidate_dedupe.py
memorymaster/claim_edges.py
memorymaster/claim_verifier.py
memorymaster/cli.py
memorymaster/cli_handlers_basic.py
memorymaster/cli_handlers_curation.py
memorymaster/cli_handlers_integrity.py
memorymaster/cli_helpers.py
memorymaster/closets.py
memorymaster/config.py
memorymaster/conflict_resolver.py
memorymaster/context_hook.py
memorymaster/context_optimizer.py
memorymaster/contradiction_probe.py
memorymaster/daily_notes.py
memorymaster/dashboard.py
memorymaster/dashboard_auth.py
memorymaster/dashboard_integrity.py
memorymaster/db_merge.py
memorymaster/delta_sync.py
memorymaster/dream_bridge.py
memorymaster/embeddings.py
memorymaster/entity_extractor.py
memorymaster/entity_graph.py
memorymaster/entity_registry.py
memorymaster/federated_graphify.py
memorymaster/feedback.py
memorymaster/graph_store.py
memorymaster/hook_log.py
memorymaster/key_rotator.py
memorymaster/lifecycle.py
memorymaster/llm_budget.py
memorymaster/llm_provider.py
memorymaster/llm_rerank.py
memorymaster/llm_steward.py
memorymaster/mcp_path_policy.py
memorymaster/mcp_server.py
memorymaster/mcp_usage.py
memorymaster/media_processing.py
memorymaster/media_providers.py
memorymaster/metrics_exporter.py
memorymaster/models.py
memorymaster/observability.py
memorymaster/operator.py
memorymaster/operator_queue.py
memorymaster/plugins.py
memorymaster/policy.py
memorymaster/postgres_store.py
memorymaster/qdrant_backend.py
memorymaster/qdrant_recall_fallback.py
memorymaster/qmd_bridge.py
memorymaster/query_cache.py
memorymaster/query_classifier.py
memorymaster/query_expansion.py
memorymaster/recall_fusion.py
memorymaster/recall_tokenizer.py
memorymaster/retrieval.py
memorymaster/retry.py
memorymaster/review.py
memorymaster/rl_trainer.py
memorymaster/rule_export.py
memorymaster/rule_miner.py
memorymaster/rules.py
memorymaster/scheduler.py
memorymaster/schema.py
memorymaster/schema.sql
memorymaster/schema_postgres.sql
memorymaster/scope_utils.py
memorymaster/security.py
memorymaster/service.py
memorymaster/session_tracker.py
memorymaster/setup_hooks.py
memorymaster/snapshot.py
memorymaster/spool.py
memorymaster/steward.py
memorymaster/steward_classifier.py
memorymaster/steward_features.py
memorymaster/storage.py
memorymaster/store_factory.py
memorymaster/transcript_miner.py
memorymaster/turn_schema.py
memorymaster/vault_bases.py
memorymaster/vault_curator.py
memorymaster/vault_exporter.py
memorymaster/vault_linter.py
memorymaster/vault_log.py
memorymaster/vault_query_capture.py
memorymaster/vault_synthesis.py
memorymaster/verbatim_cleanup.py
memorymaster/verbatim_recall.py
memorymaster/verbatim_store.py
memorymaster/webhook.py
memorymaster/wiki_engine.py
memorymaster/wiki_freshness.py
memorymaster/wiki_similarity.py
memorymaster/wiki_suggest.py
memorymaster/wiki_validate.py
memorymaster.egg-info/PKG-INFO
memorymaster.egg-info/SOURCES.txt
memorymaster.egg-info/dependency_links.txt
memorymaster.egg-info/entry_points.txt
memorymaster.egg-info/requires.txt
memorymaster.egg-info/top_level.txt
memorymaster/bridges/__init__.py
memorymaster/bridges/action_exporters.py
memorymaster/bridges/action_extractor.py
memorymaster/bridges/atlas_claim_extractor.py
memorymaster/bridges/atlas_contract.py
memorymaster/bridges/atlas_llm_extractor.py
memorymaster/bridges/db_merge.py
memorymaster/bridges/delta_sync.py
memorymaster/bridges/dream_bridge.py
memorymaster/bridges/federated_graphify.py
memorymaster/bridges/media_processing.py
memorymaster/bridges/media_providers.py
memorymaster/bridges/qmd_bridge.py
memorymaster/bridges/connectors/__init__.py
memorymaster/bridges/connectors/whatsapp.py
memorymaster/bridges/local_search/__init__.py
memorymaster/bridges/local_search/everything.py
memorymaster/bridges/local_search/provider.py
memorymaster/bridges/local_search/redact.py
memorymaster/bridges/local_search/resolver.py
memorymaster/config_templates/claude-md-append.md
memorymaster/config_templates/codex-agents-md-append.md
memorymaster/config_templates/hooks/memorymaster-auto-ingest.py
memorymaster/config_templates/hooks/memorymaster-classify.py
memorymaster/config_templates/hooks/memorymaster-dream-sync.py
memorymaster/config_templates/hooks/memorymaster-precompact.py
memorymaster/config_templates/hooks/memorymaster-pretooluse-recall.py
memorymaster/config_templates/hooks/memorymaster-recall.py
memorymaster/config_templates/hooks/memorymaster-session-start.py
memorymaster/config_templates/hooks/memorymaster-steward-cycle.py
memorymaster/config_templates/hooks/memorymaster-validate-wiki.py
memorymaster/connectors/__init__.py
memorymaster/core/__init__.py
memorymaster/core/access_control.py
memorymaster/core/config.py
memorymaster/core/hook_log.py
memorymaster/core/intake_policy.py
memorymaster/core/key_rotator.py
memorymaster/core/lifecycle.py
memorymaster/core/llm_budget.py
memorymaster/core/llm_provider.py
memorymaster/core/models.py
memorymaster/core/observability.py
memorymaster/core/plugins.py
memorymaster/core/policy.py
memorymaster/core/retry.py
memorymaster/core/scope_utils.py
memorymaster/core/security.py
memorymaster/core/service.py
memorymaster/core/spool.py
memorymaster/core/webhook.py
memorymaster/govern/__init__.py
memorymaster/govern/auto_resolver.py
memorymaster/govern/candidate_dedupe.py
memorymaster/govern/claim_verifier.py
memorymaster/govern/conflict_resolver.py
memorymaster/govern/contradiction_probe.py
memorymaster/govern/feedback.py
memorymaster/govern/llm_budget.py
memorymaster/govern/llm_steward.py
memorymaster/govern/review.py
memorymaster/govern/rl_trainer.py
memorymaster/govern/scheduler.py
memorymaster/govern/steward.py
memorymaster/govern/steward_classifier.py
memorymaster/govern/steward_features.py
memorymaster/govern/verbatim_cleanup.py
memorymaster/govern/jobs/__init__.py
memorymaster/govern/jobs/calibration.py
memorymaster/govern/jobs/compact_summaries.py
memorymaster/govern/jobs/compactor.py
memorymaster/govern/jobs/daydream_ingest.py
memorymaster/govern/jobs/decay.py
memorymaster/govern/jobs/dedup.py
memorymaster/govern/jobs/deterministic.py
memorymaster/govern/jobs/entity_graph_export.py
memorymaster/govern/jobs/extractor.py
memorymaster/govern/jobs/fk_repair.py
memorymaster/govern/jobs/integrity.py
memorymaster/govern/jobs/qdrant_reconcile.py
memorymaster/govern/jobs/spool_drain.py
memorymaster/govern/jobs/staleness.py
memorymaster/govern/jobs/validator.py
memorymaster/jobs/__init__.py
memorymaster/knowledge/__init__.py
memorymaster/knowledge/auto_extractor.py
memorymaster/knowledge/closets.py
memorymaster/knowledge/daily_notes.py
memorymaster/knowledge/entity_extractor.py
memorymaster/knowledge/entity_graph.py
memorymaster/knowledge/entity_registry.py
memorymaster/knowledge/rule_export.py
memorymaster/knowledge/rule_miner.py
memorymaster/knowledge/rules.py
memorymaster/knowledge/transcript_miner.py
memorymaster/knowledge/vault_bases.py
memorymaster/knowledge/vault_curator.py
memorymaster/knowledge/vault_exporter.py
memorymaster/knowledge/vault_linter.py
memorymaster/knowledge/vault_log.py
memorymaster/knowledge/vault_query_capture.py
memorymaster/knowledge/vault_synthesis.py
memorymaster/knowledge/wiki_engine.py
memorymaster/knowledge/wiki_freshness.py
memorymaster/knowledge/wiki_similarity.py
memorymaster/knowledge/wiki_suggest.py
memorymaster/knowledge/wiki_validate.py
memorymaster/migrations/__init__.py
memorymaster/recall/__init__.py
memorymaster/recall/claim_edges.py
memorymaster/recall/context_hook.py
memorymaster/recall/context_optimizer.py
memorymaster/recall/embeddings.py
memorymaster/recall/graph_store.py
memorymaster/recall/llm_rerank.py
memorymaster/recall/qdrant_backend.py
memorymaster/recall/qdrant_recall_fallback.py
memorymaster/recall/query_cache.py
memorymaster/recall/query_classifier.py
memorymaster/recall/query_expansion.py
memorymaster/recall/recall_fusion.py
memorymaster/recall/recall_tokenizer.py
memorymaster/recall/retrieval.py
memorymaster/recall/verbatim_recall.py
memorymaster/recall/verbatim_store.py
memorymaster/stores/__init__.py
memorymaster/stores/_storage_lifecycle.py
memorymaster/stores/_storage_read.py
memorymaster/stores/_storage_schema.py
memorymaster/stores/_storage_shared.py
memorymaster/stores/_storage_sources.py
memorymaster/stores/_storage_write_claims.py
memorymaster/stores/postgres_store.py
memorymaster/stores/snapshot.py
memorymaster/stores/storage.py
memorymaster/stores/store_factory.py
memorymaster/stores/migrations/0001_initial.py
memorymaster/stores/migrations/0002_miner_state.py
memorymaster/stores/migrations/0003_contradiction_verdicts.py
memorymaster/stores/migrations/0004_query_cache.py
memorymaster/stores/migrations/0006_verbatim_session_content_index.py
memorymaster/stores/migrations/0007_rule_stats.py
memorymaster/stores/migrations/__init__.py
memorymaster/stores/migrations/runner.py
memorymaster/surfaces/__init__.py
memorymaster/surfaces/cli.py
memorymaster/surfaces/cli_handlers_basic.py
memorymaster/surfaces/cli_handlers_curation.py
memorymaster/surfaces/cli_handlers_integrity.py
memorymaster/surfaces/cli_helpers.py
memorymaster/surfaces/dashboard.py
memorymaster/surfaces/dashboard_auth.py
memorymaster/surfaces/dashboard_integrity.py
memorymaster/surfaces/mcp_path_policy.py
memorymaster/surfaces/mcp_server.py
memorymaster/surfaces/mcp_usage.py
memorymaster/surfaces/metrics_exporter.py
memorymaster/surfaces/operator.py
memorymaster/surfaces/operator_queue.py
memorymaster/surfaces/session_tracker.py
memorymaster/surfaces/setup_detect.py
memorymaster/surfaces/setup_hooks.py
memorymaster/surfaces/turn_schema.py
tests/test_access_control.py
tests/test_action_exporters.py
tests/test_action_extractor.py
tests/test_agent_contract_roundtrip.py
tests/test_ambient_spool.py
tests/test_archive_by_source.py
tests/test_atlas_claim_extractor.py
tests/test_atlas_contract.py
tests/test_atlas_llm_extractor.py
tests/test_atlas_source_schema.py
tests/test_auto_extractor.py
tests/test_auto_ingest_hook_citations.py
tests/test_auto_ingest_hook_schema.py
tests/test_auto_resolver.py
tests/test_auto_validate.py
tests/test_backend_parity.py
tests/test_bench_answer_prompt.py
tests/test_bitemporal_guard.py
tests/test_bm25_per_field.py
tests/test_calibration.py
tests/test_calibration_priors_applied.py
tests/test_candidate_dedupe.py
tests/test_checkpoint_tool.py
tests/test_claim_edges.py
tests/test_claim_links.py
tests/test_claim_paths.py
tests/test_claim_type_ranking.py
tests/test_classify_hook_f1.py
tests/test_classify_hook_latency.py
tests/test_claude_cli_probe.py
tests/test_claude_to_turns.py
tests/test_cli_dry_run.py
tests/test_cli_handlers_extra.py
tests/test_cli_json_flag.py
tests/test_cli_ready.py
tests/test_cli_review_queue.py
tests/test_cli_subcommands.py
tests/test_closets.py
tests/test_closets_recall_integration.py
tests/test_compact_summaries.py
tests/test_compact_summaries_sensitivity.py
tests/test_compaction_trace.py
tests/test_compactor_artifact_order.py
tests/test_config.py
tests/test_conflict_resolver.py
tests/test_conflict_resolver_extra.py
tests/test_confusion_matrix_eval.py
tests/test_connection_retry.py
tests/test_connectors.py
tests/test_context_hook.py
tests/test_context_hook_extra.py
tests/test_context_optimizer.py
tests/test_context_optimizer_provider.py
tests/test_contradiction_probe.py
tests/test_conversation_to_turns.py
tests/test_dashboard.py
tests/test_dashboard_auth.py
tests/test_dashboard_coverage.py
tests/test_dashboard_latency.py
tests/test_dashboard_lineage.py
tests/test_dashboard_review_queue.py
tests/test_daydream_ingest.py
tests/test_db_merge_audit_fixes.py
tests/test_db_merge_confidence_conflict.py
tests/test_db_merge_coverage_v2.py
tests/test_db_merge_extra.py
tests/test_decay_coverage.py
tests/test_decay_respects_pinned.py
tests/test_dedup.py
tests/test_dedup_cli.py
tests/test_dedup_conflict_disambiguation.py
tests/test_delta_sync.py
tests/test_delta_sync_extra.py
tests/test_deterministic_predicates.py
tests/test_dream_bridge_coverage_v2.py
tests/test_dream_bridge_extra.py
tests/test_dream_bridge_sensitivity.py
tests/test_dream_bridge_subject_sensitivity.py
tests/test_embeddings_coverage.py
tests/test_embeddings_degraded_signal.py
tests/test_entity_extractor.py
tests/test_entity_extractor_llm.py
tests/test_entity_graph.py
tests/test_entity_graph_export.py
tests/test_entity_new_kinds.py
tests/test_entity_regex_v3.py
tests/test_entity_registry.py
tests/test_entity_registry_extra.py
tests/test_entity_registry_merge_atomicity.py
tests/test_eval_harness.py
tests/test_events_schema.py
tests/test_extract_llm_ollama.py
tests/test_federated_graphify_mcp.py
tests/test_federated_query_safety.py
tests/test_feedback.py
tests/test_filter_bypass_hardening.py
tests/test_fk_repair.py
tests/test_floor_gate.py
tests/test_fts5_search.py
tests/test_graph_distance.py
tests/test_graph_harvest.py
tests/test_graph_store.py
tests/test_guarded_fuzzy_resolver.py
tests/test_handler_regressions.py
tests/test_hebbian_ebbinghaus.py
tests/test_hook_env_isolation.py
tests/test_human_id.py
tests/test_incident_drill_runner.py
tests/test_initdb_fastpath.py
tests/test_intake_policy.py
tests/test_integration_workflows.py
tests/test_integrity_job.py
tests/test_integrity_metrics.py
tests/test_intent_aware_ranking.py
tests/test_key_rotator.py
tests/test_lifecycle.py
tests/test_lifecycle_extra.py
tests/test_lifecycle_supersede_invariant.py
tests/test_llm_budget.py
tests/test_llm_concurrency_fixes.py
tests/test_llm_fallback.py
tests/test_llm_provider_claude_cli.py
tests/test_llm_provider_extra.py
tests/test_llm_provider_key_rotation.py
tests/test_llm_steward_coverage.py
tests/test_llm_steward_key_rotation.py
tests/test_llm_steward_scope.py
tests/test_local_search_provider.py
tests/test_local_search_redact.py
tests/test_local_search_sensitivity.py
tests/test_mcp_filter_bypass.py
tests/test_mcp_helpers.py
tests/test_mcp_path_policy.py
tests/test_mcp_rate_limit.py
tests/test_mcp_server_security_cluster.py
tests/test_mcp_server_validation.py
tests/test_mcp_usage.py
tests/test_media_processing.py
tests/test_meta_decisions.py
tests/test_metrics_exporter.py
tests/test_migrations.py
tests/test_misc_correctness_cluster.py
tests/test_observability.py
tests/test_observability_extra.py
tests/test_obsidian_mind_patterns.py
tests/test_open_conn.py
tests/test_operator.py
tests/test_operator_queue.py
tests/test_p2_cycle_cuts.py
tests/test_perf_smoke_config.py
tests/test_plugins.py
tests/test_policy_coverage.py
tests/test_policy_mode_env.py
tests/test_postgres_parity.py
tests/test_pretooluse_grep_inject.py
tests/test_push_volunteer_context.py
tests/test_qdrant_backend.py
tests/test_qdrant_reconcile.py
tests/test_qmd_bridge.py
tests/test_qrels_regression.py
tests/test_query_cache.py
tests/test_query_classifier.py
tests/test_query_expansion.py
tests/test_read_visibility_filter.py
tests/test_recall_analysis.py
tests/test_recall_entity_fanout.py
tests/test_recall_fusion.py
tests/test_recall_latency.py
tests/test_recall_precision_at_5.py
tests/test_recall_tokenizer.py
tests/test_recall_vector_fallback.py
tests/test_reliability_hardening.py
tests/test_resolve_project.py
tests/test_resolve_project_calibration.py
tests/test_resolvers_concurrent_supersede.py
tests/test_retrieval_extra.py
tests/test_retrieval_profile.py
tests/test_retrieval_profiles.py
tests/test_retrieval_rrf_tiebreaker.py
tests/test_retrieval_weights.py
tests/test_review.py
tests/test_rl_trainer.py
tests/test_ro_recall.py
tests/test_rollup_telemetry.py
tests/test_rrf_auto_gate.py
tests/test_rule_claims.py
tests/test_rule_confidence_bootstrap.py
tests/test_rule_miner.py
tests/test_rules_export.py
tests/test_scheduler.py
tests/test_schema.py
tests/test_scope_boost.py
tests/test_scope_utils.py
tests/test_scope_utils_canonicalize.py
tests/test_security_access.py
tests/test_security_patterns.py
tests/test_sensitivity_filter_adversarial.py
tests/test_sensitivity_filter_adversarial_v2.py
tests/test_sensitivity_filter_t07.py
tests/test_service_coverage.py
tests/test_service_embedding_toctou.py
tests/test_session_tracker.py
tests/test_setup_detect.py
tests/test_setup_hooks.py
tests/test_snapshot.py
tests/test_snapshot_roundtrip.py
tests/test_spool.py
tests/test_sqlite_core.py
tests/test_staleness.py
tests/test_stealth_mode.py
tests/test_steward.py
tests/test_steward_classifier.py
tests/test_steward_contradiction_phase.py
tests/test_steward_daydream_hook.py
tests/test_steward_features.py
tests/test_steward_features_v3.py
tests/test_steward_resolution_parity.py
tests/test_steward_resolvers_audit_fixes.py
tests/test_steward_rule_mining.py
tests/test_storage_concurrency.py
tests/test_storage_extra.py
tests/test_storage_internals_audit.py
tests/test_storage_parity.py
tests/test_store_factory.py
tests/test_takes_vs_facts.py
tests/test_tenant_isolation.py
tests/test_transcript_miner_sensitivity.py
tests/test_turn_schema.py
tests/test_two_pass_recall.py
tests/test_v311_fixes.py
tests/test_v313_e2e.py
tests/test_v313_run_cycle_dedupe.py
tests/test_v390_e2e.py
tests/test_v391_strict_warnings.py
tests/test_vault_exporter.py
tests/test_vault_linter_extra.py
tests/test_vault_linter_orphan.py
tests/test_vault_linter_weak_link.py
tests/test_vault_query_capture_scope.py
tests/test_vector_search.py
tests/test_verbatim_cleanup.py
tests/test_verbatim_dedup.py
tests/test_verbatim_perf_index.py
tests/test_verbatim_recall.py
tests/test_verbatim_store.py
tests/test_verbatim_store_pragmas.py
tests/test_verbatim_store_qdrant.py
tests/test_webhook.py
tests/test_webhook_hmac.py
tests/test_whatsapp_importer.py
tests/test_wiki_autopromote.py
tests/test_wiki_backfill_bindings_backend.py
tests/test_wiki_binding.py
tests/test_wiki_engine_absorb_fixes.py
tests/test_wiki_engine_extra.py
tests/test_wiki_engine_idempotency.py
tests/test_wiki_explored_and_contradictions.py
tests/test_wiki_freshness.py
tests/test_wiki_similarity_multiscope.py
tests/test_wiki_suggest.py
tests/test_wiki_validate_cli.py
tests/test_wiki_validate_desc_bound.py