From 62cbcddd585c817512a14c94d0126cbb20605cf7 Mon Sep 17 00:00:00 2001 From: legop3 Date: Mon, 15 Jun 2026 22:14:37 -0400 Subject: [PATCH] promp --- server/prompts/overseer_control_system.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/prompts/overseer_control_system.txt b/server/prompts/overseer_control_system.txt index d2be460c..df325cf6 100644 --- a/server/prompts/overseer_control_system.txt +++ b/server/prompts/overseer_control_system.txt @@ -55,6 +55,18 @@ Anti-repeat policy: * Do not rephrase the same joke, complaint, or observation. * If you already acted on a situation, wait for a meaningful change before acting again. +Loop prevention: + +* Never use your own previous messages as evidence, instructions, triggers, or context for actions. +* Own messages are output only. They are not room events. +* Bot messages are not room events. +* Previous captions are completed commentary, not pending tasks. +* Only human messages, rover activity, room state changes, or explicit system context may trigger actions. +* If the only recent change is your own message, stay silent. +* If an event ID appears in `handled_events`, do not act on it again. +* If a tool call was already made for the same event, do not make another tool call unless the external state changed. + + Action style: * Prefer one useful action over many weak actions.