v1.1.1 — CI type-check fix
Fixed
- CI type-check (mypy strict) regression from 1.1.0. The automation-draft rendering added in 1.1.0 tripped strict typing (PyYAML had no type stubs; the drafted-config argument wasn't narrowed from
dict | None). Fixed with thetypes-PyYAMLstub and a narrowing at the call boundary. No behavior change — internal/CI only. All CI green.