.gitignore
CHANGELOG.md
LICENSE
PLAN.md
README.md
pyproject.toml
.github/CODEOWNERS
.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/web.py
agentvault/adapters/__init__.py
agentvault/adapters/aider.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/archive.py
agentvault/core/decisions.py
agentvault/core/fts_index.py
agentvault/core/ingester.py
agentvault/core/noise_filter.py
agentvault/core/optimizer.py
agentvault/core/patterns.py
agentvault/core/redactor.py
agentvault/core/rules.py
agentvault/core/schema.py
agentvault/core/store.py
agentvault/core/summarizer.py
agentvault/core/synthesizer.py
agentvault/core/todos.py
agentvault/hooks/__init__.py
agentvault/hooks/auto_save.sh
agentvault/hooks/file_context.py
agentvault/hooks/injection_log.py
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
docs/ARCHITECTURE.md
tests/__init__.py
tests/fixtures/sample_aider_chat.md
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_aider.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_archive.py
tests/test_core/test_config.py
tests/test_core/test_decisions.py
tests/test_core/test_file_context_hook.py
tests/test_core/test_fts_index.py
tests/test_core/test_ingester.py
tests/test_core/test_injection_log.py
tests/test_core/test_mcp_server.py
tests/test_core/test_noise_filter.py
tests/test_core/test_obsidian_writer.py
tests/test_core/test_optimizer.py
tests/test_core/test_patterns.py
tests/test_core/test_redactor.py
tests/test_core/test_rules.py
tests/test_core/test_store_delete.py
tests/test_core/test_store_hybrid.py
tests/test_core/test_store_init.py
tests/test_core/test_summarizer.py
tests/test_core/test_synthesizer.py
tests/test_core/test_todos.py
tests/test_core/test_web.py