* feat: Add pyproject.toml as project root marker - Added 'pyproject.toml' to the project markers array in findProjectRoot() - Enables Task Master to recognize Python projects using pyproject.toml - Improves project root detection for modern Python development workflows - Maintains compatibility with existing Node.js and Git-based detection * chore: add changeset --------- Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
6 lines
123 B
Markdown
6 lines
123 B
Markdown
---
|
|
"task-master-ai": minor
|
|
---
|
|
|
|
Add better support for python projects by adding `pyproject.toml` as a projectRoot marker
|