diff --git a/AGENTS.md b/AGENTS.md index ee5220f..257aa16 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -74,6 +74,11 @@ make regen-snapshots - **No static version string.** GAT uses `setuptools_scm` — version is derived from git tags at build time (`dynamic = ["version"]` in `pyproject.toml`). Never hand-edit a version number anywhere. +- **Keep `docs/source/_llms_root/llms.txt` in sync.** It's a hand-written + pointer list for agents helping *end users* of `nlr-gat`, not + auto-generated from the toctree — if you add, remove, or rename a + doc page, or ship a capability significant enough to belong in a + quickstart, update it in the same PR. ## Release process diff --git a/src/gat/__init__.py b/src/gat/__init__.py index d0a69c2..4e3f0ef 100644 --- a/src/gat/__init__.py +++ b/src/gat/__init__.py @@ -2,6 +2,8 @@ GAT - Grid Analysis Toolkit A toolkit for wrangling data for Bulk Grid Dispatch and Transmission Analysis. + +Docs: https://natlabrockies.github.io/GridAnalysisToolkit/ """ __author__ = "Micah Webb"