mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-26 18:45:12 +00:00
24 lines
601 B
JSON
24 lines
601 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "git-worktree-explorer",
|
|
"description": "Visualize the active Git repository through worktrees, branches, commits, and optional GitHub pull request context.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "James Montemagno",
|
|
"url": "https://github.com/jamesmontemagno"
|
|
},
|
|
"keywords": [
|
|
"branch-visualization",
|
|
"canvas",
|
|
"commit-history",
|
|
"git",
|
|
"repository-topology",
|
|
"worktrees"
|
|
],
|
|
"extensions": {
|
|
"com.github.copilot": {
|
|
"logo": "assets/preview.png"
|
|
}
|
|
}
|
|
}
|