From a521142b897c81c1a573ed6c1d070d0ee2a600ac Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 31 May 2026 18:35:35 +0000 Subject: [PATCH] docs: add patience rule for rerunning jobs --- SKILL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SKILL.md b/SKILL.md index 4423aaa..1f89df8 100644 --- a/SKILL.md +++ b/SKILL.md @@ -51,6 +51,13 @@ Verification rule: - Use `see_screen` (and `enhance` if needed) for this check. - Include a concise `observed_result` in `data` when completing the task. +Patience / rerun rule: + +- If a job is still `running`, do not assume it is stuck just because it looks slow, repetitive, or token-heavy. +- Prefer waiting longer and checking for a final status/result before starting a replacement run. +- Only restart or replace a running job when there is clear evidence it is failed, irrecoverably stuck, or the user explicitly asks for a restart. +- If you do replace a run, say why in one short sentence and reference the specific blocker you observed. + ## API Quick Reference Base URL: