Documentation
README
Automations
An automation is a scheduled task. When due it runs in one of two modes:
agent Spawn a thread or re-prompt a target thread with a configured prompt. script Run a stored server-side script and capture stdout/stderr/exit.
Use bb plugin run automations ... while the kernel bb automation command still exists; once the kernel command is removed, bb automation ... will route to this plugin command.
Pass --project explicitly for every automation command. Inside a thread, automations are stamped origin agent and record the creating thread automatically. Automation-spawned threads cannot create automations.
Choosing a mode:
This is the opening of the README. Read the full README on GitHub.