From 5aa6a15ffdf68a8dbe12eb0fdfff93deafb9da10 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 3 Apr 2026 08:39:32 +0000 Subject: fix: remove drain-lock circuit breaker that halted all executions after 3 consecutive failures Co-Authored-By: Claude Sonnet 4.6 --- internal/cli/root.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/cli/root.go') diff --git a/internal/cli/root.go b/internal/cli/root.go index 5c6184e..e57a9d9 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -74,6 +74,7 @@ func NewRootCmd() *cobra.Command { newStartCmd(), newCreateCmd(), newReportCmd(), + newVersionCmd(), ) return cmd -- cgit v1.2.3