📝 Update AGENTS.md with minor adjustments

This commit is contained in:
Dan Jones 2025-11-16 20:46:20 -06:00
commit 320a629561

View file

@ -4,8 +4,7 @@ This document outlines the conventions and commands for agentic coding in this r
## Build/Lint/Test Commands ## Build/Lint/Test Commands
* **Run all tests:** `php artisan test` or `php ./vendor/bin/pest` * **Tests:** There are no working tests. The user will do manual tests.
* **Run a single test file:** `php artisan test <path/to/test/file>` (e.g., `php artisan test tests/Feature/Commands/GetShowTest.php`)
* **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. * **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 ## Code Style Guidelines