mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|