From 370e4dce0b6a085e554866034c261e674534ed96 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Thu, 12 Feb 2026 22:13:19 -0600 Subject: [PATCH] point copilot to aitools --- copilot-instructions.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 copilot-instructions.md diff --git a/copilot-instructions.md b/copilot-instructions.md new file mode 100644 index 0000000..947fec1 --- /dev/null +++ b/copilot-instructions.md @@ -0,0 +1,28 @@ +# GitHub Copilot Instructions + +This file is read automatically by GitHub Copilot. + +## For Complete AI Assistant Instructions + +See the **aitools** repository for comprehensive AI assistant guidance: + +### Main Instructions +- **AI Assistant Instructions**: `aitools/ai-instructions.md` + +### Detailed Skills and Procedures + +When you need specific guidance on workflows and tools, consult the appropriate file in `aitools/skills/`: + +- **Offline build procedures**: `aitools/skills/offline-instructions.md` +- **Muse build system**: `aitools/skills/muse-reference.md` +- **Smack/Spack reference**: `aitools/skills/smack-reference.md` +- Additional skill files as they are added + +--- + +**Key points for this workspace:** +- This is the Mu2e offline software ecosystem (simulation, reconstruction, analysis) +- Build using the **Muse** system, never run `cmake` directly +- Changes may affect multiple coordinated repositories (Offline, Production, mu2e-trig-config) +- See aitools repository for complete procedures and reference materials +