From 320a62956119499dbf127d8160852a520052056b Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sun, 16 Nov 2025 20:46:20 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20AGENTS.md=20with=20mino?= =?UTF-8?q?r=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1e4712b..1d1bca7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,8 +4,7 @@ This document outlines the conventions and commands for agentic coding in this r ## Build/Lint/Test Commands -* **Run all tests:** `php artisan test` or `php ./vendor/bin/pest` -* **Run a single test file:** `php artisan test ` (e.g., `php artisan test tests/Feature/Commands/GetShowTest.php`) +* **Tests:** There are no working tests. The user will do manual tests. * **Linting:** Adhere to PSR-12 coding standards. No explicit linting command is configured, but static analysis tools like PHPStan or Psalm may be used locally. ## Code Style Guidelines