blue/.blue/docs/spikes/2026-01-25-Inconsistent Worktree Creation in Claude MCP.md
Eric Garcia bfd2a01ede fix: remove stop sequence that truncated indexer LLM output
The stop_sequences contained "```" which caused the model to stop
immediately after outputting "```yaml", truncating the entire response.
Also wrap blocking indexer operations in spawn_blocking to avoid
runtime conflicts with reqwest::blocking::Client.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 19:25:51 -05:00

17 lines
364 B
Markdown

# Spike: Inconsistent Worktree Creation in Claude MCP
| | |
|---|---|
| **Status** | In Progress |
| **Date** | 2026-01-25 |
| **Time Box** | 2 hours |
---
## Question
Why are worktrees and feature branches not being consistently created when using Blue MCP in Claude? What triggers (or fails to trigger) worktree creation?
---
*Investigation notes by Blue*