mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
- Improved detection logic to prevent false positives from stray `.taskmaster` directories in home directories. - Now stops searching at project boundaries defined by `.git`, `package.json`, and other lock files. - Added support for monorepo markers like `lerna.json`, `nx.json`, and `turbo.json`. - Introduced integration tests to validate various project root detection scenarios.
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)