📝 Update AGENTS.md with minor adjustments
This commit is contained in:
parent
caa1f0e442
commit
320a629561
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue