chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-17 08:04:30 +00:00
parent 818c0f7c53
commit b1aaa69f0a
286 changed files with 51076 additions and 67 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"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",
"version": "1.0.1",
"author": {
"name": "Ayan Gupta",
"url": "https://github.com/ayangupt"
@@ -15,5 +15,5 @@
"site-builder"
],
"logo": "assets/preview.png",
"extensions": "."
"extensions": "extensions"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because it is too large Load Diff
@@ -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"
]
}