mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-08 18:19:14 +00:00
19 lines
617 B
JSON
19 lines
617 B
JSON
{
|
|
"name": "daily-focus-board",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"description": "A warm, executive-function-friendly daily focus board rendered in a GHCP canvas and backed by a JSON file your AI partner can read and write. Tasks (to-do -> in progress -> done) with progress notes, numeric counters, Focus mode, kind carryover, a brain-dump box, reduced motion, and a live clock.",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"keywords": [
|
|
"focus",
|
|
"daily-planner",
|
|
"executive-function",
|
|
"adhd-friendly",
|
|
"productivity",
|
|
"canvas"
|
|
]
|
|
}
|