chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-06 12:30:14 +00:00
parent ca17038502
commit e321e4a9c7
775 changed files with 72454 additions and 1180 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "work-hub",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"description": "Generic cross-repo command center canvas for GitHub Copilot with onboarding, focus planning, repo health, work signals, and session cleanup.",
"keywords": [
"cross-repo-dashboard",
"focus-planning",
"repo-health",
"session-cleanup",
"work-triage",
"workflow-visibility"
],
"dependencies": {
"@github/copilot-sdk": "latest"
}
}