v1.3.2
Bug Fix
Critical fix: Generator class had private constructor preventing /llms.txt endpoint from working.
Fixed
- Made
Generatorconstructor public soEndpointHandlercan instantiate it for serving/llms.txtrequests - The PSR-4 migration (v1.3.0) incorrectly made the constructor private
This fixes the "critical error" on /llms.txt endpoints while .md endpoints continued to work.