docs: add v0.32.0 changelog and info.go entries

Prepare for v0.32.0 release with:
- Removed bd mail commands (orchestration belongs elsewhere)
- Data model unchanged (type=message, Sender, etc.)
- Symlink fix (PR#665)
- Docs fix (GH#666)

🤖 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-20 18:23:02 -08:00
parent 1b2cd71c97
commit 2cb155eeba
3 changed files with 30 additions and 1 deletions

View File

@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.32.0] - 2025-12-20
### Changed
- **Removed `bd mail` commands** - Mail is orchestration, not data plane
- Removed: `bd mail send`, `bd mail inbox`, `bd mail read`, `bd mail ack`, `bd mail reply`
- The underlying data model is unchanged: `type=message`, `Sender`, `Ephemeral`, `replies_to` fields remain
- Orchestration tools should implement mail interfaces on top of the beads data model
- This follows the principle that beads is a data store, not a workflow engine
### Fixed
- **Symlink preservation in atomicWriteFile** (PR#665) - Thanks @qmx
- `bd setup claude` no longer clobbers nix/home-manager managed `~/.claude/settings.json`
- New `ResolveForWrite()` helper writes to symlink target instead of replacing symlink
- **Broken link in examples** (GH#666) - Fixed LABELS.md link in multiple-personas example
## [0.31.0] - 2025-12-20
### Added