v0.19.2
Fixed
- Logging system refactored to use Python's standard library logging with namespaced logger (
contextgem) for production-ready integration. Eliminates global state pollution, prevents conflicts with host application logging, and enables independent configuration. Replaced Loguru with colorlog for colored output.