You've already forked agentic-coding-workflow
69c5831783
Code review fixes for T16: - Pass cfg.Jobs.ShutdownGrace+5s to jobs.Stop call-site context (was hard-coded 30s, would mask configured longer grace). - Guard jobs.Stop block on cfg.Jobs.Enabled so disabled jobs don't spin up the no-op shutdown goroutine + timer. - Use clock.Real().Now() in deadLetterFn for consistency with the rest of the jobs wiring.