.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
agentvault/__init__.py
agentvault/__main__.py
agentvault/cli.py
agentvault/config.py
agentvault/mcp_server.py
agentvault/adapters/__init__.py
agentvault/adapters/base.py
agentvault/adapters/claude_code.py
agentvault/adapters/codex.py
agentvault/adapters/cursor.py
agentvault/adapters/opencode.py
agentvault/core/__init__.py
agentvault/core/ingester.py
agentvault/core/redactor.py
agentvault/core/schema.py
agentvault/core/store.py
agentvault/hooks/__init__.py
agentvault/hooks/auto_save.sh
agentvault/writers/__init__.py
agentvault/writers/chromadb_writer.py
agentvault/writers/obsidian.py
agentvault_memory.egg-info/PKG-INFO
agentvault_memory.egg-info/SOURCES.txt
agentvault_memory.egg-info/dependency_links.txt
agentvault_memory.egg-info/entry_points.txt
agentvault_memory.egg-info/requires.txt
agentvault_memory.egg-info/top_level.txt
assets/icon.png
assets/logo.png
tests/__init__.py
tests/fixtures/sample_claude_session.jsonl
tests/fixtures/sample_codex_session.jsonl
tests/fixtures/sample_cursor_conversation.json
tests/fixtures/sample_opencode_history.jsonl
tests/test_adapters/__init__.py
tests/test_adapters/test_claude_code.py
tests/test_adapters/test_codex.py
tests/test_adapters/test_cursor.py
tests/test_adapters/test_opencode.py
tests/test_core/__init__.py
tests/test_core/test_config.py
tests/test_core/test_ingester.py
tests/test_core/test_mcp_server.py
tests/test_core/test_obsidian_writer.py
tests/test_core/test_redactor.py