Skip to content

Commit 74790a3

Browse files
committed
Improve AGENTS.md
1 parent 5fabdcf commit 74790a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.ai/AGENTS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This file provides guidance to coding agents when working with code in this repo
55
## Project Overview
66

77
`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+.
810

911
## Development Workflow
1012

@@ -22,9 +24,10 @@ make docs # Generate class reference docs
2224

2325
## Public API
2426

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:
2628

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`
2831

2932
## Code and Testing Expectations
3033

0 commit comments

Comments
 (0)