# Security-sensitive paths — maintainer approval required
src/mcp_memory_service/web/api/mcp.py @doobidoo
src/mcp_memory_service/web/oauth/ @doobidoo
.github/workflows/ @doobidoo

# Milvus storage backend
src/mcp_memory_service/storage/milvus.py @zc277584121
src/mcp_memory_service/storage/milvus_graph.py @henry201605
tests/storage/test_milvus.py @zc277584121 @henry201605
docs/milvus-backend.md @zc277584121

# Quality system, RRF fusion, mistake notes, maintain orchestrator
src/mcp_memory_service/quality/ @filhocf
src/mcp_memory_service/server/handlers/quality.py @filhocf
src/mcp_memory_service/services/memory_service.py @filhocf
tests/quality/ @filhocf

# Reasoning engine (RFC #732) — transitive closure, abduction, NLI, entity profiles
src/mcp_memory_service/reasoning/ @filhocf
src/mcp_memory_service/server/handlers/graph.py @filhocf
tests/test_nli_contradiction.py @filhocf
tests/test_entity_profiles.py @filhocf
tests/test_reasoning/ @filhocf
