list_tasks
Filter and retrieve tasks from the squad tasks store by status, agent, or file changes to review only relevant work items.
Instructions
List tasks from .squad/tasks.json with optional filters (status, agent, changed_files glob match against task.scope). Returns the filtered tasks plus the total count in the store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes | ||
| status | No | ||
| agent | No | ||
| changed_files | No | ||
| limit | No |