From 5589c43913149355a743e45e540b98bb6744bbde Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Jul 2026 12:34:33 +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 --- wiki/methods/concepts/aggregator-performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/methods/concepts/aggregator-performance.md b/wiki/methods/concepts/aggregator-performance.md index ce42810..d6581f7 100644 --- a/wiki/methods/concepts/aggregator-performance.md +++ b/wiki/methods/concepts/aggregator-performance.md @@ -3,8 +3,8 @@ title: Aggregator performance (result loading at catalogue scale) type: concept topics: [software, aggregator, performance, profiling, sqlite, database, io, pyautofit] sources: - - PyAutoFit issues #1375, #1377, #1385; PyAutoConf #129; autolens_workspace_test #171 - - Merged PRs: PyAutoFit #1376/#1380/#1384/#1386, PyAutoConf #130, autofit_workspace_test #48/#49/#50/#51, autolens_workspace_test #172 + - PyAutoFit issues #1375, #1377, #1385; PyAutoNerves #129; autolens_workspace_test #171 + - Merged PRs: PyAutoFit #1376/#1380/#1384/#1386, PyAutoNerves #130, autofit_workspace_test #48/#49/#50/#51, autolens_workspace_test #172 - Harnesses: autofit_workspace_test scripts/profiling/aggregator/ + autolens_workspace_test scripts/profiling/aggregator/ - Raw grids: /output/profiling_aggregator/results/*.json (local, 2026-07-16/17) status: draft