blue/crates/blue-core
Eric Garcia ddce9e8b03 fix: derive worktree name from path, not branch name
Git worktree names are stored in .git/worktrees/<name> and cannot
contain slashes. The code was using branch names like "feature/slug"
or "rfc/name" as worktree names, which git2 rejects silently.

Now the worktree name is derived from the path's directory name (the
slug), which is always a simple identifier without slashes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:09:13 -05:00
..
src fix: derive worktree name from path, not branch name 2026-01-30 19:09:13 -05:00
Cargo.toml feat: RFC 0038 SDLC workflow discipline implementation 2026-01-30 08:59:20 -05:00