From 7614d4c5d5b34de12d7f03d5c6b3754f2c279d91 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 25 Feb 2026 15:46:04 -0800 Subject: [PATCH] chore: delete .claude-plugin folder Fixes https://github.com/microsoft/playwright-cli/issues/279 --- .claude-plugin/marketplace.json | 13 ------------- .claude-plugin/plugin.json | 8 -------- 2 files changed, 21 deletions(-) delete mode 100644 .claude-plugin/marketplace.json delete mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json deleted file mode 100644 index 3c29ff7..0000000 --- a/.claude-plugin/marketplace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "playwright-cli", - "owner": { - "name": "Microsoft Corporation" - }, - "plugins": [ - { - "name": "playwright-cli", - "source": "./", - "description": "Control browsers from the command line. Navigate pages, click elements, fill forms, take screenshots, and inspect network traffic using Playwright." - } - ] -} \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json deleted file mode 100644 index 6601ddb..0000000 --- a/.claude-plugin/plugin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "playwright-cli", - "description": "Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.", - "version": "0.0.1", - "author": { - "name": "Microsoft Corporation" - } -} \ No newline at end of file