Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down