From f57a727ba2b735391e8d18963516738ceccff8a1 Mon Sep 17 00:00:00 2001 From: SemianiakaVY Date: Thu, 17 Sep 2026 21:07:46 +0000 Subject: [PATCH] chore(template): sync .w4c/project.json --- .w4c/project.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .w4c/project.json diff --git a/.w4c/project.json b/.w4c/project.json new file mode 100644 index 0000000..ab046da --- /dev/null +++ b/.w4c/project.json @@ -0,0 +1,16 @@ +{ + "schema": 1, + "name": "Website & Resource Research", + "description": "Audit an existing website and its resources: crawl the pages, map the structure and content, review UX/SEO/performance, then plan a redesign on your chosen stack.", + "agentId": "w4c-startup", + "tags": [ + "web", + "research", + "audit", + "redesign", + "scraping" + ], + "source": { + "template": "wiz4apps/templates.WebsiteResearch" + } +}