Usage of kent task:
  kent task create --title <title> (--body <body>|--body-file <path>) [--workflow <workflow>] [--project <project>] [--source-url <url>] [--source-workspace <id-or-path>] [--json]
  kent task edit <short-id-or-task-id> [--title <title>] [--body <body>|--body-file <path>] [--source-workspace <id-or-path>] [--project <project>] [--json]
  kent task start <short-id-or-task-id>
  kent task resume <short-id-or-task-id>
  kent task approve <transition-id>
  kent task move <short-id-or-task-id> <target-node-id> [--output name=value]
  kent task complete [--transition <id>] [--commentary <text>] [--param name=value] [--<parameter> <value>] [--json <payload>|--json-file <path>] [--run <run-id>|--session <session-id>|--task <task-id-or-short-id> [--project <project>]] [--force]
  kent task list [--project <project>] [--status <key>[,<key>...]] [--column <key>[,<key>...]] [--run-status <open|running|done|canceled>[,...]] [--sort <field:asc|desc>[,...]] [--page-size <n>] [--page-token <token>] [--json]
  kent task show <short-id-or-task-id> [--json]
  kent task cancel <short-id-or-task-id> [--reason <text>]
  kent task delete <short-id-or-task-id>
  kent task comment add <short-id-or-task-id> (--body <text>|--body-file <path>) [--author <user|agent>] [--author-id <id>]
  kent task comment list <short-id-or-task-id> [--page-size <n>] [--page-token <token>]
  kent task comment replace <comment-id> --body <text>
  kent task comment delete <comment-id>
  kent task comments <add|list|replace|delete> ... (alias of kent task comment)

What This Does:
  Manage workflow tasks and comments through the Kent server API.
  Agents can complete their current workflow node with kent task complete from a shell command.
  Outside Kent agent sessions, task completion requires --force plus one explicit selector.
  Short ids are resolved within the current project by default.
  kent task list filters workflow status keys with --status or --column, filters coarse run status with --run-status, and sorts by created, updated, status, run_count, or title. The default sort is status:asc,updated:desc.
