triggering-dream-builds
Installation
SKILL.md
Triggering Dream Builds
When to use
- "Dream isn't building after I pushed to GitHub"
- "First time bringing a project into Dream"
- "Website/library push didn't trigger a build"
dream inject push-specificerrors withRequired flags "repository-id, repository-fullname" not set- After every
git pushto a project's config/code/website/library repo when targeting Dream
Mental model
Remote clouds receive a real GitHub webhook. Dream doesn't, so you must simulate it locally with dream inject. There are two shapes:
push-all— pushes everything the cloud knows about for a project (config + code + websites + libraries).push-specific— pushes a single repo (finer control; expected during normal incremental work).