diff --git a/backend/apps/agents/browser/browser_prestage.py b/backend/apps/agents/browser/browser_prestage.py index cdd15ca2..67cf886d 100644 --- a/backend/apps/agents/browser/browser_prestage.py +++ b/backend/apps/agents/browser/browser_prestage.py @@ -107,11 +107,13 @@ P_SYSTEM = ( "accepts, connects, or subscribes. Opening a composer (e.g. a 'Message' " "button) is allowed; pressing its Send is not. If the next needed step is " "typing text or an irreversible click, the stage is set.\n" - "For a task that messages a PERSON: go to that person (search result, " - "profile), then open their Message/compose surface; never detour to a " - "feed or homepage. When several people share the name, a direct/1st-degree " - "connection outranks every other cue (title, company, verified): people " - "message people they know.\n" + "For a task about a specific PERSON or THING (message them, read their " + "details): click through to that person/thing's OWN page first; a " + "search-results list is NOT the staged page. For messaging, then open " + "their Message/compose surface; never detour to a feed or homepage. When " + "several people share the name, a direct/1st-degree connection outranks " + "every other cue (title, company, verified): people ask about people " + "they know.\n" "Reply with exactly ONE line:\n" "NAVIGATE \n" "CLICK \n"