From 6211f265bcaa677783310c104b96db0fff55c06e Mon Sep 17 00:00:00 2001 From: Stuart Williams Date: Fri, 24 Oct 2025 12:27:50 +0100 Subject: [PATCH] Remove AGENTS.md and associated references. --- .github/README.github.md | 1 - .github/copilot-instructions.md | 13 +++++++- .github/instructions/README.md | 2 +- .github/prompts/copilot-setup-check.prompt.md | 19 ++++++++--- AGENTS.md | 32 ------------------- README.md | 3 -- plans/TODO.md | 2 +- recommendations.md | 2 -- 8 files changed, 28 insertions(+), 46 deletions(-) delete mode 100644 AGENTS.md diff --git a/.github/README.github.md b/.github/README.github.md index f502e58..4c2f5fe 100644 --- a/.github/README.github.md +++ b/.github/README.github.md @@ -29,7 +29,6 @@ Key SSOT anchors: See also: - Project overview in [README.md](../README.md) -- Agent context in [AGENTS.md](../AGENTS.md) ### Custom Chat Modes diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2992306..6332f83 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -42,6 +42,18 @@ This creates a self-documenting system for understanding how AI instructions wor ============================================================================== --> +**CRITICAL REQUIREMENTS** +- AI assistants must _never_ remove HTML comments explaining the purpose and design of each section. +- HTML comments provide essential context for understanding the instructional design and MUST remain intact. + + + + AUDIENCE: Primarily humans, but applicable to all AI coding assistants + DESIGN PHILOSOPHY: Maximum clarity and comprehensiveness through clear explanations + PURPOSE: Explain the instructional design, reinforcement techniques, and compliance mechanisms used in this section + + + **Audience:** Primarily GitHub Copilot. This file provides Copilot-specific instructions and configuration for this repository. **Repository Context:** @@ -50,7 +62,6 @@ This repository is a GitHub Template created by Capgemini's AI & Software Engine **Copilot Guidance:** - Follow the configuration and best practices outlined here when assisting in this repository. - Reference `README.md` for general orientation and project goals. -- Reference `AGENTS.md` for broader AI agent instructions and context.