fix use-after-free in retry scheduling
stack buffer for scheduled_time was escaping scope via ctx.scheduleRetry().
moved buffer to RuleContext struct to ensure lifetime.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>