Flaky-test alerts now re-arm after the condition clears.
- This release fixes flaky-test alert handling so alerts re-arm when the condition clears, even when recovery actions are disabled. Previously, recovery-disabled alerts stayed latched after their first trigger and never fired again, even if a test later went clean and then flaked again. Now the alert records a recovery when the condition clears, so it can fire again on the next rising edge. Recovery actions such as unmuting or removing labels remain opt-in and only run if you have enabled recovery. For idempotent actions like marking a test as flaky, the re-fire is a no-op. If you use Slack notifications for flaky tests, you may see a re-ping when a test flaps between clean and flaky.