chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-17 05:28:37 +00:00
parent 97205f47ef
commit 2512d7d728
29 changed files with 923 additions and 89 deletions
@@ -0,0 +1,24 @@
{
"id": "accessibility-kanban",
"name": "Accessibility Kanban",
"description": "Kanban board to manage accessibility issues, allow you to plan, track, and complete remediation work.",
"version": "1.0.0",
"keywords": [
"accessibility",
"github-issues",
"issue-triage",
"kanban-board",
"planning-workflow",
"status-tracking"
],
"screenshots": {
"icon": {
"path": "assets/preview.png",
"type": "image/png"
},
"gallery": {
"path": "assets/preview.png",
"type": "image/png"
}
}
}
+10 -1
View File
@@ -5,5 +5,14 @@
"main": "extension.mjs",
"dependencies": {
"@github/copilot-sdk": "latest"
}
},
"description": "Users drag accessibility issues across kanban lanes to plan, track, and complete remediation work.",
"keywords": [
"accessibility",
"kanban-board",
"issue-triage",
"planning-workflow",
"status-tracking",
"github-issues"
]
}