You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/AGENTS.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ This file provides guidance to coding agents when working with code in this repo
5
5
## Project Overview
6
6
7
7
`webonyx/graphql-php` is a PHP implementation of the GraphQL specification.
8
+
As a foundational library, it requires no dependencies to install.
9
+
Supports PHP 7.4+.
8
10
9
11
## Development Workflow
10
12
@@ -22,9 +24,10 @@ make docs # Generate class reference docs
22
24
23
25
## Public API
24
26
25
-
Elements marked with `@api` in PHPDoc are part of the stable public API.
27
+
The following elements are part of the stable public API:
26
28
27
-
Constants listed in the [class-reference docs](https://webonyx.github.io/graphql-php/class-reference/) (generated via `generate-class-reference.php` with `'constants' => true`) are also stable public API, even without an `@api` tag.
29
+
- Elements marked with `@api` in PHPDoc
30
+
- Constants listed in `/docs/class-reference.md`, generated for classes with `'constants' => true` in `generate-class-reference.php`
0 commit comments