LICENSE
README.md
pyproject.toml
memctl/__init__.py
memctl/ask.py
memctl/chat.py
memctl/cli.py
memctl/config.py
memctl/consolidate.py
memctl/diff.py
memctl/export_import.py
memctl/extract.py
memctl/hooks.py
memctl/ingest.py
memctl/inspect.py
memctl/installer.py
memctl/loop.py
memctl/mount.py
memctl/policy.py
memctl/proposer.py
memctl/query.py
memctl/similarity.py
memctl/store.py
memctl/sync.py
memctl/types.py
memctl.egg-info/PKG-INFO
memctl.egg-info/SOURCES.txt
memctl.egg-info/dependency_links.txt
memctl.egg-info/entry_points.txt
memctl.egg-info/requires.txt
memctl.egg-info/top_level.txt
memctl/mcp/__init__.py
memctl/mcp/audit.py
memctl/mcp/formatting.py
memctl/mcp/guard.py
memctl/mcp/rate_limiter.py
memctl/mcp/server.py
memctl/mcp/session.py
memctl/mcp/tools.py
memctl/scripts/__init__.py
memctl/scripts/install_claude_hooks.sh
memctl/scripts/install_eco.sh
memctl/scripts/install_mcp.sh
memctl/scripts/uninstall_eco.sh
memctl/scripts/uninstall_mcp.sh
memctl/templates/__init__.py
memctl/templates/eco/ECO.md
memctl/templates/eco/eco-hint.py
memctl/templates/eco/eco-hint.sh
memctl/templates/eco/eco.md
memctl/templates/eco/commands/consolidate.md
memctl/templates/eco/commands/diff.md
memctl/templates/eco/commands/export.md
memctl/templates/eco/commands/forget.md
memctl/templates/eco/commands/recall.md
memctl/templates/eco/commands/reindex.md
memctl/templates/eco/commands/remember.md
memctl/templates/eco/commands/scan.md
memctl/templates/eco/commands/status.md
memctl/templates/hooks/eco-nudge.py
memctl/templates/hooks/eco-nudge.sh
memctl/templates/hooks/memctl_audit_logger.py
memctl/templates/hooks/memctl_audit_logger.sh
memctl/templates/hooks/memctl_safety_guard.py
memctl/templates/hooks/memctl_safety_guard.sh
tests/test_ask.py
tests/test_audit.py
tests/test_chat.py
tests/test_cli.py
tests/test_config.py
tests/test_config_validation.py
tests/test_consolidate.py
tests/test_contracts.py
tests/test_diff.py
tests/test_eco_templates.py
tests/test_escalation_ladder.py
tests/test_exit_codes.py
tests/test_export_import.py
tests/test_extract.py
tests/test_forward_compat.py
tests/test_fts_cascade.py
tests/test_guard.py
tests/test_hooks.py
tests/test_ingest.py
tests/test_injection_integrity.py
tests/test_inspect.py
tests/test_installer.py
tests/test_loop.py
tests/test_mcp_middleware.py
tests/test_mcp_tools.py
tests/test_memory_reset.py
tests/test_mode_classification.py
tests/test_mount.py
tests/test_pii_patterns.py
tests/test_pipe_compose.py
tests/test_policy.py
tests/test_prefix_search.py
tests/test_proposer.py
tests/test_query_normalization.py
tests/test_rate_limiter.py
tests/test_reindex.py
tests/test_session.py
tests/test_similarity.py
tests/test_store.py
tests/test_sync.py
tests/test_token_ranking.py
tests/test_types.py