# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Commands ```bash # Start all services docker compose up --build # Interactive CLI (requires services running) docker compose --profile tools run --rm -it cli # Integration tests — run from tests/integration/, require all services up python3 test_health.py python3 test_memory.py [--name-only|--bench-only|--dedup-only] python3 test_routing.py [--easy-only|--medium-only|--hard-only] # Use case tests — read the .md file and follow its steps as Claude Code # example: read tests/use_cases/weather_now.md and execute it ``` ## Architecture @ARCHITECTURE.md