murmur task create in the CLI.
Parameters
Conditional activation
Whenactivate_when is set, the task starts in a dormant state and is automatically activated when the condition is met. Currently the only supported condition is files_modified — the task activates once the agent pushes a commit in the current run that touches a file matching pattern. Activation is evaluated against the files the agent pushes, not against PR contents or which checks CI runs. While dormant, the task does not block the agent from finishing; once activated, the agent must run it and mark it completed.
This is useful for attaching review or testing tasks that only make sense after specific files change. For example, a task to “run integration tests” that activates when **/*_test.go files are modified.
Response
Returns a JSON object with the created task’s ID.Examples
Create a simple task
Create a task on another agent
Create a conditionally activated task
Errors
Related
murmur task create— equivalent CLI commandtask_update— update a task’s status or dependenciestask_list— list all taskstask_get— get a single taskspawn— create an agent with initial tasks via thetasksparameter