diff --git a/CLAUDE.md b/CLAUDE.md index 5958d3d..32b591d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,6 +15,8 @@ faults rather than found naturally, say so plainly in the README and writeup. ## How to run - Setup: put a real `OPENROUTER_API_KEY` in `.env` (gitignored). See `README.md`. - Smoke test: `uv run verify.py` — exercises plain chat + one tool-calling round-trip. +- Tests: `uv run pytest` — all 12 offline suites in one go (77 tests, no API key needed; CI runs + this on every PR). Any single suite still runs standalone: `uv run test_.py`. - Anything else: `uv run