When creating toolkit for a project we could create tools for tasks. This would potentially reduce the "cognitive" load for an agent and reduce mistakes like creating a task with command pytest while there's an existing task with alias test and a different underlying command (e.g. poetry run pytest).
When creating toolkit for a project we could create tools for tasks. This would potentially reduce the "cognitive" load for an agent and reduce mistakes like creating a task with command
pytestwhile there's an existing task with aliastestand a different underlying command (e.g.poetry run pytest).