From afacb5231e0a2b60bb431831dd7b5e60778380a2 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Tue, 25 Nov 2025 16:49:52 -0800 Subject: [PATCH] docs: add stealth mode and --from-main to v0.25.0 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f470e436..00b0a4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Local unpushed work protected from accidental deletion - Full documentation in docs/DELETIONS.md +- **Stealth Mode**: New `bd init --stealth` flag for invisible beads usage (#381) + - Adds `.beads/` to project's `.gitignore` automatically + - Useful for personal issue tracking in shared repos without affecting collaborators + - All bd functionality works normally, just not committed to git + +- **Ephemeral Branch Sync**: New `bd sync --from-main` flag (gt-ick9) + - Syncs from main branch without pushing to remote + - Ideal for feature branches that sync issues from main + - Prevents pushing local branch changes to origin + ## [0.24.4] - 2025-11-25 ### Added