diff --git a/AGENTS.md b/AGENTS.md index 4d11ff0ee3..1d908562f8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ Self-hosted Backend-as-a-Service platform. Hybrid monolithic-microservice archit | `docker compose exec appwrite test tests/unit/` | Run unit tests | | `composer format` | Auto-format code (Pint, PSR-12) | | `composer format ` | Format a specific file | -| `composer lint ` | Check formatting of a file | +| `composer format:check ` | Check formatting of a file | | `composer analyze` | Static analysis (PHPStan level 3) | | `composer check` | Same as `analyze` |