Commandstask
ody task
Manage Ody task files
Synopsis
ody task <subcommand>Subcommands
| Subcommand | Description |
|---|---|
list | List pending task files |
edit | Edit an existing task plan |
import | Import a task from Jira or GitHub |
Behavior
ody task groups task management commands for the .ody/tasks/ workspace directory.
- Use
ody task listto inspect pending tasks. - Use
ody task editto revise a generated task plan. - Use
ody task importto convert a Jira ticket or GitHub issue into a task file.
Most task workflows assume the project has already been initialized with ody init and that .ody/tasks/ exists.
Examples
List pending tasks:
ody task listEdit a task interactively:
ody task editImport a task from GitHub:
ody task import --github owner/repo#123Related
ody plan-- Generate task files from new workody run-- Execute pending tasks with the agent loopody task list-- View pending task filesody task edit-- Refine an existing task planody task import-- Import task files from external systems