Skip to content
Task
CompozyOS RuntimeTask

compozy task

Manage tasks and task runs

Audience
Operators running durable agent work
Focus
Task guidance shaped for scanability, day-two clarity, and operator context.

compozy task

Manage tasks and task runs

compozy task [flags]

Examples

  # Create durable task intent without starting execution
  compozy task create --scope workspace --workspace checkout-api --title "Audit auth flow"

  # Explicitly enqueue execution for an existing task
  compozy task start task-123 --network live \
    --network-channel-strategy named --network-channel coord-run-123

  # Let the current agent session claim work
  compozy task next --wait

Options

  -h, --help   help for task

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every Compozy command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

compozy task -o json

Subcommands

CommandDescription
compozy task approveApprove a task and enqueue its first run
compozy task blockBlock a task with a typed reason
compozy task blocksList task blocks
compozy task cancelCancel a task tree
compozy task childManage child tasks
compozy task completeComplete a claimed task run for the current agent session
compozy task createCreate a task
compozy task deleteDelete a task
compozy task dependencyManage task dependencies
compozy task failFail task runs through a session-bound lease or operator override
compozy task fan-outEnqueue designated sibling runs for one task
compozy task getShow one task with related detail
compozy task heartbeatExtend a claimed task run lease for the current agent session
compozy task inspectInspect a task or run with diagnostics
compozy task listList tasks
compozy task nextClaim the next task run for the current agent session
compozy task notificationManage task terminal notifications
compozy task pausePause new runs for one task
compozy task profileManage task execution profiles
compozy task promotePromote one network thread message into a task
compozy task publishPublish a draft task and enqueue its first run
compozy task recoverRecover a task from needs_attention
compozy task rejectReject a pending approval task
compozy task releaseForce release claimed task runs back to the queue
compozy task resumeResume new runs for one paused task
compozy task retryRetry one failed task run
compozy task reviewManage task-run reviews
compozy task runManage task runs
compozy task startEnqueue a run for an executable task
compozy task unblockClear one task block
compozy task updateUpdate mutable task fields

On this page