From 4cf3d593bec3c1da5b4c92d6b04134d499db8d4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 03:48:12 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20sync=20copilot=20instru?= =?UTF-8?q?ctions=20-=202026-03-21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/copilot-instructions.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d54d055..ab79ac9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -148,17 +148,17 @@ Example: ```json { - "Insert CRAFT prompt": { - "prefix": "craft", - "body": [ - "/* C: Context: Repo=${workspaceFolderBasename}; bioinformatics pipelines; NIH HPC (Biowulf/Helix); containers: quay.io/ccbr */", - "/* R: Rules: no PHI, no secrets, containerize, pin versions, follow style */", - "/* F: Flow: inputs/ -> results/, conf/, tests/ */", - "/* T: Tests: provide a one-line TEST_CMD and expected output */", - "", - "A: $1" - ], - "description": "Insert CRAFT prompt and place cursor at Actions" - } + "Insert CRAFT prompt": { + "prefix": "craft", + "body": [ + "/* C: Context: Repo=${workspaceFolderBasename}; bioinformatics pipelines; NIH HPC (Biowulf/Helix); containers: quay.io/ccbr */", + "/* R: Rules: no PHI, no secrets, containerize, pin versions, follow style */", + "/* F: Flow: inputs/ -> results/, conf/, tests/ */", + "/* T: Tests: provide a one-line TEST_CMD and expected output */", + "", + "A: $1" + ], + "description": "Insert CRAFT prompt and place cursor at Actions" + } } ```