# Memory Retrieval Map

Generated by the agent-memory extension. Do not edit manually; edit Topic Files and run `/memory reindex`.

This file helps agents find relevant project memories. Start here, then read topic files under `topics/`.

## Topics

### testing
Path: topics/testing.md
Concepts: auth, integration tests, testing
Aliases: test strategy, unit tests
Applies to: src/auth/**, tests/auth/**

Summary:
- mem_20260527_103012_a7f3: Prefer integration tests for auth flows because they catch middleware and session behavior that unit tests miss.
