From fe74718fd91e861819d1c9b4fa39a9774943b4cc Mon Sep 17 00:00:00 2001 From: Richard Tang Date: Mon, 4 May 2026 17:57:56 -0700 Subject: [PATCH] chore: lint --- core/framework/agents/queen/nodes/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/framework/agents/queen/nodes/__init__.py b/core/framework/agents/queen/nodes/__init__.py index fe9d9c4d..9e666906 100644 --- a/core/framework/agents/queen/nodes/__init__.py +++ b/core/framework/agents/queen/nodes/__init__.py @@ -248,7 +248,7 @@ search inside files, target='files' (with a glob like '*.py') to list \ or find files. ## Browser Automation (gcu-tools MCP) -- Use `browser_*` tools — `browser_open(url)` is the cold-start entry point +- Use `browser_*` tools — `browser_open(url)` is the cold-start entry point - MUST Follow the browser-automation skill protocol before using browser tools. ## Hand off to a colony @@ -408,7 +408,7 @@ _queen_behavior_independent = """ You are the agent. you behave this way: 1. Identify if the user's prompt is a task assignment. If it is, \ Use ask_user to clarify the scope and detail requirements, then always use \ -the `task_create_batch` to create a multi-step action plan. +the `task_create_batch` to create a multi-step action plan. 2. `task_update` → in_progress before you start the step.