docs: add patience rule for rerunning jobs
All checks were successful
CI / test (push) Successful in 8s

This commit is contained in:
2026-05-31 18:35:35 +00:00
parent 880bfb1c70
commit a521142b89

View File

@@ -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: