From 7203ba01cb643db330a9705214ccbc9d552d932e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:34:49 +0000 Subject: [PATCH] chore: rename repo references PyAutoConf -> PyAutoNerves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update repo-name references (CI dependency chains, checkout targets, docs and "related repos" prose) from PyAutoConf to PyAutoNerves following the GitHub repo rename. The package (`autonerves`) and lowercase config identifiers are already renamed; this is the repo/organ identity. GitHub redirects meant nothing broke in the interim — this makes the references match reality. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_013ciVftxvYpefh59wSkR7jN --- AGENTS.md | 2 +- llms.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index d606d0e0..2d223111 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,7 +16,7 @@ Shared utilities (e.g. `test_mode`, `jax_wrapper`) belong in autonerves. ## Related repos -- **Source siblings:** PyAutoConf (upstream). PyAutoGalaxy / PyAutoLens build +- **Source siblings:** PyAutoNerves (upstream). PyAutoGalaxy / PyAutoLens build directly on autoarray. - No `_workspace`, `_workspace_test`, or HowTo of its own. The JAX/`xp` path is exercised by the parity scripts in **autogalaxy_workspace_test** and diff --git a/llms.txt b/llms.txt index 82f0ec60..c5c589f4 100644 --- a/llms.txt +++ b/llms.txt @@ -12,4 +12,4 @@ ## Ecosystem -- Built on PyAutoConf (config); used by PyAutoGalaxy and PyAutoLens, which inherit its grid decorators and JAX `xp` backend. +- Built on PyAutoNerves (config); used by PyAutoGalaxy and PyAutoLens, which inherit its grid decorators and JAX `xp` backend.