Commandstask
ody task list
List pending task files
Synopsis
ody task listFlags
This command has no flags.
Behavior
- Scans
.ody/tasks/for.code-task.mdfiles. - Reads the YAML frontmatter of each file.
- Filters to tasks with
status: pending. - Displays each pending task's title and filename.
If the .ody/tasks/ directory does not exist, the command reports an error. If no task files are found or none are pending, it displays an informational message.
Output
Found 3 pending task(s):
- Add Email Validation (add-email-validation.code-task.md)
- Create User Profile Page (create-user-profile-page.code-task.md)
- Update API Error Handling (update-api-error-handling.code-task.md)Example
$ ody task listRelated
ody plan-- Create new task plansody task edit-- Edit an existing task planody run-- Execute pending tasks with the agent loop