From 9f745641857ba17f63fb0e0758c5ec7d7105fa33 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Fri, 14 Aug 2026 17:18:43 -0400 Subject: [PATCH] docs: point AGENTS.md at the book-guide chapter-to-API cross-reference An agent building course content from this library had no pointer to docs/book-guide/index.md, the existing chapter-notebook-to-API mapping. --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d1f8d38..774f35c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,3 +8,5 @@ Codex uses `AGENTS.md` as the repo entry point. - `src/ml4t/live/AGENTS.md` provides the package-level module index - Public entry point: `from ml4t.live import LiveEngine` +- `docs/book-guide/index.md` provides the chapter-to-API cross-reference (book notebook -> concept + -> `ml4t.live` API -> docs page)