From 79c1cdad0b51d301b9c78db0dec1d1fec7e3def4 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 6 Mar 2026 03:09:05 +0000 Subject: fix: next-task falls back to priority queue when no pending siblings remain When the most recently completed task had no remaining PENDING siblings (series fully done), the script returned empty and start-next-task reported "No task to start." Fix by falling through to the priority+age fallback whenever the sibling search yields nothing. Also add header comment documenting the selection logic, and suppress browser favicon 404s with . Co-Authored-By: Claude Sonnet 4.6 --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 2bc8222..99fc190 100644 --- a/web/index.html +++ b/web/index.html @@ -6,6 +6,7 @@ Claudomator +
-- cgit v1.2.3