Some checks failed
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 22s
CI / Test (push) Failing after 1m54s
CI / Lint (push) Failing after 27s
CI / Integration Tests (push) Successful in 1m39s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
The `gt plugin run` command was recording a "success" run even though it only prints plugin instructions for an agent/user to execute - it doesn't actually run the plugin. This poisoned the cooldown gate: CountRunsSince counted these false successes, preventing actual executions from running because the gate appeared to have recent successful runs. Remove the recording from `gt plugin run`. The actual plugin execution (by whatever follows the printed instructions) should record the result. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>