{ "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" ] }