I moved the waiting out of my coding agent and into CI
My coding agent used to spend extra model turns checking whether tests and deployment had finished. I moved that post-edit work into GitHub Actions on a self-hosted runner. The authoring model now commits, emits CI_HANDOFF and stops.


