From 39d758298bc6526f5b4908e5da0be01b0895ffeb Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 11 Feb 2026 17:59:22 +0000 Subject: [PATCH] docs(web-automation): normalize OpenCode paths to ~/.config/opencode --- docs/WEB-AUTOMATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/WEB-AUTOMATION.md b/docs/WEB-AUTOMATION.md index 168fd2f..f07ef9c 100644 --- a/docs/WEB-AUTOMATION.md +++ b/docs/WEB-AUTOMATION.md @@ -39,9 +39,9 @@ npx camoufox-js fetch ### OpenCode ```bash -mkdir -p ~/.opencode/skills/web-automation -cp -R skills/web-automation/opencode/* ~/.opencode/skills/web-automation/ -cd ~/.opencode/skills/web-automation/scripts +mkdir -p ~/.config/opencode/skills/web-automation +cp -R skills/web-automation/opencode/* ~/.config/opencode/skills/web-automation/ +cd ~/.config/opencode/skills/web-automation/scripts pnpm install pnpm add playwright-core camoufox-js npx camoufox-js fetch