babysit
Installation
SKILL.md
babysit
Orchestrate .a5c/runs/<runId>/ through iterative execution.
Subagents that need a scratch checkout or working directory must create it under
/tmp/<descriptive-name>/, not under .a5c/runs/<runId>/work. Before returning
deliverables, validate that no run-dir worktree was left behind, for example:
find .a5c/runs -maxdepth 3 -name work -type d -print
That command should print nothing. If it prints a non-empty work directory, move or remove only the scratch data you created before returning.