From ba8096fd740bd68ea8234e27b089c17e2ad6f393 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 21 Dec 2025 16:26:13 +0100 Subject: [PATCH] reset tabs on disconnect --- PLAYWRITER_AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLAYWRITER_AGENTS.md b/PLAYWRITER_AGENTS.md index 5d9e884..29b5406 100644 --- a/PLAYWRITER_AGENTS.md +++ b/PLAYWRITER_AGENTS.md @@ -20,6 +20,8 @@ read playwriter/src/prompt.md to understand how the MCP works mcp.ts MUST never use console.log. only console.error +write code that will run on all platforms: mac, linux, windows. especially around paths handling and command execution + ## development 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