From f9a3c5b9242fc74d6dd4b2eba28d63845e0e7eba Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 30 Dec 2025 13:54:06 +0100 Subject: [PATCH] Update PLAYWRITER_AGENTS.md --- PLAYWRITER_AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLAYWRITER_AGENTS.md b/PLAYWRITER_AGENTS.md index a894e5b..caa46be 100644 --- a/PLAYWRITER_AGENTS.md +++ b/PLAYWRITER_AGENTS.md @@ -30,6 +30,8 @@ write code that will run on all platforms: mac, linux, windows. especially aroun extension/ contains the chrome extension code. you need to run `pnpm build` to make it ready to be loaded in chrome. the extension folder chrome will use is extension/dist +when I ask you to release extension run package.json release script + playwriter contains the ws server and MCP code. also the tests for the mcp are there. playwriter/src/prompt.md contains the docs for the MCP the agent will use. you should add there important sections that help the agent control the browser well with the MCP interface playwriter/src/resource.md is for more generic knowledge about playwright that the agent can use when necessary, for things like best practices for selecting locators on the page