From 96d127dce649515aef6a0a00a99d8e4f5cf4f2d7 Mon Sep 17 00:00:00 2001 From: Ayan Gupta Date: Tue, 30 Jun 2026 09:13:44 -0700 Subject: [PATCH] Add author attribution to Site Studio canvas Adds the author block to extensions/site-studio/canvas.json so the canvas gallery shows attribution (by @ayangupt), matching other extensions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- extensions/site-studio/canvas.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/site-studio/canvas.json b/extensions/site-studio/canvas.json index 05f5c010c..c48c89c36 100644 --- a/extensions/site-studio/canvas.json +++ b/extensions/site-studio/canvas.json @@ -3,6 +3,10 @@ "name": "Site Studio", "description": "Plan, draft, and track a personal website section by section — a shared canvas where you and your agent author content, watch progress, and review every change.", "version": "1.0.0", + "author": { + "name": "Ayan Gupta", + "url": "https://github.com/ayangupt" + }, "keywords": [ "agent-collaboration", "content-authoring",