Skip to main content
Adds a new task to an agent’s checklist. Returns the ID of the created task. Tasks are checklist items that track what an agent needs to do. Each task has a subject line, an optional description, and an optional activation condition that keeps the task dormant until a trigger fires.

Synopsis

On a VM, the slug is optional — omitting it creates a task on the current agent’s own checklist.

Arguments

Examples

Create a basic task

Create a task with a description

Create a conditionally activated task

This task stays dormant until the agent pushes a commit that modifies a Go test file:
The task only appears in murmur task ls --active after the agent pushes a matching file.

Self-create on a VM

When running on an agent VM, omit the slug:

Errors