diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 08:39:32 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 08:39:32 +0000 |
| commit | 5aa6a15ffdf68a8dbe12eb0fdfff93deafb9da10 (patch) | |
| tree | 31c6a3617b2bb10814dca4b9db5a5a46ce2ba3c5 /internal/cli/root.go | |
| parent | 2461fcf03ed2a49c7ac4aaed77fdde1aa01177c4 (diff) | |
fix: remove drain-lock circuit breaker that halted all executions after 3 consecutive failures
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/cli/root.go')
| -rw-r--r-- | internal/cli/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
