docs: add deletion propagation to changelog

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-11-25 16:38:12 -08:00
parent 4088e68da7
commit 6bf0472573

View File

@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- **Deletion Propagation**: Deletions now sync across clones via deletions manifest (bd-imj)
- New `.beads/deletions.jsonl` tracks deleted issues with timestamp, actor, reason
- Import automatically purges issues that were deleted in other clones
- Git history fallback for pruned deletion records (self-healing)
- New `bd deleted` command to view deletion audit trail
- Auto-compact during sync (opt-in via `deletions.auto_compact: true`)
- Configurable retention period (`deletions.retention_days`, default 7)
- Local unpushed work protected from accidental deletion
- Full documentation in docs/DELETIONS.md
## [0.24.4] - 2025-11-25
### Added