From 6bf0472573630c8d058e75014918f57bdb17790a Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Tue, 25 Nov 2025 16:38:12 -0800 Subject: [PATCH] docs: add deletion propagation to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9321843..eeb69b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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