blue/crates
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
..
blue-core chore: sync state.rs and add RFC/spike documents 2026-01-24 20:32:32 -05:00
blue-mcp feat: add install command detection to worktree creation 2026-01-24 20:58:06 -05:00
blue-ollama feat(ollama): Add binary bundling and SHA256 verification 2026-01-24 15:39:41 -05:00