From e4938044a48248eabf22bfcdf67946613b8fdc58 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Thu, 16 Jul 2026 15:22:13 -0700 Subject: [PATCH] [eric] browser: prestage clicks through to the person's own page for READ tasks too (search results are not the staged page) --- backend/apps/agents/browser/browser_prestage.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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"