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