File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Fixed
6+ - Verdicts with invalid plotline IDs are now skipped instead of applied
7+ - DROP aborts if any events remain unredistributed — events are never set to null
8+ - CLI callback inherits PipelineCallback to prevent AttributeError on batch mode
9+
10+ ### Added
11+ - CLI progress output: prints status after each pipeline pass
12+ - ` write-synopses ` creates folder named after show (` mad-men/ ` ) instead of generic ` synopses/ `
13+ - Synopsis generation from Wikipedia: ` tvplotlines write-synopses "Show Name" `
14+ - Per-episode theme in output JSON
15+
16+ ### Changed
17+ - Plotline count limits in prompts: max 5 (non-ensemble), 5–6 (ensemble)
18+ - Auto-demote replaced with warnings — code no longer overrides LLM rank decisions
19+ - Output filename uses dashes: ` mad-men_s01.json `
20+ - Pass 2 CLI default changed from parallel to batch
21+
322## 0.1.0 — 2026-03-25
423
524Initial open-source release.
You can’t perform that action at this time.
0 commit comments