blue/crates/blue-mcp
Eric Garcia 1afdd05ea6 feat: add install command detection to worktree creation
After creating a worktree, detect the project type and suggest
the appropriate install command:
- Node.js: bun/pnpm/yarn/npm based on lock file
- Python: uv/poetry/pip based on lock file
- Rust: cargo build
- Go: go mod download
- Generic: Makefile

Custom scripts/setup-worktree.sh takes precedence over auto-detection.

Ported from coherence-mcp.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 20:58:06 -05:00
..
src feat: add install command detection to worktree creation 2026-01-24 20:58:06 -05:00
Cargo.toml feat: Implement RFCs 0002, 0004, and 0005 2026-01-24 15:15:33 -05:00