CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
uv.lock
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/local.yml
docs/ARCHITECTURE.md
docs/DESIGN_MCP_2026_07_28_RC.md
docs/DESIGN_POSTGRES_RETRIEVAL_PARITY.md
docs/DESIGN_SESSION_WORKING_MEMORY.md
docs/DESIGN_VAULT_STUDIO.md
docs/IMPLEMENTATION_CONTRACT.md
docs/LOCAL_RELEASE_READINESS.md
docs/MCP_CONFORMANCE.md
docs/OPERATIONS.md
docs/REUSE_PROVENANCE.md
docs/THREAT_MODEL.md
examples/reviewed-manifest.json
examples/vault-mapping.json
migrations/001_pgvector.sql
migrations/001_sqlite.sql
scripts/check_distribution.py
scripts/check_docs.py
scripts/cleanroom_release_acceptance.py
scripts/export_sqlite_schema.py
scripts/installed_acceptance.py
scripts/license_inventory.py
scripts/sanitize.py
src/memoryadapter/__init__.py
src/memoryadapter/__main__.py
src/memoryadapter/adapters.py
src/memoryadapter/adaptive_memory.py
src/memoryadapter/apps.py
src/memoryadapter/backend.py
src/memoryadapter/backend_postgres.py
src/memoryadapter/capability_links.py
src/memoryadapter/cli.py
src/memoryadapter/config.py
src/memoryadapter/db.py
src/memoryadapter/embeddings.py
src/memoryadapter/errors.py
src/memoryadapter/identity.py
src/memoryadapter/identity_pki.py
src/memoryadapter/mcp.py
src/memoryadapter/mcp_http.py
src/memoryadapter/mcp_stdio.py
src/memoryadapter/pointers.py
src/memoryadapter/promotion.py
src/memoryadapter/providers.py
src/memoryadapter/quarantine.py
src/memoryadapter/retrieval.py
src/memoryadapter/runtime.py
src/memoryadapter/server.py
src/memoryadapter/session_memory.py
src/memoryadapter/tasks.py
src/memoryadapter/trusted_exec.py
src/memoryadapter/util.py
src/memoryadapter/vault.py
src/memoryadapter/web/__init__.py
src/memoryadapter/web/app.js
src/memoryadapter/web/index.html
src/memoryadapter/web/studio.css
src/memoryadapter/web/studio.html
src/memoryadapter/web/studio.js
src/memoryadapter/web/style.css
tests/__init__.py
tests/test_adapter_query_paths.py
tests/test_adapters_contract.py
tests/test_apps.py
tests/test_backend_postgres.py
tests/test_backend_seam.py
tests/test_candidate_contract.py
tests/test_capability_contract.py
tests/test_cleanroom_normalize.py
tests/test_cleanroom_release_contract.py
tests/test_cli_operations.py
tests/test_curator_gates.py
tests/test_distribution_contract.py
tests/test_docs_contract.py
tests/test_embeddings.py
tests/test_entry_protocol.py
tests/test_hardening_regressions.py
tests/test_identity_contract.py
tests/test_knowledge_tree.py
tests/test_mcp_conformance.py
tests/test_mcp_http.py
tests/test_mcp_stateless_rc.py
tests/test_mcp_stdio.py
tests/test_migration_contract.py
tests/test_mtls_loopback.py
tests/test_pointer_lifecycle.py
tests/test_pointer_policy.py
tests/test_postgres_retrieval_parity.py
tests/test_promotion_integrity.py
tests/test_promotion_recovery.py
tests/test_qa_review_fixes.py
tests/test_rejection_contract.py
tests/test_retrieval_intake.py
tests/test_retrieval_seam.py
tests/test_review_api_mtls.py
tests/test_review_ui_contract.py
tests/test_runtime_projection.py
tests/test_security.py
tests/test_session_memory.py
tests/test_tasks_extension.py
tests/test_vault_init.py