tb_cmd_dream_inject_push_all
Installation
SKILL.md
Command card
Preconditions: config/ and code/ repos have git HEAD; Docker up; path = project root; explicit project id available from config/config.yaml.
Command:
dream inject push-all --path <absolute_project_root> --project-id <project_id> --universe <universe_name>
Postconditions: Often run before tb_cmd_dream_inject_push_specific; poll builds/logs.
Validation (required):
- Do not trust exit code alone (can be
0on failure). - Parse stdout/stderr for failure markers (
failed,inject, missing path/resource errors). - If failure text appears, treat the step as failed and recover before continuing.
Rules: tb_sys_core_constraints, tb_sys_execution_modes (default: tau --defaults --yes).