LICENSE
README.md
pyproject.toml
artifacts/bm25-per-field-eval-harness.py
benchmarks/longmemeval_runner.py
benchmarks/longmemeval_vector_runner.py
benchmarks/perf_smoke.py
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_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/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_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/skill_evolver.py
memorymaster/snapshot.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/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-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/connectors/whatsapp.py
memorymaster/jobs/__init__.py
memorymaster/jobs/calibration.py
memorymaster/jobs/compact_summaries.py
memorymaster/jobs/compactor.py
memorymaster/jobs/daydream_ingest.py
memorymaster/jobs/decay.py
memorymaster/jobs/dedup.py
memorymaster/jobs/deterministic.py
memorymaster/jobs/entity_graph_export.py
memorymaster/jobs/extractor.py
memorymaster/jobs/staleness.py
memorymaster/jobs/validator.py
memorymaster/migrations/0001_initial.py
memorymaster/migrations/0002_miner_state.py
memorymaster/migrations/0003_contradiction_verdicts.py
memorymaster/migrations/0004_query_cache.py
memorymaster/migrations/__init__.py
memorymaster/migrations/runner.py
scripts/agg_recall_latency.py
scripts/alert_operator_metrics.py
scripts/audit_dedupe_precision.py
scripts/autoresearch_daemon.py
scripts/backfill_entity_extraction.py
scripts/backfill_graph_store.py
scripts/backfill_stop_hook_citations.py
scripts/backtest_steward_classifier.py
scripts/build_steward_training_set.py
scripts/check_hook_template_drift.py
scripts/claude_to_turns.py
scripts/codex_live_to_turns.py
scripts/compaction_edge_cases.py
scripts/compaction_trace_report.py
scripts/compaction_trace_validate.py
scripts/confusion_matrix_eval.py
scripts/conversation_importer.py
scripts/conversation_to_turns.py
scripts/e2e_operator.py
scripts/email_live_to_turns.py
scripts/eval_bm25_sweep.py
scripts/eval_classify_f1.py
scripts/eval_memorymaster.py
scripts/eval_recall_precision_at_5.py
scripts/eval_recall_quality.py
scripts/eval_steward_pareto.py
scripts/eval_verbatim_recall.py
scripts/expand_recall_eval.py
scripts/generate_drill_signoff.py
scripts/git_to_turns.py
scripts/github_live_to_turns.py
scripts/gitnexus_to_claims.py
scripts/grid_recall_weights.py
scripts/index_claims_to_qdrant.py
scripts/ingest_planning_docs.py
scripts/jira_live_to_turns.py
scripts/label_prompts_with_judge.py
scripts/llm_benchmark.py
scripts/measure_dedupe_thresholds.py
scripts/merge_scope_variants.py
scripts/messages_to_turns.py
scripts/operator_metrics.py
scripts/precompute_candidates.py
scripts/recurring_incident_drill.py
scripts/release_readiness.py
scripts/run_codex_autologger.py
scripts/run_incident_drill.py
scripts/scheduled_ingest.py
scripts/setup-hooks.py
scripts/slack_live_to_turns.py
scripts/sync_hook_templates.py
scripts/tickets_to_turns.py
scripts/train_steward_classifier.py
scripts/webhook_to_turns.py
tests/bench_longmemeval.py
tests/conftest.py
tests/test_access_control.py
tests/test_action_exporters.py
tests/test_action_extractor.py
tests/test_atlas_claim_extractor.py
tests/test_atlas_contract.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_bm25_per_field.py
tests/test_calibration.py
tests/test_calibration_priors_applied.py
tests/test_candidate_dedupe.py
tests/test_claim_edges.py
tests/test_claim_links.py
tests/test_claim_type_ranking.py
tests/test_classify_hook_f1.py
tests/test_classify_hook_latency.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_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_embeddings_coverage.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_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_floor_gate.py
tests/test_fts5_search.py
tests/test_graph_distance.py
tests/test_graph_store.py
tests/test_handler_regressions.py
tests/test_hook_env_isolation.py
tests/test_human_id.py
tests/test_incident_drill_runner.py
tests/test_integration_workflows.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_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_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_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_observability.py
tests/test_observability_extra.py
tests/test_obsidian_mind_patterns.py
tests/test_operator.py
tests/test_operator_queue.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_qdrant_backend.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_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_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_rrf_auto_gate.py
tests/test_rule_claims.py
tests/test_rule_miner.py
tests/test_scheduler.py
tests/test_schema.py
tests/test_scope_boost.py
tests/test_scope_utils.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_session_tracker.py
tests/test_snapshot.py
tests/test_snapshot_roundtrip.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_storage_extra.py
tests/test_storage_parity.py
tests/test_store_factory.py
tests/test_tenant_isolation.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_vector_search.py
tests/test_verbatim_cleanup.py
tests/test_verbatim_dedup.py
tests/test_verbatim_recall.py
tests/test_verbatim_store.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_binding.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/integration/test_extract_llm_ollama_live.py