blue/crates
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
..
blue-core fix: derive worktree name from path, not branch name 2026-01-30 19:09:13 -05:00
blue-mcp fix: derive worktree name from path, not branch name 2026-01-30 19:09:13 -05:00
blue-ollama feat: lifecycle suffixes for all document states + resolve all clippy warnings 2026-01-26 12:19:46 -05:00