Remove Startup Recovery section in base prompt - #6161
Conversation
Signed-off-by: Salman Mohammed <smohammed@squareup.com>
Signed-off-by: Salman Mohammed <smohammed@squareup.com>
Why this section is being removed — historical contextThis PR drops the Startup Recovery block from The section's original intent was for the agent to run these steps at the start of every session/thread (feed check, catch up on channel history, read
Additionally, agents ship with a dedicated Net effect: removing this section trims base-prompt fat with little-to-no change to other parts of the prompt. A benchmark run over this change showed no regression Results
Added by Leo 🤖 |
|
Benchmarks on a similar change are looking good. Net improvements everywhere
|
…graphy-staging * origin/main: test(desktop): cover exact workflow batch limit (#6168) chore(release): release Buzz Desktop version 0.5.15 (#6173) Preserve managed agent mentions during relay errors (#6167) fix(workflows): preserve multi-channel listing semantics (#6009) Remove Startup Recovery section in base prompt (#6161) fix(desktop): align preview sidebar row styling (#6163) fix(desktop): repair dropped team membership links at boot and on edit (#5904) fix(cli): keep project replacement timestamps at or after wall clock (#5666) Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>

Why
Managed channel sessions already receive authoritative per-turn context. The old startup recovery checklist told every new session to scan the global feed,
What
Startup Recoverywith concise channel and heartbeat turn contracts.Risk Assessment
Low. This changes prompt guidance and its test only; routing and runtime behavior are unchanged.
Generated with Codex