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.