From a781d21f46d9145e7bfa588f4d623d0d64ff9205 Mon Sep 17 00:00:00 2001 From: airenostars Date: Wed, 15 Apr 2026 11:43:48 -0700 Subject: [PATCH] fix(reno-stars): default plugins to browser-automation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every agent in the reno-stars org (marketing, sales, dev, coordinator) plausibly needs browser access at some point — social posts, GBP edits, directory submissions, InvoiceSimple publish. Without the plugin on first import, agents fall back to launching their own Chromium inside the container, which doesn't have the operator's authenticated Chrome profile (no logged-in sessions, no saved cookies). Per-agent opt-out via `!browser-automation` is already supported (PR #71 UNION merge semantics) if any specific role shouldn't have it. Closes #213 --- org-templates/reno-stars/org.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-templates/reno-stars/org.yaml b/org-templates/reno-stars/org.yaml index 41c18e5d..92e808e9 100644 --- a/org-templates/reno-stars/org.yaml +++ b/org-templates/reno-stars/org.yaml @@ -7,6 +7,8 @@ defaults: runtime: claude-code tier: 3 model: opus + plugins: + - browser-automation initial_prompt: | You just started. Set up silently — do NOT contact other agents yet. 1. Read your system prompt at /configs/system-prompt.md — this defines YOUR role