blue/crates/blue-mcp/src
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
..
handlers fix: derive worktree name from path, not branch name 2026-01-30 19:09:13 -05:00
error.rs feat: implement RFC 0020 MCP project detection (all phases) 2026-01-25 21:47:24 -05:00
lib.rs fix: remove wrong alignment orchestration architecture (RFC 0015) 2026-01-25 17:36:16 -05:00
server.rs chore: dialogue handler improvements and config updates 2026-01-30 19:05:53 -05:00