CHANGELOG.md
IMPLEMENTATION_PLAN.md
LICENSE
MANIFEST.in
README.en.md
README.md
RELEASE_CHECKLIST.md
install.ps1
install.sh
pyproject.toml
examples/README.md
examples/basic_usage.py
examples/mcp_stdio.ndjson
src/memleaf/__init__.py
src/memleaf/__main__.py
src/memleaf/budget.py
src/memleaf/capture.py
src/memleaf/cli.py
src/memleaf/compaction.py
src/memleaf/config.py
src/memleaf/credentials.py
src/memleaf/frontmatter.py
src/memleaf/host_events.py
src/memleaf/host_runtime.py
src/memleaf/inbox.py
src/memleaf/index.py
src/memleaf/installer.py
src/memleaf/locking.py
src/memleaf/mcp_server.py
src/memleaf/memory_writer.py
src/memleaf/model_discovery.py
src/memleaf/models.py
src/memleaf/native_index.py
src/memleaf/processing.py
src/memleaf/prompts.py
src/memleaf/redaction.py
src/memleaf/retrieval.py
src/memleaf/retrieval_gate.py
src/memleaf/scope_maintenance.py
src/memleaf/scope_state.py
src/memleaf/service.py
src/memleaf/validation.py
src/memleaf/vault.py
src/memleaf.egg-info/PKG-INFO
src/memleaf.egg-info/SOURCES.txt
src/memleaf.egg-info/dependency_links.txt
src/memleaf.egg-info/entry_points.txt
src/memleaf.egg-info/top_level.txt
src/memleaf/adapters/__init__.py
src/memleaf/adapters/antigravity.py
src/memleaf/adapters/base.py
src/memleaf/adapters/codex.py
src/memleaf/adapters/hermes.py
src/memleaf/hermes_provider/README.md
src/memleaf/hermes_provider/__init__.py
src/memleaf/hermes_provider/plugin.yaml
src/memleaf/llm/__init__.py
src/memleaf/llm/base.py
src/memleaf/llm/claude_compatible.py
src/memleaf/llm/gemini.py
src/memleaf/llm/openai_compatible.py
src/memleaf/llm/router.py
tests/__init__.py
tests/test_admission_noise.py
tests/test_codex_install.py
tests/test_codex_native_cli.py
tests/test_context_budget.py
tests/test_credential_safety.py
tests/test_cross_host_acceptance.py
tests/test_hermes_provider.py
tests/test_hermes_stdio_transport.py
tests/test_host_events.py
tests/test_host_runtime_contract.py
tests/test_install.py
tests/test_maintenance_v2.py
tests/test_model_discovery.py
tests/test_pypi_install.py
tests/test_retrieval_gate.py
tests/test_retrieval_v2.py
tests/test_session_lineage.py
tests/test_stage_a.py
tests/test_stage_b1.py
tests/test_stage_b2a.py
tests/test_stage_b2b.py
tests/test_stage_b3a_commit.py
tests/test_stage_b3a_contract.py
tests/test_stage_b3b_native_context.py
tests/test_stage_b3b_native_index.py
tests/test_stage_b3b_scope.py
tests/test_stage_b3c_retrieval.py
tests/test_stage_b3d_scope_maintenance.py
tests/test_stage_c1_mcp.py
tests/test_stage_c2_init.py
tests/test_stage_c3_packaging.py
tests/test_upgrade_preserves_vault.py
tests/test_v2_gate_limits.py
tests/test_v2_host_flow.py
tests/test_v2_mcp_flow.py
tests/test_v2_nomatch_semantics.py
tests/test_v2_search_gate_acceptance.py