Files
awesome-copilot/plugins/git-worktree-explorer/plugin.json
T

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"
}
}
}