From 7f33ee8f4dd6810c9ce7aace0a59a1f7d3c15d34 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Wed, 24 Dec 2025 15:55:50 -0800 Subject: [PATCH] docs(info): add 0.36.0 to versionChanges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds release notes for v0.36.0 including: - Formula system and gate issue type - bd list --pretty --watch enhancements - Child→parent dep prevention (LLM temporal trap) - Multiple bug fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- cmd/bd/info.go | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/cmd/bd/info.go b/cmd/bd/info.go index e4071cea..c3a47146 100644 --- a/cmd/bd/info.go +++ b/cmd/bd/info.go @@ -288,6 +288,31 @@ type VersionChange struct { // versionChanges contains agent-actionable changes for recent versions var versionChanges = []VersionChange{ + { + Version: "0.36.0", + Date: "2025-12-24", + Changes: []string{ + "NEW: Formula system (bd-weu8, bd-wa2l) - bd cook for declarative workflow templates", + "NEW: Gate issue type (bd-udsi) - bd gate create/open/close for async coordination", + "NEW: bd list --pretty --watch - Built-in colorized viewer with live updates", + "NEW: bd search --after/--before/--priority/--content - Enhanced search filters", + "NEW: bd compact --prune - Standalone tombstone pruning", + "NEW: bd export --priority - Exact priority filter for exports", + "NEW: --resolution alias for --reason on bd close (GH#721)", + "NEW: Config-based close hooks (bd-g4b4) - Custom scripts on issue close", + "CHANGED: bd mol spawn removed (bd-8y9t) - Use bd pour/bd wisp create only", + "CHANGED: bd ready excludes workflow types by default (gt-7xtn)", + "FIX: Child→parent deps now blocked (bd-nim5) - Prevents LLM temporal reasoning trap", + "FIX: Dots in prefix handling (GH#664) - my.project prefixes work correctly", + "FIX: Child counter updates (GH#728) - Explicit child IDs update counters", + "FIX: Comment timestamps preserved during import (#735)", + "FIX: sync.remote config respected in daemon (#736)", + "FIX: Multi-hyphen prefixes (GH#422) - my-project-name works correctly", + "FIX: Stealth mode uses .git/info/exclude (GH#704) - Truly local", + "FIX: MCP output_schema=None for Claude Code (bd-49kw)", + "IMPROVED: Test coverage - daemon 72%, compact 82%, setup 54%", + }, + }, { Version: "0.35.0", Date: "2025-12-23",