docs: update AGENTS.md to reflect composer lint rename to format:check

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-04-09 15:26:36 +01:00
co-authored by Claude Sonnet 4.6
parent e2910230b2
commit 0391f67edb
+1 -1
View File
@@ -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 <file>` | Format a specific file |
| `composer lint <file>` | Check formatting of a file |
| `composer format:check <file>` | Check formatting of a file |
| `composer analyze` | Static analysis (PHPStan level 3) |
| `composer check` | Same as `analyze` |