docs: add ephemeral molecules to CHANGELOG [Unreleased]

Preparing for v0.33.0 release.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-21 14:43:21 -08:00
parent 39f8461914
commit ea6373e17c
+12 -1
View File
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.32.1] - 2025-12-20
### Added
- **Ephemeral molecules** (bd-2vh3) - Spawn molecules as ephemeral by default
- `bd mol spawn` creates ephemeral issues that live only in SQLite
- Ephemeral issues never export to JSONL (prevents zombie resurrection)
- Use `--persistent` flag to opt out of ephemeral spawning
- `bd mol squash` compresses ephemeral children into a digest issue
- `--summary` flag allows agents to provide AI-generated summaries
### Fixed
- **Comments not deleted with issue** (bd-687g) - `DeleteIssue` now cascades to comments table
## [0.32.1] - 2025-12-21