| name | yolo-push |
| description | Run a guarded commit-to-deploy workflow that verifies branch freshness, invokes commit and create-pr, waits for green CI, invokes approve-pr, monitors CD, and reports final deployment state. Use when the user asks to yolo-push, ship current changes, or execute the full PR-to-deployment flow. |
YOLO Push
Workflow
Progress:
Non-Negotiable Stops
- Do not approve or merge before CI is fully green.
- Do not bypass, override, retry-loop indefinitely, or reinterpret red CI as
acceptable.
- Do not ask for confirmation to continue past red or unknown CI.
- Do not continue to approval when CI status cannot be found.
- Do not claim shipped until CD reaches a clear success state.
Reporting
Use terse status updates:
Committed: <sha>
PR: <url>
CI: waiting | green | failed <stage>
Merge: merged | stopped
CD: waiting | succeeded <environment> | failed <stage>