mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"id": "where-was-i",
|
|
"name": "Where Was I?",
|
|
"description": "Reconstruct your dev context (branch, commits, uncommitted work, PR clues) and trigger a resume prompt to continue quickly.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"branch-state",
|
|
"developer-context",
|
|
"git-history",
|
|
"interrupt-recovery",
|
|
"pull-request-context",
|
|
"resume-work"
|
|
],
|
|
"screenshots": {
|
|
"icon": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
},
|
|
"gallery": {
|
|
"path": "assets/preview.png",
|
|
"type": "image/png"
|
|
}
|
|
}
|
|
} |