mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
481 B
481 B
task-master-ai
| task-master-ai |
|---|
| patch |
Smarter project root detection with boundary markers
- Prevents Task Master from incorrectly detecting
.taskmasterfolders in your home directory when working inside a different project - Now stops at project boundaries (
.git,package.json, lock files) instead of searching all the way up to the filesystem root - Adds support for monorepo markers (
lerna.json,nx.json,turbo.json) and additional lock files (bun.lockb,deno.lock)