From 0fa5e6e41c59f198cb28441c8712b45506c52b3e Mon Sep 17 00:00:00 2001 From: Pawel Renc Date: Fri, 28 Aug 2026 22:56:56 -0400 Subject: [PATCH] Exclude exhaustive audit lane from documented live-test command - AGENTS.md compact live command now uses -m 'live_cms and not live_exhaustive' so it matches make test-live instead of triggering the full-corpus download - Exhaustive lane stays restricted to explicit requests via make test-live-exhaustive --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fb20691..050505e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,7 +56,7 @@ Do not run `make test-live` as part of routine validation. When live testing is requested, keep output compact: ```bash -.venv/bin/python -m pytest -q --tb=line -m live_cms tests/live +.venv/bin/python -m pytest -q --tb=line -m 'live_cms and not live_exhaustive' tests/live ``` Use the narrower targets when only one external contract needs validation: