Files
claude-task-master/.changeset/shy-groups-fly.md
ejones40 21d988691b Add pyproject.toml as project root marker (#804)
* 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>
2025-06-23 08:56:26 +03:00

6 lines
123 B
Markdown

---
"task-master-ai": minor
---
Add better support for python projects by adding `pyproject.toml` as a projectRoot marker