.gitignore
.gitleaks.toml
CLAUDE.md
HARDENING_CHANGELOG.md
LICENSE
README.md
SECURITY.md
SECURITY_FINDINGS.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/secret-scan.yml
.github/workflows/security.yml
benchmark/README.md
docs/eval.md
docs/integrations.md
docs/source_attribution.md
docs/marketing/positioning-anchors-2026-05.md
docs/marketing/show-hn.md
docs/marketing/substack-local-first-memory.md
docs/roadmap/v0.4.0-connect.md
scripts/preflight.sh
src/memboot/__init__.py
src/memboot/__main__.py
src/memboot/chunker.py
src/memboot/cli.py
src/memboot/context.py
src/memboot/doctor.py
src/memboot/embedder.py
src/memboot/eval.py
src/memboot/exceptions.py
src/memboot/gates.py
src/memboot/indexer.py
src/memboot/installer.py
src/memboot/licensing.py
src/memboot/mcp_server.py
src/memboot/memory.py
src/memboot/models.py
src/memboot/notes_repo.py
src/memboot/query.py
src/memboot/security.py
src/memboot/store.py
src/memboot/telemetry.py
src/memboot/watcher.py
src/memboot.egg-info/PKG-INFO
src/memboot.egg-info/SOURCES.txt
src/memboot.egg-info/dependency_links.txt
src/memboot.egg-info/entry_points.txt
src/memboot.egg-info/requires.txt
src/memboot.egg-info/top_level.txt
src/memboot/clients/__init__.py
src/memboot/clients/base.py
src/memboot/clients/claude_code.py
src/memboot/clients/claude_desktop.py
src/memboot/clients/codex.py
src/memboot/clients/cursor.py
src/memboot/clients/librechat.py
src/memboot/clients/mcphost.py
src/memboot/clients/ollmcp.py
src/memboot/clients/windsurf.py
src/memboot/clients/zed.py
src/memboot/ingest/__init__.py
src/memboot/ingest/files.py
src/memboot/ingest/pdf.py
src/memboot/ingest/web.py
tests/__init__.py
tests/conftest.py
tests/test_chunker.py
tests/test_cli.py
tests/test_clients.py
tests/test_codex.py
tests/test_context.py
tests/test_doctor.py
tests/test_embedder.py
tests/test_eval.py
tests/test_exceptions.py
tests/test_gates.py
tests/test_indexer.py
tests/test_ingest.py
tests/test_installer.py
tests/test_librechat.py
tests/test_licensing.py
tests/test_main_module.py
tests/test_mcp_server.py
tests/test_memory.py
tests/test_models.py
tests/test_notes_repo.py
tests/test_query.py
tests/test_security.py
tests/test_store.py
tests/test_telemetry.py
tests/test_watcher.py