From a5c2541703ca054a2174aa344a742cfd7bcaaddf Mon Sep 17 00:00:00 2001 From: Alex Goldschmidt Date: Mon, 6 Apr 2026 10:28:12 -0400 Subject: [PATCH] Add azure-devops bundle (amplifier-bundle-ado) to MODULES.md Add reference to the Azure DevOps bundle for Amplifier, which provides full ADO integration via 9 sub-bundles and 12 agents covering work items, PRs, pipelines, repos, boards, scrum, testing, KQL diagnostics, SWE agent tasks, and worktree-based parallel development. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/MODULES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MODULES.md b/docs/MODULES.md index da4d6b42..430bdb27 100644 --- a/docs/MODULES.md +++ b/docs/MODULES.md @@ -51,6 +51,7 @@ Composable configuration packages that combine providers, behaviors, agents, and | Bundle | Description | Repository | |--------|-------------|------------| | **recipes** | Multi-step AI agent orchestration with behavior overlays and standalone options | [amplifier-bundle-recipes](https://github.com/microsoft/amplifier-bundle-recipes) | +| **azure-devops** | Full Azure DevOps integration — 9 sub-bundles providing 12 agents for work items, PRs, pipelines, repos, boards, scrum, testing, KQL diagnostics, SWE agent tasks, and worktree-based parallel development | [amplifier-bundle-ado](https://github.com/algoldsc_microsoft/amplifier-bundle-ado) | | **browser-tester** | Browser automation and testing with 3 specialized agents (operator, researcher, visual documenter) using agent-browser CLI | [amplifier-bundle-browser-tester](https://github.com/microsoft/amplifier-bundle-browser-tester) | | **design-intelligence** | Comprehensive design intelligence with 7 specialized agents, design philosophy framework, and knowledge base | [amplifier-bundle-design-intelligence](https://github.com/microsoft/amplifier-bundle-design-intelligence) | | **digital-twin-universe** | On-demand isolated environments from declarative profiles — Incus containers with URL rewriting, PyPI overrides, and LLM API passthrough for evidence-based verification of deployed software | [amplifier-bundle-digital-twin-universe](https://github.com/microsoft/amplifier-bundle-digital-twin-universe) |