···4141}
42424343async function stopLoopForGuard(state: LoopState, hooks: LoopHooks, reason: string): Promise<RunLoopExit> {
4444- const guardMessage = `[system] safety stop: ${reason}. pausing until a new external event wakes niri again.`
4444+ const guardMessage =
4545+ `[system] hey, you've been going for a while (${reason}). are you stuck and need to tell who you're talking to there's a problem? or is nothing happening and maybe it's time for a rest? remember to tell your important people you are resting if you are going to.`
4546 console.warn(`[runner] ${reason}`)
4647 state.conversation.push({
4748 role: "user",