task_list
List all tasks defined in your project's Taskfile.yml to see available automated workflows.
Instructions
List all tasks defined in the current project's Taskfile.yml
The caller should look for their current project in user_info and pass the project path to this tool.
Args: current_project: The path to the current project
Returns: A string containing the list of tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_project | Yes |