From f4d6170b67cac26cdb5bf1c5b8c1b475f6406991 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sat, 11 Jul 2026 15:45:51 +0100 Subject: [PATCH] docs: drop stale [nss] gotcha reference from copilot-instructions Straggler from the af.NSS removal (PyAutoFit#1357): the [nss]/blackjax install gotcha is gone from AGENTS.md, so the copilot-instructions parenthetical pointing at it is stale. Issue: #1356 Co-Authored-By: Claude Opus 4.8 --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 350e7af3a..c8e3013fe 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -5,6 +5,6 @@ composition and non-linear search / Bayesian inference (package `autofit`). The canonical, agent-agnostic instructions for this repo live in **`AGENTS.md`** at the repository root — build and test commands, architecture, the model/search -subsystems, and conventions (including the `[nss]` / blackjax install gotcha). Read +subsystems, and conventions. Read it directly (Copilot does not process `@`-imports) and treat it as the single source of truth.