chore: publish from main

This commit is contained in:
github-actions[bot]
2026-06-29 23:10:36 +00:00
parent f5680d5fd8
commit c2b1f7d768
4 changed files with 2368 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

+24
View File
@@ -0,0 +1,24 @@
{
"id": "site-studio",
"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",
"keywords": [
"agent-collaboration",
"content-authoring",
"personal-website",
"progress-tracking",
"section-planning",
"site-builder"
],
"screenshots": {
"icon": {
"path": "assets/preview.png",
"type": "image/png"
},
"gallery": {
"path": "assets/preview.png",
"type": "image/png"
}
}
}
File diff suppressed because it is too large Load Diff
+18
View File
@@ -0,0 +1,18 @@
{
"name": "site-studio",
"version": "1.0.0",
"type": "module",
"main": "extension.mjs",
"dependencies": {
"@github/copilot-sdk": "latest"
},
"description": "A shared canvas for planning, drafting, and tracking a personal website section by section, collaboratively with your agent.",
"keywords": [
"agent-collaboration",
"content-authoring",
"personal-website",
"progress-tracking",
"section-planning",
"site-builder"
]
}