What you can hand an agent
A box
A clean machine over your project. Live-mounted, so the agent’s edits land
on your disk — or a throwaway copy, so they don’t.
A worktree
A fresh git branch cut off HEAD, isolated from your working tree, with a
built-in review-before-delete workflow.
A snapshot
A copy of your project the agent can trash freely — your files are never
touched.
A recipe
All of the above, declared once in YAML: image, mounts, environment,
command.
dabs recipe <name> does the rest.The safety story
Everything destructive in dabs is opt-in, previewed, and confirmed:dabs rmpreviews what a removal would take, and refuses to proceed without explicit confirmation.- A worktree holding unreviewed work cannot be deleted without
--force— and dabs shows you the diff first. - Data an agent should keep lives in spaces with different lifetimes
(
volume/held/tmp), each with its own deletion rule.
Where to start
- Quickstart — boot your first box in three commands.
- Concepts — the six words that explain everything else.
- Caveats — the sharp edges, honestly listed.
Every terminal screen in this manual was produced by driving dabs in a real
terminal.