LICENSE
README.md
pyproject.toml
src/memory/__init__.py
src/memory/cli.py
src/memory/config.py
src/memory/ingester.py
src/memory/init.py
src/memory/migrate.py
src/memory/searcher.py
src/memory/server.py
src/memory/ui.py
src/memory/install/__init__.py
src/memory/install/hook.py
src/memory/install/mcp.py
src/memory/install/skills.py
src/memory/parsers/__init__.py
src/memory/parsers/claude_code.py
src/memory/templates/claudemd_section.md
src/memory/templates/commands/memory-forget.md
src/memory/templates/commands/memory-recall.md
src/memory/templates/commands/memory-search.md
src/memory/templates/commands/memory-stats.md
src/memory/templates/context/README.md
src/memory/templates/context/active/.gitkeep
src/memory/templates/context/archive/.gitkeep
src/memory/templates/context/reference/.gitkeep
src/xarc_memory.egg-info/PKG-INFO
src/xarc_memory.egg-info/SOURCES.txt
src/xarc_memory.egg-info/dependency_links.txt
src/xarc_memory.egg-info/entry_points.txt
src/xarc_memory.egg-info/requires.txt
src/xarc_memory.egg-info/top_level.txt
tests/test_binary_smoke.py
tests/test_cli.py
tests/test_config.py
tests/test_dependencies.py
tests/test_index_rebuild.py
tests/test_ingest_search.py
tests/test_init.py
tests/test_install_hook.py
tests/test_install_mcp.py
tests/test_install_resolver.py
tests/test_install_skills.py
tests/test_mcp_server.py
tests/test_migrate.py
tests/test_parser.py
tests/test_quiet_mode.py
tests/test_readme_commands.py
tests/test_search_modes.py
tests/test_skill_templates.py
tests/test_vector_quality.py