- Detect threads by template name and skip platform truncation
- Parse thread content into individual posts with numbering
- Add thread_posts array to API response with post details
- Evaluate quality on first post (hook) for threads
- Add is_thread and thread_posts fields to GenerateV2Response
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix YAML files with unquoted strings containing quotes
- Export singleton instances in ai/__init__.py
- Fix validator scoring prompt to use replace() instead of format()
to avoid conflicts with JSON curly braces
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>