General-purpose utilities shared across automation projects. This workspace sits alongside project repos so you can pip install -e ../lib locally (or publish it to a private package index) and reuse the helpers anywhere.
lib/email_utils.py: thin SMTP helper with TLS support and reusable config dataclass.
Add more modules (API helpers, diff utilities, etc.) under the lib/ package as needed.