Releases: alextes/braid
Releases · alextes/braid
0.7.0 - 2026-01-04
04 Jan 18:08
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed
BREAKING : brd mode renamed to brd config for clearer semantics
brd config shows current settings
brd config local-sync / brd config git-native / brd config external-repo to switch modes
brd config auto-sync on|off to toggle auto-sync
Added
unit tests for brd config edge cases (clear_issues_branch, external-repo validation)
Download braid 0.7.0
v0.6.0
04 Jan 15:58
Compare
Sorry, something went wrong.
No results found
v0.5.0
02 Jan 14:24
Compare
Sorry, something went wrong.
No results found
0.4.1 - 2025-12-28
28 Dec 11:06
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
brd commit command to stage and commit .braid changes with auto-generated message
Changed
BREAKING : removed control_root and dual-write pattern
each agent worktree now has its own .braid/ directory
git is the only source of truth for issue state
agents sync via git pull/push (optimistic locking)
see updated docs/agent-workflow.md for new workflow
agents block updated to v2 (reflects git-sync workflow)
Removed
brd next command (use brd start without arguments instead)
Download braid 0.4.1
0.3.0 - 2025-12-27
27 Dec 22:05
Compare
Sorry, something went wrong.
No results found
Release Notes
Added
brd rm command to delete issues
brd skip command to mark issues as skipped/won't do
brd agents command to manage AGENTS.md instruction block
verbose logging flag (-v / BRD_VERBOSE env var)
TUI: issue editing with e key
visual styling in brd ls and brd ready:
P0/P1 issues shown in bold
doing issues shown underlined
done issues shown dimmed
design issues shown in italic
meta issues shown in bold
issue type column in ls/ready output (design/meta)
owner shown for doing issues in ls (magenta)
issue age in ls output (human-readable format)
cycle prevention when adding dependencies
configuration documentation (docs/configuration.md)
Changed
schema v4: renamed labels field to tags
TUI priority picker now includes P0
Fixed
column alignment when type column is empty in ls/ready
status column padding (doing vs todo alignment)
doctor command AGENTS.md block status reporting
Download braid 0.3.0
v0.2.2
27 Dec 13:57
Compare
Sorry, something went wrong.
No results found
Download braid 0.2.2
[0.2.2] - 2025-12-27
Added
install script (install.sh) for downloading prebuilt binaries
TUI: create issues with a or n key
schema v3 migration: owner field now required
Changed
cargo-dist for automated release builds (linux, macos, windows)
disabled cargo-dist's shell installer in favor of our own
Fixed
doctor: collapse nested if statements (clippy fix)
[0.2.0] - 2025-12-26
Added
brd agent init command for setting up agent worktrees
brd agent ship command for merging agent work to main
brd search command showing how to search with grep/rg
design issue workflow documentation
multi-agent coordination documentation
Changed
refactored cmd_add to use AddArgs struct (clippy fix)
schema v2 migration: renamed brd to schema_version
[0.1.0] - 2025-12-20
Added
initial release
brd init - initialize braid in a repo
brd add - create issues
brd ls - list issues
brd show - show issue details
brd start - start working on an issue
brd done - mark issue as done
brd ready - list ready issues
brd next - show next issue to work on
brd dep add/rm - manage dependencies
TUI for browsing issues
JSON output support
You can’t perform that action at this time.