Skip to content

Commit 1674235

Browse files
BirdInTheTreeclaude
andcommitted
Update changelog with unreleased changes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9914e01 commit 1674235

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

524
Initial open-source release.

0 commit comments

Comments
 (0)