From 699b8268fe4586c05290f89398b00812e3b05997 Mon Sep 17 00:00:00 2001 From: soyuka Date: Sat, 13 Jun 2026 16:23:18 +0200 Subject: [PATCH] docs: advertise the llms.txt documentation index in AGENTS.md Point agents at https://api-platform.com/docs/llms.txt (and llms-full.txt), the machine-readable index, alongside the human-readable docs. --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index f81ea9d..7677781 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,10 @@ This project uses [API Platform](https://api-platform.com) 4.x. Your training da likely outdated — is the source of truth. Before adding or changing API code, find and read the relevant page there. +For a machine-readable index of the documentation, fetch + (full text: +). + ## Core conventions API Platform is **design-first**: a resource is a plain PHP class marked `#[ApiResource]`