From bc5a2cfad1a3e8db5a946f9be291fdd017fdd832 Mon Sep 17 00:00:00 2001 From: Khai Date: Mon, 27 Jul 2026 21:35:18 +0100 Subject: [PATCH] fix(ci): stop requiring gitignored AGENTS.md in phase0 docs check Co-authored-by: Cursor --- tests/test_phase0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_phase0.py b/tests/test_phase0.py index a10c8d8..73ef0ee 100644 --- a/tests/test_phase0.py +++ b/tests/test_phase0.py @@ -78,7 +78,7 @@ def test_required_directories_exist() -> None: def test_required_docs_exist() -> None: required_files = [ "README.md", - "AGENTS.md", + # AGENTS.md is intentionally gitignored (local agent instructions only). "ROADMAP.md", "MODEL_CARD.md", "CHANGELOG.md",