Skip to content

Commit f9d7833

Browse files
Add external plugin github-copilot-modernization (#1965)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a95f613 commit f9d7833

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,36 @@
446446
"repo": "Azure/git-ape"
447447
}
448448
},
449+
{
450+
"name": "github-copilot-modernization",
451+
"description": "Autonomous application modernization using multi-agent orchestration for GitHub Copilot CLI. Supports Java upgrades (8→21, Spring Boot 2.x→3.x), .NET modernization, Azure migration, CVE/vulnerability fixing, and application rearchitecture (monolith-to-microservices). Features a 3-level agent hierarchy (orchestrator → coordinators → executors) with enterprise rulebook support for embedding organizational policies into the workflow.",
452+
"version": "1.20.0",
453+
"author": {
454+
"name": "Microsoft",
455+
"url": "https://github.com/microsoft/github-copilot-modernization"
456+
},
457+
"repository": "https://github.com/microsoft/github-copilot-modernization",
458+
"homepage": "https://github.com/microsoft/github-copilot-modernization",
459+
"license": "MIT",
460+
"keywords": [
461+
"java",
462+
"dotnet",
463+
"modernization",
464+
"azure",
465+
"migration",
466+
"assessment",
467+
"cve",
468+
"spring-boot",
469+
"multi-agent",
470+
"copilot"
471+
],
472+
"source": {
473+
"source": "github",
474+
"repo": "microsoft/github-copilot-modernization",
475+
"path": "plugins/github-copilot-modernization",
476+
"sha": "42c1189c55933384bec07e8349ef998eb9e775ad"
477+
}
478+
},
449479
{
450480
"name": "go-mcp-development",
451481
"source": "go-mcp-development",

plugins/external.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,36 @@
285285
"repo": "Azure/git-ape"
286286
}
287287
},
288+
{
289+
"name": "github-copilot-modernization",
290+
"description": "Autonomous application modernization using multi-agent orchestration for GitHub Copilot CLI. Supports Java upgrades (8→21, Spring Boot 2.x→3.x), .NET modernization, Azure migration, CVE/vulnerability fixing, and application rearchitecture (monolith-to-microservices). Features a 3-level agent hierarchy (orchestrator → coordinators → executors) with enterprise rulebook support for embedding organizational policies into the workflow.",
291+
"version": "1.20.0",
292+
"author": {
293+
"name": "Microsoft",
294+
"url": "https://github.com/microsoft/github-copilot-modernization"
295+
},
296+
"repository": "https://github.com/microsoft/github-copilot-modernization",
297+
"homepage": "https://github.com/microsoft/github-copilot-modernization",
298+
"license": "MIT",
299+
"keywords": [
300+
"java",
301+
"dotnet",
302+
"modernization",
303+
"azure",
304+
"migration",
305+
"assessment",
306+
"cve",
307+
"spring-boot",
308+
"multi-agent",
309+
"copilot"
310+
],
311+
"source": {
312+
"source": "github",
313+
"repo": "microsoft/github-copilot-modernization",
314+
"path": "plugins/github-copilot-modernization",
315+
"sha": "42c1189c55933384bec07e8349ef998eb9e775ad"
316+
}
317+
},
288318
{
289319
"name": "microsoft-docs",
290320
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",

0 commit comments

Comments
 (0)