.env.example
.gitignore
.memento.rules.md
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
NOTICES.md
README.md
demo_memento.py
memento.todo.md
pyproject.toml
uv.lock
.claude-plugin/.mcp.json
.claude-plugin/README.md
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.claude-plugin/commands/help.md
.claude-plugin/commands/init.md
.claude-plugin/commands/mine.md
.claude-plugin/commands/search.md
.claude-plugin/commands/status.md
.claude-plugin/skills/memento/SKILL.md
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/bump-plugin-version.yml.disabled
.github/workflows/ci.yml
.github/workflows/publish.yml
.omc/notepad.md
.omc/project-memory.json
.trae/specs/active-coercion-deterministic/checklist.md
.trae/specs/active-coercion-deterministic/spec.md
.trae/specs/active-coercion-deterministic/tasks.md
.trae/specs/crystallize-dense-rooms/checklist.md
.trae/specs/crystallize-dense-rooms/spec.md
.trae/specs/crystallize-dense-rooms/tasks.md
.trae/specs/dependency-tracker/checklist.md
.trae/specs/dependency-tracker/spec.md
.trae/specs/dependency-tracker/tasks.md
.trae/specs/enable-adaptive-retrieval-lifecycle/checklist.md
.trae/specs/enable-adaptive-retrieval-lifecycle/spec.md
.trae/specs/enable-adaptive-retrieval-lifecycle/tasks.md
.trae/specs/memento-beyond-memory/checklist.md
.trae/specs/memento-beyond-memory/spec.md
.trae/specs/memento-beyond-memory/tasks.md
.trae/specs/memento-core-refactoring/checklist.md
.trae/specs/memento-core-refactoring/spec.md
.trae/specs/memento-core-refactoring/tasks.md
.trae/specs/memento-hybrid-ui/checklist.md
.trae/specs/memento-hybrid-ui/spec.md
.trae/specs/memento-hybrid-ui/tasks.md
.trae/specs/persist-goal-enforcer/checklist.md
.trae/specs/persist-goal-enforcer/spec.md
.trae/specs/persist-goal-enforcer/tasks.md
.trae/specs/precognitive-intervention/checklist.md
.trae/specs/precognitive-intervention/spec.md
.trae/specs/precognitive-intervention/tasks.md
assets/memento-logo.svg
benchmarks/run_benchmarks.py
docs/superpowers/plans/2026-04-13-dynamic-workspace-router-plan.md
docs/superpowers/plans/2026-04-13-goal-enforcer-persistence.md
docs/superpowers/plans/2026-04-13-workspace-db-migration-plan.md
docs/superpowers/plans/2026-04-16-autonomous-memory-engine-vnext-plan.md
docs/superpowers/plans/2026-04-16-memento-tools-offline-observability-plan.md
docs/superpowers/plans/2026-04-22-memento-conscientia-plan.md
docs/superpowers/plans/2026-04-25-memento-update-cli.md
docs/superpowers/plans/2026-04-25-session-handoff-recovery-plan.md
docs/superpowers/specs/2026-04-13-dynamic-workspace-router-design.md
docs/superpowers/specs/2026-04-13-workspace-db-migration-design.md
docs/superpowers/specs/2026-04-15-release-readiness-design.md
docs/superpowers/specs/2026-04-16-autonomous-memory-engine-vnext-design.md
docs/superpowers/specs/2026-04-16-routing-v2-deterministic-scoring-design.md
docs/superpowers/specs/2026-04-22-memento-conscientia-design.md
docs/superpowers/specs/2026-04-26-memento-update-design.md
memento/__init__.py
memento/__main__.py
memento/access_manager.py
memento/active_coercion.py
memento/active_coercion_hook.py
memento/autonomous.py
memento/cli.py
memento/cognitive_engine.py
memento/config_store.py
memento/consolidation.py
memento/consolidation_scheduler.py
memento/cross_workspace.py
memento/daemon.py
memento/dependency_tracker.py
memento/enforcement_rules.py
memento/git_context.py
memento/git_hooks.py
memento/goal_middleware.py
memento/goal_store.py
memento/handoff_prompt.py
memento/kg_extraction.py
memento/kg_extraction_scheduler.py
memento/kg_storage.py
memento/knowledge_graph.py
memento/llm_client.py
memento/local_embeddings.py
memento/math_utils.py
memento/mcp_server.py
memento/migration.py
memento/notifications.py
memento/ontology.py
memento/predictive_cache.py
memento/project_memory_graph.py
memento/project_state.py
memento/provider.py
memento/quality_metrics.py
memento/redaction.py
memento/registry.py
memento/relevance.py
memento/session_manager.py
memento/session_store.py
memento/settings.py
memento/ui_server.py
memento/updater.py
memento/workspace_context.py
memento/eval/__init__.py
memento/eval/datasets.py
memento/eval/metrics.py
memento/eval/runner.py
memento/memory/__init__.py
memento/memory/active_inference.py
memento/memory/consolidator.py
memento/memory/governor.py
memento/memory/hdc.py
memento/memory/l1_working.py
memento/memory/l2_episodic.py
memento/memory/l3_semantic.py
memento/memory/orchestrator.py
memento/memory/reflector.py
memento/memory/vsa_index.py
memento/migrations/__init__.py
memento/migrations/runner.py
memento/migrations/versions/__init__.py
memento/migrations/versions/v001_initial_schema.py
memento/migrations/versions/v002_consolidation_log.py
memento/migrations/versions/v003_kg_extraction.py
memento/migrations/versions/v004_relevance_tracking.py
memento/migrations/versions/v005_cross_workspace.py
memento/migrations/versions/v007_performance_indexes.py
memento/migrations/versions/v008_kg_schema.py
memento/migrations/versions/v009_memory_tiers.py
memento/migrations/versions/v010_sessions_handoff.py
memento/prompts/check_goal_alignment.json
memento/prompts/detect_latent_features.json
memento/prompts/kg_extract_triples.json
memento/prompts/notification_analysis.json
memento/prompts/parse_natural_language_intent.json
memento/prompts/registry.py
memento/prompts/synthesize_dreams.json
memento/retrieval/__init__.py
memento/retrieval/pipeline.py
memento/retrieval/types.py
memento/retrieval/lanes/__init__.py
memento/retrieval/lanes/dense.py
memento/retrieval/lanes/fts.py
memento/retrieval/lanes/recency.py
memento/retrieval/lanes/vsa.py
memento/tools/__init__.py
memento/tools/autonomy.py
memento/tools/coercion.py
memento/tools/cognitive.py
memento/tools/consolidation.py
memento/tools/core.py
memento/tools/cross_workspace.py
memento/tools/explain.py
memento/tools/goals.py
memento/tools/kg_extraction.py
memento/tools/memory.py
memento/tools/notifications.py
memento/tools/predictive.py
memento/tools/project_memory.py
memento/tools/project_state.py
memento/tools/quality.py
memento/tools/relevance.py
memento/tools/sessions.py
memento/tools/unified.py
memento/tools/unified_extra.py
memento/tools/utils.py
memento/tools/vnext_retrieval.py
memento_mcp.egg-info/PKG-INFO
memento_mcp.egg-info/SOURCES.txt
memento_mcp.egg-info/dependency_links.txt
memento_mcp.egg-info/entry_points.txt
memento_mcp.egg-info/requires.txt
memento_mcp.egg-info/top_level.txt
tests/conftest.py
tests/mcp_contract_helpers.py
tests/test_access_manager.py
tests/test_active_coercion.py
tests/test_active_coercion_hook.py
tests/test_active_inference.py
tests/test_autonomous.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_coercion_presets.py
tests/test_cognitive_engine.py
tests/test_cognitive_engine_consolidate.py
tests/test_cognitive_engine_reflector.py
tests/test_consolidation.py
tests/test_consolidator.py
tests/test_cross_workspace.py
tests/test_daemon.py
tests/test_dependency_tracker.py
tests/test_dynamic_routing.py
tests/test_enforcement_rules.py
tests/test_git_context.py
tests/test_goal_enforcer_persistence.py
tests/test_goal_store.py
tests/test_goals.py
tests/test_hdc.py
tests/test_kg_extraction.py
tests/test_kg_storage.py
tests/test_l1_working.py
tests/test_l1_working_memory_dump_restore.py
tests/test_llm_client.py
tests/test_local_embeddings.py
tests/test_math_utils.py
tests/test_mcp_auto_checkpoint_policy.py
tests/test_mcp_benchmarks.py
tests/test_mcp_daemon.py
tests/test_mcp_session_event_logging.py
tests/test_mcp_sessions_tools.py
tests/test_mcp_tool_contracts.py
tests/test_memory_governor.py
tests/test_memory_tiers.py
tests/test_migration.py
tests/test_neuro_provider.py
tests/test_notifications.py
tests/test_ontology.py
tests/test_orchestrator.py
tests/test_predictive_cache.py
tests/test_provider.py
tests/test_quality_metrics.py
tests/test_redaction.py
tests/test_reflector.py
tests/test_registry.py
tests/test_relevance.py
tests/test_schema_migrations.py
tests/test_session_manager_checkpoint_resume.py
tests/test_session_store.py
tests/test_sessions_migration.py
tests/test_tools_smoke.py
tests/test_ui_server_security.py
tests/test_updater.py
tests/test_vnext_retrieval.py
tests/test_vsa_index.py
tests/test_workspace_binding.py
tests/test_workspace_context_has_session_manager.py
tests/test_workspace_isolation.py