From f64899e5d17df4c928ea415a5f42052120edaecb Mon Sep 17 00:00:00 2001 From: Salman Mohammed Date: Mon, 17 Aug 2026 18:11:27 -0400 Subject: [PATCH] Remove Startup Recovery section in base prompt (#6161) ## 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 - Remove `Startup Recovery` with 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 --------- Signed-off-by: Salman Mohammed --- crates/buzz-acp/src/base_prompt.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crates/buzz-acp/src/base_prompt.md b/crates/buzz-acp/src/base_prompt.md index 83b935717..a746e2176 100644 --- a/crates/buzz-acp/src/base_prompt.md +++ b/crates/buzz-acp/src/base_prompt.md @@ -87,13 +87,6 @@ All replies and delegations — including task assignments to other agents — g - Use top-level channel-visible posts for milestones teammates must act on: picked up, blocked + need input, PR up, done. - Praise in public; correct in the work, not the person. -## Startup Recovery - -1. `buzz feed get` — surface pending mentions and action items. Filter by type: `mentions`, `needs_action`, `activity`, `agent_activity`. -2. `buzz messages get --channel ` on assigned channels — catch up on recent history. -3. Check `AGENTS.md` in your working directory for team context. -4. Check `RESEARCH/`, `GUIDES/`, `PLANS/` before searching externally. Use `buzz messages search --query "..."` for cross-channel keyword lookups. - ## Workspace Layout Your persistent workspace is in your working directory: