chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-28 00:15:49 +00:00
parent 774ee8c75e
commit 982b767c71
16 changed files with 6904 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "canvas-edit-tutorial",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"description": "GitHub Copilot canvas extension that turns agent code edits, or a commit's changes, into an interactive lesson with a walkthrough and a hands-on variation exercise.",
"dependencies": {
"@github/copilot-sdk": "latest"
},
"keywords": [
"agent-edits",
"code-walkthrough",
"commit-walkthrough",
"guided-exercise",
"interactive-tutorial",
"learning",
"onboarding"
]
}