From bcf74983d1c59b0a868b65fbaa3ec3f984ebb6e2 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 16 Feb 2026 17:40:16 -0700 Subject: [PATCH] fix(rumilo): mention timeout --- skills/researching-with-rumilo/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skills/researching-with-rumilo/SKILL.md b/skills/researching-with-rumilo/SKILL.md index cff5e1d7d03b57b19a06758c63e50f072112fee7..7ab2ab19e6b466e36d29f8df212f49df399a54b4 100644 --- a/skills/researching-with-rumilo/SKILL.md +++ b/skills/researching-with-rumilo/SKILL.md @@ -8,6 +8,10 @@ metadata: `rumilo` spawns disposable AI subagents for two kinds of research: **web search** and **repo exploration**. Each mode runs in isolation and returns a synthesised answer on stdout. +## Important: timeouts + +RĂºmilo is an LLM-based subagent that may take multiple turns to complete its research. When invoking it via a shell tool that supports timeouts, set the timeout to **at least 300 seconds** to avoid premature termination. + ## Modes ### Web mode