LICENSE
README.md
pyproject.toml
memctl/__init__.py
memctl/ask.py
memctl/chat.py
memctl/cli.py
memctl/config.py
memctl/consolidate.py
memctl/export_import.py
memctl/extract.py
memctl/ingest.py
memctl/inspect.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
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_contracts.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_ingest.py
tests/test_injection_integrity.py
tests/test_inspect.py
tests/test_loop.py
tests/test_mcp_middleware.py
tests/test_mcp_tools.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_query_normalization.py
tests/test_rate_limiter.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