mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-18 05:31:27 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "backlog-swipe-triage",
|
||||
"name": "Backlog Swipe Triage",
|
||||
"description": "Quickly swipe through backlog issues to triage decisions like assign, needs-info, defer, close, or ignore.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"agent-assignment",
|
||||
"backlog-triage",
|
||||
"github-issues",
|
||||
"issue-prioritization",
|
||||
"swipe-interface",
|
||||
"workflow-automation"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,8 +3,16 @@
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "extension.mjs",
|
||||
"description": "Swipe-driven backlog triage canvas for reviewing open issues and assigning implementation work.",
|
||||
"dependencies": {
|
||||
"@github/copilot-sdk": "1.0.1"
|
||||
}
|
||||
},
|
||||
"description": "Users quickly swipe through backlog issues to triage decisions like assign, needs-info, defer, close, or ignore.",
|
||||
"keywords": [
|
||||
"backlog-triage",
|
||||
"swipe-interface",
|
||||
"issue-prioritization",
|
||||
"github-issues",
|
||||
"agent-assignment",
|
||||
"workflow-automation"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user