chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-17 05:28:35 +00:00
parent e5c8c1b094
commit a529830180
29 changed files with 923 additions and 89 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "where-was-i",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"description": "Reconstruct your dev context (branch, commits, uncommitted work, PR clues) and trigger a resume prompt to continue quickly.",
"keywords": [
"interrupt-recovery",
"developer-context",
"git-history",
"branch-state",
"resume-work",
"pull-request-context"
],
"dependencies": {
"@github/copilot-sdk": "latest"
}
}