From 746c51eb0a9f884e09e0e381b684ef17d26653e7 Mon Sep 17 00:00:00 2001 From: Craig Thacker Date: Mon, 24 Aug 2026 11:23:44 +0100 Subject: [PATCH] docs: list Copilot Agent Standards on the projects page The projects page is a hand-maintained array, unlike the standards band and the sitemap which discover documents from the filesystem, so adding the document did not list it there. Links the real repository rather than the bare organisation, since copilot-agents exists as its own repo. --- app/projects/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/projects/page.tsx b/app/projects/page.tsx index 8665e73..1bd10f0 100644 --- a/app/projects/page.tsx +++ b/app/projects/page.tsx @@ -50,6 +50,14 @@ const projects: Project[] = [ repo: 'https://github.com/libre-devops', docs: '/docs/documents/cicd-standards', }, + { + title: 'Copilot Agent Standards', + description: + 'Standards for building agents across the Microsoft Copilot surfaces, which share no manifest format, limits, or distribution path. Covers instructions versus knowledge, grounding and prompt-injection handling, capability scoping, the autonomy ladder, identity and lifecycle governance, testing, and shipping agent definitions as reviewed code - with a complete worked instruction set and sections for Microsoft 365 Copilot, Security Copilot, and GitHub Copilot.', + tags: ['Copilot', 'Agents', 'Microsoft 365', 'Governance'], + repo: 'https://github.com/libre-devops/copilot-agents', + docs: '/docs/documents/copilot-agent-standards', + }, { title: 'Logging Standards', description: