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: